Skip to content

Commit

Permalink
🚀cran-comments [skip travis]
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Jun 5, 2019
1 parent 988e247 commit 0427a2c
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CRAN notes for dodgr_0.1.4 submission
# CRAN notes for dodgr_0.2.0 submission

## Notes

Expand All @@ -9,21 +9,18 @@ This submissions generates the following NOTES on some systems:
* "GNU make is a SystemRequirements", which is unavoidable because of the need
to remove compiled object files in src sub-directories.

The submission also fails on win-builder R 3.5.3 (old-rel)with a fail on
install because "Error : package 'osmdata' was installed by an R version with
different internals; it needs to be reinstalled for use with this R version".

## Test environments

Other than the above, this submission generates no additional notes, and no
warnings on:
* Ubuntu 14.04 (on `travis-ci`): R-release, R-devel
* Ubuntu 16.04 (on `travis-ci`): R-release, R-devel
* Windows Visual Studio 2015 (on `appveyor`; `x64`): R-release, R-devel
* win-builder (R-release, R-devel, R-oldrelease)

## valgrind memory leak

Testing with "valgrind --tool=memcheck --leak-check=full" **still** reveals one
potential memory leak of around 2,000 bytes. This is due to RcppParallel and not
code within this submission; see
potential memory leak of around 2,000 bytes, which must at this stage be
considered an enduring issue. This is due to RcppParallel and not code within
this submission; see
https://github.com/RcppCore/RcppParallel/issues/81

0 comments on commit 0427a2c

Please sign in to comment.