diff --git a/DESCRIPTION b/DESCRIPTION index b252b39..9e5bc87 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", @@ -33,7 +33,7 @@ Imports: tibble, dplyr, rstudioapi -RoxygenNote: 6.1.0.9000 +RoxygenNote: 6.1.1 Suggests: testthat, covr, diff --git a/NEWS.md b/NEWS.md index 7294708..870fe50 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/cran-comments.md b/cran-comments.md index 27ec51c..9ef39fe 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,9 @@ ## 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 @@ -8,6 +11,7 @@ ## 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.