diff --git a/DESCRIPTION b/DESCRIPTION index fca6f2b..74ff9c2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: codebookr Title: Create Codebooks from Data Frames -Version: 0.1.4.9000 +Version: 0.1.5 Authors@R: person("Brad", "Cannell", email = "brad.cannell@gmail.com", role = c("aut", "cre", "cph")) Maintainer: Brad Cannell @@ -8,7 +8,7 @@ Description: Quickly and easily create codebooks (i.e. data dictionaries) direct License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) -RoxygenNote: 7.2.0 +RoxygenNote: 7.2.1 URL: https://github.com/brad-cannell/codebookr, https://brad-cannell.github.io/codebookr/ BugReports: https://github.com/brad-cannell/codebookr/issues diff --git a/NEWS.md b/NEWS.md index f704107..e1082da 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,6 @@ -# codebookr (development version) +# codebookr 0.1.5 + +* Fix bug where percent column doesn't correctly round when column type is categorical few cats (#29). * Make the column number column wider #10. So that the column number won't wrap to a new line when there are more than 1,000 columns in the data frame. diff --git a/cran-comments.md b/cran-comments.md index 9dc2ca8..8c7c2ea 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,8 +1,3 @@ -## Resubmission -This is a resubmission. In this version I have: - -* Reduced the package size to <5 MB - ## Test environments * local OS X install, R 4.1.3 * win-builder (devel and release) @@ -10,15 +5,7 @@ This is a resubmission. In this version I have: ## R CMD check results There were no ERRORs There were no WARNINGs -There was 1 NOTE: - -* Found the following (possibly) invalid URLs: - URL: https://www.r-pkg.org/pkg/codebookr - From: README.md - Status: 500 - Message: Internal Server Error - - This url is for a CRAN downloads badge that on my README page. The URL will be valid as soon as codebookr is available on CRAN. +There were no NOTEs: ## Downstream dependencies There are currently no downstream dependencies for this package.