Skip to content

Commit

Permalink
prepare CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Mar 26, 2019
1 parent 461c665 commit 95f1f2e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: namer
Title: Names Your 'R Markdown' Chunks
Version: 0.1.3
Version: 0.1.4
Authors@R:
c(person(given = "Steph",
family = "Locke",
Expand Down Expand Up @@ -33,7 +33,7 @@ Imports:
tibble,
dplyr,
rstudioapi
RoxygenNote: 6.1.0.9000
RoxygenNote: 6.1.1
Suggests:
testthat,
covr,
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dev version
# namer 0.1.4

* The regex recognizing the beginning of a chunk now demands ``` are at the beginning of a line (@gorkang, #17).
* Replace LaTeX special characters with `-` to better support text references in bookdown @martinjhnhadley
Expand Down
12 changes: 8 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
## Test environments
* local x86_64-w64-mingw32/x64 install, R 3.5.0
* rhub::check_for_cran
- local x86_64-pc-linux-gnu install, R 3.4.4
- R-hub ubuntu-gcc-release (r-release)
- R-hub windows-x86_64-devel (r-devel)
- R-hub fedora-clang-devel (r-devel)


## R CMD check results

0 errors | 0 warnings | 0 note

## Release summary

This is a re-submission taking into account your feedback. Thanks a lot!
Bug fixes

* file.edit() in examples is inside if(interactive()){} now.
* The regex recognizing the beginning of a chunk now demands ``` are at the beginning of a line.
* Replace LaTeX special characters with `-` to better support text references in bookdown.

0 comments on commit 95f1f2e

Please sign in to comment.