-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |