Skip to content

Commit

Permalink
cran commnts edit
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Nov 30, 2015
1 parent 0a2fdec commit 26e5e31
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
R CMD CHECK passed on my local OS X install with R 3.2.2 and
R development version, Ubuntu running on Travis-CI, and Win builder.

This submission includes some defunct functions; a number of minor improvements, and bug fixes.
This submission includes some defunct functions; a number of minor
improvements, and bug fixes.

There is one note on CRAN check results, for r-release-osx-x86_64-mavericks, and r-oldrel-windows-ix86+x86_64:

Result: NOTE
gnr_resolve: possible error in nchar(preferred_data_sources, keepNA =
FALSE): unused argument (keepNA = FALSE)
ipni_search: possible error in nchar(res, keepNA = FALSE): unused
argument (keepNA = FALSE)
phylomatic_format : foo: possible error in nchar(as.character(dd$that),
keepNA = FALSE): unused argument (keepNA = FALSE)

However, in this submission I require R(>= 3.2.1) in this package now, so users
will need to have a version of R that will have `keepNA` parameter in the `nchar()`
function.

Thanks!
Scott Chamberlain

0 comments on commit 26e5e31

Please sign in to comment.