diff --git a/DESCRIPTION b/DESCRIPTION index 22fd299..c46dd2c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: surveytable Title: Formatted Survey Estimates -Version: 0.9.4.9000 +Version: 0.9.5 Authors@R: person(given = "Alex" , family = "Strashny" diff --git a/NEWS.md b/NEWS.md index 4b3b7be..4ae13aa 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# surveytable (development version) +# surveytable 0.9.5 * Another public use data file for use in examples: `rccsu2018`. * `set_opts()` replaces several other functions for setting options. diff --git a/R/deprecated.R b/R/deprecated.R index 6de2327..fe9a8f1 100644 --- a/R/deprecated.R +++ b/R/deprecated.R @@ -1,7 +1,5 @@ #' Deprecated functions #' -#' `r lifecycle::badge("deprecated")` -#' #' Use [set_opts()] instead of any of the following: `set_mode()`, `set_count_1k()`, #' `set_count_int()`, `set_output()`. #' diff --git a/cran-comments.md b/cran-comments.md index 8d17abe..50cd1e5 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -23,3 +23,7 @@ * https://stacks.cdc.gov/view/cdc/124368 * DOI: 10.18637/jss.v009.i08 * https://www.jstatsoft.org/article/view/v009i08 + +## Response + +The flagged DOIs are valid. diff --git a/docs/404.html b/docs/404.html index 6069dbd..54a9401 100644 --- a/docs/404.html +++ b/docs/404.html @@ -24,7 +24,7 @@ surveytable - 0.9.4.9000 + 0.9.5 diff --git a/docs/LICENSE.html b/docs/LICENSE.html index 6c618fa..33b1e83 100644 --- a/docs/LICENSE.html +++ b/docs/LICENSE.html @@ -10,7 +10,7 @@ surveytable - 0.9.4.9000 + 0.9.5 diff --git a/docs/articles/Advanced-topics.html b/docs/articles/Advanced-topics.html index 52c5b81..1f60948 100644 --- a/docs/articles/Advanced-topics.html +++ b/docs/articles/Advanced-topics.html @@ -26,7 +26,7 @@ surveytable - 0.9.4.9000 + 0.9.5 diff --git a/docs/articles/Example-National-Ambulatory-Medical-Care-Survey-NAMCS-tables.html b/docs/articles/Example-National-Ambulatory-Medical-Care-Survey-NAMCS-tables.html index 379aa1e..4e6f2d1 100644 --- a/docs/articles/Example-National-Ambulatory-Medical-Care-Survey-NAMCS-tables.html +++ b/docs/articles/Example-National-Ambulatory-Medical-Care-Survey-NAMCS-tables.html @@ -26,7 +26,7 @@ surveytable - 0.9.4.9000 + 0.9.5 diff --git a/docs/articles/Example-Residential-Care-Community-Services-User-NSLTCP-RCC-SU-report.html b/docs/articles/Example-Residential-Care-Community-Services-User-NSLTCP-RCC-SU-report.html index bd9b70e..8f1059a 100644 --- a/docs/articles/Example-Residential-Care-Community-Services-User-NSLTCP-RCC-SU-report.html +++ b/docs/articles/Example-Residential-Care-Community-Services-User-NSLTCP-RCC-SU-report.html @@ -26,7 +26,7 @@ surveytable - 0.9.4.9000 + 0.9.5 diff --git a/docs/articles/index.html b/docs/articles/index.html index 2e92afd..f9a1dbf 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -10,7 +10,7 @@ surveytable - 0.9.4.9000 + 0.9.5 diff --git a/docs/articles/surveytable.html b/docs/articles/surveytable.html index 51ddec0..5f97364 100644 --- a/docs/articles/surveytable.html +++ b/docs/articles/surveytable.html @@ -26,7 +26,7 @@ surveytable - 0.9.4.9000 + 0.9.5 @@ -193,7 +193,7 @@ More concepts -library("surveytable") +library(surveytable) class(namcs2019sv_df$AGER) #> [1] "factor" @@ -250,7 +250,8 @@ Begin analysis First, specify the survey object that you’d like to analyze. -set_survey(namcs2019sv) +library(surveytable) +set_survey(namcs2019sv) Survey info {NAMCS 2019 PUF} diff --git a/docs/authors.html b/docs/authors.html index a904d67..a240031 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -10,7 +10,7 @@ surveytable - 0.9.4.9000 + 0.9.5 diff --git a/docs/index.html b/docs/index.html index 3559c4d..a9f1f0b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -26,7 +26,7 @@ surveytable - 0.9.4.9000 + 0.9.5 diff --git a/docs/news/index.html b/docs/news/index.html index 672f234..a3c7cb8 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -10,7 +10,7 @@ surveytable - 0.9.4.9000 + 0.9.5 @@ -58,7 +58,7 @@ Advanced -surveytable (development version) +surveytable 0.9.5 Another public use data file for use in examples: rccsu2018. set_opts() replaces several other functions for setting options. diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index b3b2e37..a7a9cc2 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -6,7 +6,7 @@ articles: Example-National-Ambulatory-Medical-Care-Survey-NAMCS-tables: Example-National-Ambulatory-Medical-Care-Survey-NAMCS-tables.html Example-Residential-Care-Community-Services-User-NSLTCP-RCC-SU-report: Example-Residential-Care-Community-Services-User-NSLTCP-RCC-SU-report.html surveytable: surveytable.html -last_built: 2024-09-16T19:08Z +last_built: 2024-10-09T17:28Z urls: reference: https://cdcgov.github.io/surveytable/reference article: https://cdcgov.github.io/surveytable/articles diff --git a/docs/reference/codebook.html b/docs/reference/codebook.html index e05561a..6db1d7e 100644 --- a/docs/reference/codebook.html +++ b/docs/reference/codebook.html @@ -10,7 +10,7 @@ surveytable - 0.9.4.9000 + 0.9.5 diff --git a/docs/reference/deprecated.html b/docs/reference/deprecated.html index c70f3f9..321f508 100644 --- a/docs/reference/deprecated.html +++ b/docs/reference/deprecated.html @@ -1,5 +1,7 @@ -Deprecated functions — deprecated • surveytableDeprecated functions — deprecated • surveytable @@ -10,7 +12,7 @@ surveytable - 0.9.4.9000 + 0.9.5 @@ -59,7 +61,8 @@ Advanced - + Use set_opts() instead of any of the following: set_mode(), set_count_1k(), +set_count_int(), set_output(). @@ -73,14 +76,8 @@ Usage set_output(drop_na = NULL, max_levels = NULL, csv = NULL) - - Details - Use set_opts() instead of any of the following: set_mode(), set_count_1k(), -set_count_int(), set_output(). - - +
-library("surveytable")
library("surveytable")
library(surveytable)
class(namcs2019sv_df$AGER) #> [1] "factor" @@ -250,7 +250,8 @@ Begin analysis First, specify the survey object that you’d like to analyze. -set_survey(namcs2019sv) +library(surveytable) +set_survey(namcs2019sv)
First, specify the survey object that you’d like to analyze.
-set_survey(namcs2019sv)
set_survey(namcs2019sv)
library(surveytable) +set_survey(namcs2019sv)
rccsu2018
set_opts()
Use set_opts() instead of any of the following: set_mode(), set_count_1k(), +set_count_int(), set_output().
set_mode()
set_count_1k()
set_count_int()
set_output()
Use set_opts() instead of any of the following: set_mode(), set_count_1k(), -set_count_int(), set_output().