diff --git a/.Rhistory b/.Rhistory index 6db94f0..497feaf 100644 --- a/.Rhistory +++ b/.Rhistory @@ -1,13 +1,3 @@ -b = 1:n_obs, -c = sample(c("YES","NO",NA),n_obs,replace=TRUE), -d = runif(n_obs,1,10), -e = sample(c("YES","NO"), n_obs, replace = TRUE), -f = sample(c("male","female","trans","other",NA), n_obs, replace = TRUE)) -# Names of bin./cat. variables -test_bin <- c("c","e") -test_cat <- c("a","f") -# Pre-process data -test_data <- convert(raw_data, bin_cols = test_bin, cat_cols = test_cat, minmax_scale = TRUE) @@ -510,3 +500,13 @@ check() revdep_check() ?revdep revdep("rMIDAS") +library(devtools) +library(roxygen2) +document() +check() +release() +spell_check() +release() +?check +?build +build() diff --git a/CRAN-RELEASE b/CRAN-RELEASE new file mode 100644 index 0000000..46eab95 --- /dev/null +++ b/CRAN-RELEASE @@ -0,0 +1,2 @@ +This package was submitted to CRAN on 2021-01-29. +Once it is accepted, delete this file and tag the release (commit 8f7e50a). diff --git a/README.Rmd b/README.Rmd index 3256d2c..3e7dcef 100644 --- a/README.Rmd +++ b/README.Rmd @@ -17,7 +17,7 @@ knitr::opts_chunk$set( [![R build status](https://github.com/tsrobinson/rMIDAS/workflows/R-CMD-check/badge.svg)](https://github.com/MIDASverse/rMIDAS/actions) [![CRAN status](https://www.r-pkg.org/badges/version/rMIDAS)](https://cran.r-project.org/package=rMIDAS) -[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing) +[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html) [![Last-changedate](https://img.shields.io/badge/last%20change-`r gsub('-', '--', Sys.Date())`-yellowgreen.svg)](https://github.com/MIDASverse/rMIDAS/commits/master) diff --git a/README.md b/README.md index 9355445..4e260c5 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ status](https://github.com/tsrobinson/rMIDAS/workflows/R-CMD-check/badge.svg)](https://github.com/MIDASverse/rMIDAS/actions) [![CRAN status](https://www.r-pkg.org/badges/version/rMIDAS)](https://cran.r-project.org/package=rMIDAS) -[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing) -[![Last-changedate](https://img.shields.io/badge/last%20change-2021--01--25-yellowgreen.svg)](https://github.com/MIDASverse/rMIDAS/commits/master) +[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html) +[![Last-changedate](https://img.shields.io/badge/last%20change-2021--01--29-yellowgreen.svg)](https://github.com/MIDASverse/rMIDAS/commits/master) ## Overview diff --git a/cran-comments.md b/cran-comments.md index 5b13609..0fa168d 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,3 +1,9 @@ +## Resubmission + +This is a resubmission. In this version I have: + +* Updated a possibly invalid URL in README.md + ## Test environments * Local OS X install, R 4.0.3 * Ubuntu Linux 16.04 LTS, R-release, GCC (rhub) @@ -5,7 +11,6 @@ * Windows Server 2008 R2 SP1, R-devel, 32/64 bit (rhub) * win-builder (devel and release) - ## R CMD check results There were no errors, warnings, or notes.