Skip to content

Commit

Permalink
Update .Rbuildignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Noam Ross (the Robot Version) committed Mar 24, 2020
1 parent cbfb34b commit f697234
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@
^\.github$
^codemeta\.json$
^cran-comments\.md$
Dockerfile
^Dockerfile$
^CRAN-RELEASE$
^revdep$
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ README.html
*test.cpp
./*.pdf
inst/doc
revdep
2 changes: 2 additions & 0 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This package was submitted to CRAN on 2020-03-23.
Once it is accepted, delete this file and tag the release (commit cbfb34b2ff).
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# fasterize 1.0.1
# fasterize 1.0.2

* Modifies C code to comply with gcc-10 requirements

Expand Down
3 changes: 2 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Response to comments

Fixes warnings from gcc-10 compiler
- Fixes warnings from gcc-10 compiler
- Removed revdep checks from top-level dir

## Test environments
* local OS X install, R 3.4.4
Expand Down

0 comments on commit f697234

Please sign in to comment.