diff --git a/code-of-conduct.html b/code-of-conduct.html index 9b33249..92a9a06 100644 --- a/code-of-conduct.html +++ b/code-of-conduct.html @@ -44,6 +44,7 @@

Contributor Covenant Code of Conduct

+

Our Pledge

In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.

diff --git a/index.html b/index.html index 5324465..9bd2130 100644 --- a/index.html +++ b/index.html @@ -65,9 +65,14 @@
+++++ - + @@ -79,12 +84,7 @@ - - - - - - +
GitHubTravis-CITravis-CI CodeCov
Dev R-CMD-checkcodecov
codecov
@@ -100,7 +100,8 @@

Download and Installation Instru ```r install.packages("OuhscMunge") ``` --->

The development version of OuhscMunge can be installed from GitHub after installing the remotes package. (The release version will be available on CRAN later.)

+--> +

The development version of OuhscMunge can be installed from GitHub after installing the remotes package. (The release version will be available on CRAN later.)

 install.packages("remotes")                     # If it's not already installed.
 remotes::install_github("OuhscBbmc/OuhscMunge")
@@ -113,8 +114,8 @@

Collaborative Development

Thanks to Funders

-

OUHSC CCAN Independent Evaluation of the State of Oklahoma Competitive Maternal, Infant, and Early Childhood Home Visiting (MIECHV) Project.: Evaluates MIECHV expansion and enhancement of Evidence-based Home Visitation programs in four Oklahoma counties. HRSA/ACF D89MC23154.

-

(So far) the primary developers of OuhscMunge are the external evaluators for Oklahoma’s MIECHV program.

+

OUHSC CCAN Independent Evaluation of the State of Oklahoma Competitive Maternal, Infant, and Early Childhood Home Visiting (MIECHV) Project.: Evaluates MIECHV expansion and enhancement of Evidence-based Home Visitation programs in four Oklahoma counties. HRSA/ACF D89MC23154.

+

(So far) the primary developers of OuhscMunge are the external evaluators for Oklahoma’s MIECHV program.

Code Coverage Over Time diff --git a/pkgdown.yml b/pkgdown.yml index 5ad8b94..624902e 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -1,6 +1,6 @@ -pandoc: 2.7.3 +pandoc: 2.19.2 pkgdown: 2.0.7 pkgdown_sha: ~ articles: {} -last_built: 2023-04-17T23:34Z +last_built: 2023-07-23T04:11Z diff --git a/reference/data_frame_stack_new.html b/reference/data_frame_stack_new.html index e3b2f0f..0d8831e 100644 --- a/reference/data_frame_stack_new.html +++ b/reference/data_frame_stack_new.html @@ -186,10 +186,10 @@

Examples

#> 1 1 a 11 111 -11 2020-01-07 #> 2 3 c 13 113 -13 2020-01-07 #> 3 4 d 14 114 -14 2020-01-07 -#> 4 2 b 12 212 312 2023-04-17 -#> 5 5 e 15 215 315 2023-04-17 -#> 6 1 x 11 211 311 2023-04-17 -#> 7 5 y 15 215 315 2023-04-17 +#> 4 2 b 12 212 312 2023-07-23 +#> 5 5 e 15 215 315 2023-07-23 +#> 6 1 x 11 211 311 2023-07-23 +#> 7 5 y 15 215 315 2023-07-23 # Wrinkle 2a: datestamp the new records; update x4. data_frame_stack_new( @@ -205,10 +205,10 @@

Examples

#> 1 1 a 11 -11 2020-01-07 211 #> 2 3 c 13 -13 2020-01-07 213 #> 3 4 d 14 -14 2020-01-07 214 -#> 4 2 b 12 312 2023-04-17 212 -#> 5 5 e 15 315 2023-04-17 215 -#> 6 1 x 11 311 2023-04-17 211 -#> 7 5 y 15 315 2023-04-17 215 +#> 4 2 b 12 312 2023-07-23 212 +#> 5 5 e 15 315 2023-07-23 215 +#> 6 1 x 11 311 2023-07-23 211 +#> 7 5 y 15 315 2023-07-23 215 # Wrinkle 2b: datestamp the new records; update x4 & x5. data_frame_stack_new( @@ -224,10 +224,10 @@

Examples

#> 1 1 a 11 2020-01-07 211 311 #> 2 3 c 13 2020-01-07 213 313 #> 3 4 d 14 2020-01-07 214 314 -#> 4 2 b 12 2023-04-17 212 312 -#> 5 5 e 15 2023-04-17 215 315 -#> 6 1 x 11 2023-04-17 211 311 -#> 7 5 y 15 2023-04-17 215 315 +#> 4 2 b 12 2023-07-23 212 312 +#> 5 5 e 15 2023-07-23 215 315 +#> 6 1 x 11 2023-07-23 211 311 +#> 7 5 y 15 2023-07-23 215 315 ds_current %>% dplyr::anti_join(ds_original, by = c("x1", "x2")) diff --git a/reference/index.html b/reference/index.html index 463580f..db3f1ba 100644 --- a/reference/index.html +++ b/reference/index.html @@ -136,7 +136,7 @@

All functions

Convert variable names to snake_case

-

trim_numeric() trim_integer() trim_date()

+

trim_numeric() trim_integer() trim_date() trim_datetime() trim_character()

Trim extreme values

@@ -150,7 +150,7 @@

All functions

verify_value_headstart()

-

Generates code to verify a data.frame.

+

Generates code to verify a base::data.frame().