Skip to content

Commit

Permalink
Update description, news, and cran-comments for version 0.1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbcann01 committed Aug 9, 2022
1 parent 2dd91f2 commit 3a59071
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Package: codebookr
Title: Create Codebooks from Data Frames
Version: 0.1.4.9000
Version: 0.1.5
Authors@R: person("Brad", "Cannell", email = "[email protected]",
role = c("aut", "cre", "cph"))
Maintainer: Brad Cannell <[email protected]>
Description: Quickly and easily create codebooks (i.e. data dictionaries) directly from a data frame.
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
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
15 changes: 1 addition & 14 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,11 @@
## 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)

## 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.

0 comments on commit 3a59071

Please sign in to comment.