Skip to content

Commit e91106a

Browse files
Merge pull request #125 from OxfordIHTM/dev
edit pkgdown.yml; update README
2 parents b853a7f + 2971d7d commit e91106a

File tree

4 files changed

+18
-16
lines changed

4 files changed

+18
-16
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
.Ruserdata
55
.httr-oauth
66
docs
7+
8+
README.html

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Currently, the package provides functions for:
4141

4242
## Installation
4343

44-
`codigo` is not yet on CRAN but can be installed from the [Oxford IHTM R-universe](https://oxfordihtm.r-universe.dev) as follows:
44+
`codigo` is not yet on CRAN but can be installed from the [Oxford IHTM R Universe](https://oxfordihtm.r-universe.dev) as follows:
4545

4646
```{r install-r-universe, eval = FALSE}
4747
install.packages(

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,22 @@ but these changes will likely be minor.
3535

3636
Currently, the package provides functions for:
3737

38-
- Authenticating with the ICD API (*stable*);
39-
- Performing a search of ICD-11 foundation and linearization components
40-
(*stable*);
41-
- Performing autocoding of causes of death using the ICD-11 foundation
42-
and linearization components (*stable*);
43-
- Getting information on various ICD-11 foundation and linearization
44-
entities (*experimental*);
45-
- Converting ICD-10 codes to ICD-11 codes and vice versa (*stable*);
46-
and,
47-
- Determining the underlying cause of death based on reported
48-
information on a death certificate (*experimental*).
38+
- Authenticating with the ICD API (*stable*);
39+
- Performing a search of ICD-11 foundation and linearization
40+
components (*stable*);
41+
- Performing autocoding of causes of death using the ICD-11 foundation
42+
and linearization components (*stable*);
43+
- Getting information on various ICD-11 foundation and linearization
44+
entities (*experimental*);
45+
- Converting ICD-10 codes to ICD-11 codes and vice versa (*stable*);
46+
and,
47+
- Determining the underlying cause of death based on reported
48+
information on a death certificate (*experimental*).
4949

5050
## Installation
5151

52-
`codigo` is not yet on CRAN but can be installed from the [Oxford IHTM
53-
R-universe](https://oxfordihtm.r-universe.dev) as follows:
52+
`codigo` is not yet on CRAN but can be installed from the [Oxford IHTM R
53+
Universe](https://oxfordihtm.r-universe.dev) as follows:
5454

5555
``` r
5656
install.packages(

pkgdown/_pkgdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ development:
88
template:
99
bootstrap: 5
1010
bootswatch: journal
11-
theme: haddock
11+
theme: breeze-light
1212
ganalytics: G-G167Y0E8R0
1313

1414
home:
@@ -21,7 +21,7 @@ navbar:
2121
type: light
2222
structure:
2323
left: [home, intro, reference, articles, news]
24-
right: [linkedin, mastodon, github]
24+
right: [search, linkedin, mastodon, github]
2525

2626
components:
2727
articles:

0 commit comments

Comments
 (0)