diff --git a/README.Rmd b/README.Rmd index eec7b07..cb400e4 100644 --- a/README.Rmd +++ b/README.Rmd @@ -14,6 +14,7 @@ knitr::opts_chunk$set( [![Travis-CI Build Status](https://travis-ci.org/ropensci/rdhs.png?branch=master)](https://travis-ci.org/ropensci/rdhs) [![codecov.io](https://codecov.io/github/ropensci/rdhs/coverage.svg?branch=master)](https://codecov.io/github/ropensci/rdhs?branch=master) [![Documentation via pkgdown](https://github.com/ropensci/rdhs/raw/master/tools/pkgdownshield.png)](https://ropensci.github.io/rdhs) +[![rOpenSci](https://badges.ropensci.org/238_status.svg)](https://github.com/ropensci/software-review/issues/238) ![](https://github.com/ropensci/rdhs/raw/master/tools/logo.png) diff --git a/README.md b/README.md index 2704786..306711a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![Travis-CI Build Status](https://travis-ci.org/ropensci/rdhs.png?branch=master)](https://travis-ci.org/ropensci/rdhs) [![codecov.io](https://codecov.io/github/ropensci/rdhs/coverage.svg?branch=master)](https://codecov.io/github/ropensci/rdhs?branch=master) [![Documentation via pkgdown](https://github.com/ropensci/rdhs/raw/master/tools/pkgdownshield.png)](https://ropensci.github.io/rdhs) +[![rOpenSci](https://badges.ropensci.org/238_status.svg)](https://github.com/ropensci/software-review/issues/238) ![](https://github.com/ropensci/rdhs/raw/master/tools/logo.png) diff --git a/docs/index.html b/docs/index.html index 5a157a3..9cab986 100644 --- a/docs/index.html +++ b/docs/index.html @@ -11,7 +11,7 @@ @@ -229,18 +229,18 @@
# the first time this will take a few seconds
microbenchmark::microbenchmark(dhs_datasets(surveyYearStart = 1984),times = 1)
#> Unit: milliseconds
-#> expr min lq mean median
-#> dhs_datasets(surveyYearStart = 1984) 38.3775 38.3775 38.3775 38.3775
-#> uq max neval
-#> 38.3775 38.3775 1
+#> expr min lq mean median
+#> dhs_datasets(surveyYearStart = 1984) 39.49325 39.49325 39.49325 39.49325
+#> uq max neval
+#> 39.49325 39.49325 1
# after caching, results will be available instantly
microbenchmark::microbenchmark(dhs_datasets(surveyYearStart = 1984),times = 1)
#> Unit: milliseconds
#> expr min lq mean median
-#> dhs_datasets(surveyYearStart = 1984) 1.624252 1.624252 1.624252 1.624252
+#> dhs_datasets(surveyYearStart = 1984) 1.269944 1.269944 1.269944 1.269944
#> uq max neval
-#> 1.624252 1.624252 1
Now download datasets by providing a list of desired dataset filenames.
# download datasets
downloads <- get_datasets(datasets$FileName)
@@ -349,6 +349,7 @@ Dev status
+