Skip to content

Commit

Permalink
Built under R 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cjendres1 committed Jan 24, 2021
1 parent e89f03b commit 6a0d63c
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 22 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: nhanesA
Version: 0.6.5.2
Date: 2019-06-22
Date: 2021-01-24
Title: NHANES Data Retrieval
Author: Christopher J. Endres
Maintainer: Christopher J. Endres <cjendres1@gmail.com>
Expand All @@ -24,4 +24,4 @@ Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 6.1.1
RoxygenNote: 7.1.1
6 changes: 3 additions & 3 deletions R/nhanes.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ nh_years['2015'] <- "2015-2016"
nh_years['2016'] <- "2015-2016"
nh_years['2017'] <- "2017-2018"
nh_years['2018'] <- "2017-2018"
#nh_years['2019'] <- "2019-2020"
#nh_years['2020'] <- "2019-2020"
nh_years['2019'] <- "2019-2020"
nh_years['2020'] <- "2019-2020"

# Continuous NHANES table names have a letter suffix that indicates the collection interval
data_idx <- list()
Expand All @@ -72,7 +72,7 @@ data_idx["G"] <- '2011-2012'
data_idx["H"] <- '2013-2014'
data_idx["I"] <- '2015-2016'
data_idx["J"] <- '2017-2018'
#data_idx["K"] <- '2019-2020'
data_idx["K"] <- '2019-2020'

anomalytables2005 <- c('CHLMD_DR', 'SSUECD_R', 'HSV_DR')

Expand Down
14 changes: 11 additions & 3 deletions man/nhanesSearch.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions man/nhanesSearchTableNames.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions man/nhanesSearchVarName.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions man/nhanesTableVars.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions man/nhanesTables.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 12 additions & 5 deletions man/nhanesTranslate.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nhanes.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ LaTeX: pdfLaTeX
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageCheckArgs: --as-cran
PackageCheckArgs: --as-cran --run-donttest
PackageRoxygenize: rd,collate,namespace,vignette

0 comments on commit 6a0d63c

Please sign in to comment.