diff --git a/docs/news/index.html b/docs/news/index.html index 15882c3..23161ab 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -52,15 +52,13 @@

healthyR.data (development version)

-
-
-

healthyR.data 1.0.3

CRAN release: 2023-05-05

-
-

Breaking Changes

+
  1. Fix #72 - Fix bug in directory file paths for current_hosp_data() # healthyR.data 1.0.3
  2. +
+

Breaking Changes

  1. Require R version 3.4.0 in keeping with tidyverse practices.
-

New Functions

+

New Functions

  1. Fix #12 - Add function dl_hosp_data_dict()
  2. Fix #10 - Add function current_hosp_data() @@ -104,7 +102,7 @@

    New Functions

-

Minor Fixes and Improvements

+

Minor Fixes and Improvements

None

diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 7f0c395..dcd6d06 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -2,7 +2,7 @@ pandoc: 2.19.2 pkgdown: 2.0.7 pkgdown_sha: ~ articles: {} -last_built: 2023-05-05T12:03Z +last_built: 2023-05-09T18:53Z urls: reference: https://www.spsanderson.com/healthyR.data/reference article: https://www.spsanderson.com/healthyR.data/articles diff --git a/docs/reference/current_hosp_data.html b/docs/reference/current_hosp_data.html index c8f12b1..158ae92 100644 --- a/docs/reference/current_hosp_data.html +++ b/docs/reference/current_hosp_data.html @@ -57,7 +57,7 @@

Usage

-
current_hosp_data(path = utils::choose.dir())
+
current_hosp_data(path = utils::choose.dir())
@@ -117,10 +117,10 @@

Author<

Examples

-
if (FALSE) {
-  current_hosp_data()
-}
-
+    
if (FALSE) {
+  current_hosp_data()
+}
+