From 806d9c687daffa2e84534d9a0272cdffa986b690 Mon Sep 17 00:00:00 2001 From: Ernest Guevarra Date: Fri, 16 Feb 2024 15:36:00 +0000 Subject: [PATCH] add vignette placeholders --- .gitignore | 1 + DESCRIPTION | 5 +- docs/404.html | 9 ++ docs/CODE_OF_CONDUCT.html | 9 ++ docs/CONTRIBUTING.html | 9 ++ docs/LICENSE.html | 9 ++ docs/articles/codigo.html | 122 ++++++++++++++++++++ docs/articles/icd11_foundation.html | 121 +++++++++++++++++++ docs/articles/index.html | 85 ++++++++++++++ docs/authors.html | 9 ++ docs/index.html | 9 ++ docs/pkgdown.yml | 6 +- docs/reference/codigo.html | 13 ++- docs/reference/icd11_linearization_mms.html | 11 +- docs/reference/icd11_simple_table_mms.html | 11 +- docs/reference/icd_authenticate.html | 11 +- docs/reference/icd_autocode.html | 11 +- docs/reference/icd_check.html | 11 +- docs/reference/icd_get.html | 11 +- docs/reference/icd_search.html | 11 +- docs/reference/icd_structure.html | 11 +- docs/reference/icd_utils.html | 11 +- docs/reference/icd_versions.html | 11 +- docs/reference/index.html | 11 +- docs/search.json | 2 +- docs/sitemap.xml | 9 ++ man/codigo.Rd | 2 +- pkgdown/_pkgdown.yml | 12 +- vignettes/.gitignore | 2 + vignettes/codigo.Rmd | 21 ++++ vignettes/icd11_foundation.Rmd | 19 +++ 31 files changed, 571 insertions(+), 24 deletions(-) create mode 100644 docs/articles/codigo.html create mode 100644 docs/articles/icd11_foundation.html create mode 100644 docs/articles/index.html create mode 100644 vignettes/.gitignore create mode 100644 vignettes/codigo.Rmd create mode 100644 vignettes/icd11_foundation.Rmd diff --git a/.gitignore b/.gitignore index d5a36a0..3eb10af 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ .RData .Ruserdata .httr-oauth +inst/doc diff --git a/DESCRIPTION b/DESCRIPTION index 8bd5a55..f3ce42d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,7 @@ Type: Package Title: Interface to the International Classification of Diseases (ICD) API Version: 0.0.0.9000 Authors@R: c( - person("Anita", "Makori", email = "mark@brixtonhealth.com", + person("Anita", "Makori", email = "", role = c("aut", "cph")), person("Ernest", "Guevarra", comment = c(ORCID = "0000-0002-4887-4415"), @@ -25,6 +25,8 @@ Imports: Suggests: covr, httpuv, + knitr, + rmarkdown, spelling, testthat (>= 3.0.0) Encoding: UTF-8 @@ -35,3 +37,4 @@ Roxygen: list(markdown = TRUE) URL: https://oxford-ihtm.io/codigo/, https://github.com/OxfordIHTM/codigo BugReports: https://github.com/OxfordIHTM/codigo/issues Config/testthat/edition: 3 +VignetteBuilder: knitr diff --git a/docs/404.html b/docs/404.html index e46168c..48d350b 100644 --- a/docs/404.html +++ b/docs/404.html @@ -40,8 +40,17 @@