Skip to content

Commit

Permalink
Merge pull request #125 from OxfordIHTM/dev
Browse files Browse the repository at this point in the history
edit pkgdown.yml; update README
  • Loading branch information
ernestguevarra authored Oct 20, 2024
2 parents b853a7f + 2971d7d commit e91106a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
.Ruserdata
.httr-oauth
docs

README.html
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Currently, the package provides functions for:

## Installation

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

```{r install-r-universe, eval = FALSE}
install.packages(
Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@ but these changes will likely be minor.

Currently, the package provides functions for:

- Authenticating with the ICD API (*stable*);
- Performing a search of ICD-11 foundation and linearization components
(*stable*);
- Performing autocoding of causes of death using the ICD-11 foundation
and linearization components (*stable*);
- Getting information on various ICD-11 foundation and linearization
entities (*experimental*);
- Converting ICD-10 codes to ICD-11 codes and vice versa (*stable*);
and,
- Determining the underlying cause of death based on reported
information on a death certificate (*experimental*).
- Authenticating with the ICD API (*stable*);
- Performing a search of ICD-11 foundation and linearization
components (*stable*);
- Performing autocoding of causes of death using the ICD-11 foundation
and linearization components (*stable*);
- Getting information on various ICD-11 foundation and linearization
entities (*experimental*);
- Converting ICD-10 codes to ICD-11 codes and vice versa (*stable*);
and,
- Determining the underlying cause of death based on reported
information on a death certificate (*experimental*).

## Installation

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

``` r
install.packages(
Expand Down
4 changes: 2 additions & 2 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ development:
template:
bootstrap: 5
bootswatch: journal
theme: haddock
theme: breeze-light
ganalytics: G-G167Y0E8R0

home:
Expand All @@ -21,7 +21,7 @@ navbar:
type: light
structure:
left: [home, intro, reference, articles, news]
right: [linkedin, mastodon, github]
right: [search, linkedin, mastodon, github]

components:
articles:
Expand Down

0 comments on commit e91106a

Please sign in to comment.