Last updated on 2020-08-07 01:50:21 CEST.
Package | ERROR | WARN | NOTE | OK |
---|---|---|---|---|
Deducer | 1 | 11 | ||
DeducerSpatial | 12 | |||
DeducerText | 12 | |||
ipc | 1 | 11 | ||
lolog | 1 | 6 | 3 | 2 |
OpenStreetMap | 12 | |||
shinyrecap | 5 | 7 | ||
wordcloud | 5 | 7 |
Current CRAN status: NOTE: 1, OK: 11
Version: 0.7-9
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘XLConnect’
Flavor: r-patched-solaris-x86
Current CRAN status: NOTE: 12
Version: 0.7
Check: package dependencies
Result: NOTE
Depends: includes the non-default packages:
'JavaGD', 'Deducer', 'sp', 'maptools', 'OpenStreetMap', 'scales',
'rgdal'
Adding so many packages to the search path is excessive and importing
selectively is preferable.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.7
Check: DESCRIPTION meta-information
Result: NOTE
Package listed in more than one of Depends, Imports, Suggests, Enhances:
'UScensus2010'
A package should be listed in only one of these fields.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.7
Check: top-level files
Result: NOTE
Non-standard file/directory found at top level:
'org'
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.7
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to 'UScensus2010' in package code.
Please use :: or requireNamespace() instead.
See section 'Suggested packages' in the 'Writing R Extensions' manual.
Packages in Depends field not imported from:
'JavaGD' 'OpenStreetMap' 'maptools' 'rgdal' 'scales' 'sp'
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.7
Check: R code for possible problems
Result: NOTE
.containedBy: no visible global function definition for
'projectMercator'
.makeCensusDialog: no visible global function definition for 'J'
.makeCensusDialog: no visible global function definition for 'new'
.makeCensusDialog: no visible global function definition for '.jnull'
.onLoad: no visible global function definition for '.jnull'
.onLoad: no visible global function definition for '.jpackage'
.onLoad: no visible global function definition for '.jengine'
.onLoad: no visible global function definition for 'J'
.subsetLines: no visible global function definition for
'projectMercator'
.subsetPoints: no visible global function definition for
'projectMercator'
.subsetPoly: no visible global function definition for
'projectMercator'
loadCensusData: no visible global function definition for
'install.packages'
loadCensusData: no visible global function definition for 'data'
spatialBubblePlot: no visible global function definition for 'slot'
spatialBubblePlot: no visible global function definition for
'coordinates'
spatialBubblePlot: no visible global function definition for 'symbols'
spatialChoropleth: no visible global function definition for 'slot'
spatialChoropleth: no visible binding for global variable 'heat.colors'
spatialChoropleth : palette: no visible global function definition for
'rainbow'
spatialChoropleth: no visible global function definition for
'manual_pal'
spatialChoropleth: no visible global function definition for
'gradient_n_pal'
spatialChoropleth: no visible global function definition for
'heat.colors'
spatialChoropleth: no visible global function definition for 'cscale'
spatialChoropleth: no visible global function definition for 'quantile'
spatialChoropleth: no visible global function definition for 'title'
spatialChoropleth: no visible global function definition for 'legend'
spatialColoredPoints: no visible global function definition for 'slot'
spatialColoredPoints : palette: no visible global function definition
for 'rainbow'
spatialColoredPoints: no visible global function definition for
'manual_pal'
spatialColoredPoints: no visible global function definition for
'legend'
spatialColoredPoints: no visible global function definition for
'gradient_n_pal'
spatialColoredPoints: no visible global function definition for
'heat.colors'
spatialColoredPoints: no visible global function definition for
'cscale'
spatialColoredPoints: no visible global function definition for
'quantile'
spatialTextPlot: no visible global function definition for
'coordinates'
spatialTextPlot: no visible global function definition for 'slot'
Undefined global functions or variables:
.jengine .jnull .jpackage J coordinates cscale data gradient_n_pal
heat.colors install.packages legend manual_pal new projectMercator
quantile rainbow slot symbols title
Consider adding
importFrom("grDevices", "heat.colors", "rainbow")
importFrom("graphics", "legend", "symbols", "title")
importFrom("methods", "new", "slot")
importFrom("stats", "quantile")
importFrom("utils", "data", "install.packages")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64
Version: 0.7
Check: Rd line widths
Result: NOTE
Rd file 'loadCensusData.Rd':
\usage lines wider than 90 characters:
year=c("2010","2000"), verbose=TRUE, osmTransform=TRUE, envir = .GlobalEnv)
Rd file 'spatialTextPlot.Rd':
\examples lines wider than 100 characters:
plot.window(c(-1.3160249151515616E7,-1.3155204307648793E7),c(3992993.9205893227,3996691.5618326175), xaxs = 'i', yaxs = 'i')
plot(openmap(c(33.760525217369974,-118.22052955627441),c(33.73290566922855,-118.17521095275879),14,'bing'),add=TRUE)
These lines will be truncated in the PDF manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.7
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to ‘UScensus2010’ in package code.
Please use :: or requireNamespace() instead.
See section 'Suggested packages' in the 'Writing R Extensions' manual.
Namespace in Imports field not imported from: ‘UScensus2010’
All declared Imports should be used.
Packages in Depends field not imported from:
‘JavaGD’ ‘OpenStreetMap’ ‘maptools’ ‘rgdal’ ‘scales’ ‘sp’
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 0.7
Check: R code for possible problems
Result: NOTE
.containedBy: no visible global function definition for
‘projectMercator’
.makeCensusDialog: no visible global function definition for ‘J’
.makeCensusDialog: no visible global function definition for ‘new’
.makeCensusDialog: no visible global function definition for ‘.jnull’
.onLoad: no visible global function definition for ‘.jnull’
.onLoad: no visible global function definition for ‘.jpackage’
.onLoad: no visible global function definition for ‘.jengine’
.onLoad: no visible global function definition for ‘J’
.subsetLines: no visible global function definition for
‘projectMercator’
.subsetPoints: no visible global function definition for
‘projectMercator’
.subsetPoly: no visible global function definition for
‘projectMercator’
loadCensusData: no visible global function definition for
‘install.packages’
loadCensusData: no visible global function definition for ‘data’
spatialBubblePlot: no visible global function definition for ‘slot’
spatialBubblePlot: no visible global function definition for
‘coordinates’
spatialBubblePlot: no visible global function definition for ‘symbols’
spatialChoropleth: no visible global function definition for ‘slot’
spatialChoropleth: no visible binding for global variable ‘heat.colors’
spatialChoropleth : palette: no visible global function definition for
‘rainbow’
spatialChoropleth: no visible global function definition for
‘manual_pal’
spatialChoropleth: no visible global function definition for
‘gradient_n_pal’
spatialChoropleth: no visible global function definition for
‘heat.colors’
spatialChoropleth: no visible global function definition for ‘cscale’
spatialChoropleth: no visible global function definition for ‘quantile’
spatialChoropleth: no visible global function definition for ‘plot’
spatialChoropleth: no visible global function definition for ‘title’
spatialChoropleth: no visible global function definition for ‘legend’
spatialColoredPoints: no visible global function definition for ‘slot’
spatialColoredPoints : palette: no visible global function definition
for ‘rainbow’
spatialColoredPoints: no visible global function definition for
‘manual_pal’
spatialColoredPoints: no visible global function definition for ‘plot’
spatialColoredPoints: no visible global function definition for
‘legend’
spatialColoredPoints: no visible global function definition for
‘gradient_n_pal’
spatialColoredPoints: no visible global function definition for
‘heat.colors’
spatialColoredPoints: no visible global function definition for
‘cscale’
spatialColoredPoints: no visible global function definition for
‘quantile’
spatialTextPlot: no visible global function definition for
‘coordinates’
spatialTextPlot: no visible global function definition for ‘slot’
Undefined global functions or variables:
.jengine .jnull .jpackage J coordinates cscale data gradient_n_pal
heat.colors install.packages legend manual_pal new plot
projectMercator quantile rainbow slot symbols title
Consider adding
importFrom("grDevices", "heat.colors", "rainbow")
importFrom("graphics", "legend", "plot", "symbols", "title")
importFrom("methods", "new", "slot")
importFrom("stats", "quantile")
importFrom("utils", "data", "install.packages")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Current CRAN status: NOTE: 12
Version: 0.1-2
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.1-2
Check: R code for possible problems
Result: NOTE
.makeQuickWordcloud: no visible global function definition for 'J'
.makeQuickWordcloud: no visible global function definition for 'new'
.makeQuickWordcloud: no visible global function definition for '.jnull'
.makeTextPlot: no visible global function definition for 'J'
.makeTextPlot: no visible global function definition for 'new'
.makeTextPlot: no visible global function definition for '.jnull'
.onLoad: no visible global function definition for '.jpackage'
.onLoad: no visible global function definition for '.jnew'
.onLoad: no visible global function definition for 'J'
make.color.scale: no visible global function definition for 'rgb'
Undefined global functions or variables:
.jnew .jnull .jpackage J new rgb
Consider adding
importFrom("grDevices", "rgb")
importFrom("methods", "new")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Current CRAN status: NOTE: 1, OK: 11
Version: 0.1.3
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘redux’
Flavor: r-patched-solaris-x86
Current CRAN status: ERROR: 1, WARN: 6, NOTE: 3, OK: 2
Version: 1.2
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/BH/include/boost/container/detail/copy_move_algo.hpp:182:19: warning: ‘void* memmove(void*, const void*, size_t)’ writing to an object of type ‘value_type’ {aka ‘struct boost::container::dtl::pair<int, int>’} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/BH/include/boost/container/detail/copy_move_algo.hpp:896:16: warning: ‘void* memmove(void*, const void*, size_t)’ writing to an object of type ‘boost::movelib::detail::iterator_to_element_ptr<boost::container::dtl::pair<int, int>*>::element_type’ {aka ‘struct boost::container::dtl::pair<int, int>’} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/BH/include/boost/container/detail/copy_move_algo.hpp:196:19: warning: ‘void* memmove(void*, const void*, size_t)’ writing to an object of type ‘boost::movelib::detail::iterator_to_element_ptr<boost::container::dtl::pair<int, int>*>::element_type’ {aka ‘struct boost::container::dtl::pair<int, int>’} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.2
Check: installed package size
Result: NOTE
installed size is 28.7Mb
sub-directories of 1Mb or more:
libs 27.1Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 1.2
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
/data/gannet/ripley/R/test-4.1/BH/include/boost/container/detail/copy_move_algo.hpp:182:19: warning: ‘void* memmove(void*, const void*, size_t)’ writing to an object of type ‘value_type’ {aka ‘struct boost::container::dtl::pair<int, int>’} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
/data/gannet/ripley/R/test-4.1/BH/include/boost/container/detail/copy_move_algo.hpp:896:16: warning: ‘void* memmove(void*, const void*, size_t)’ writing to an object of type ‘boost::movelib::detail::iterator_to_element_ptr<boost::container::dtl::pair<int, int>*>::element_type’ {aka ‘struct boost::container::dtl::pair<int, int>’} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
/data/gannet/ripley/R/test-4.1/BH/include/boost/container/detail/copy_move_algo.hpp:196:19: warning: ‘void* memmove(void*, const void*, size_t)’ writing to an object of type ‘boost::movelib::detail::iterator_to_element_ptr<boost::container::dtl::pair<int, int>*>::element_type’ {aka ‘struct boost::container::dtl::pair<int, int>’} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.2
Flags: --no-vignettes
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/copy_move_algo.hpp:182:19: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'value_type' {aka 'struct boost::container::dtl::pair<int, int>'} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/copy_move_algo.hpp:896:16: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'boost::movelib::detail::iterator_to_element_ptr<boost::container::dtl::pair<int, int>*>::element_type' {aka 'struct boost::container::dtl::pair<int, int>'} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/container/detail/copy_move_algo.hpp:196:19: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'boost::movelib::detail::iterator_to_element_ptr<boost::container::dtl::pair<int, int>*>::element_type' {aka 'struct boost::container::dtl::pair<int, int>'} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
Flavor: r-devel-windows-ix86+x86_64
Version: 1.2
Flags: --no-vignettes
Check: installed package size
Result: NOTE
installed size is 6.3Mb
sub-directories of 1Mb or more:
libs 4.8Mb
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.2
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include/boost/container/detail/copy_move_algo.hpp:182:19: warning: ‘void* memmove(void*, const void*, size_t)’ writing to an object of type ‘value_type’ {aka ‘struct boost::container::dtl::pair<int, int>’} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include/boost/container/detail/copy_move_algo.hpp:896:16: warning: ‘void* memmove(void*, const void*, size_t)’ writing to an object of type ‘boost::movelib::detail::iterator_to_element_ptr<boost::container::dtl::pair<int, int>*>::element_type’ {aka ‘struct boost::container::dtl::pair<int, int>’} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include/boost/container/detail/copy_move_algo.hpp:196:19: warning: ‘void* memmove(void*, const void*, size_t)’ writing to an object of type ‘boost::movelib::detail::iterator_to_element_ptr<boost::container::dtl::pair<int, int>*>::element_type’ {aka ‘struct boost::container::dtl::pair<int, int>’} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
Flavor: r-patched-linux-x86_64
Version: 1.2
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/BH/include/boost/container/detail/copy_move_algo.hpp:182:19: warning: ‘void* memmove(void*, const void*, size_t)’ writing to an object of type ‘value_type’ {aka ‘struct boost::container::dtl::pair<int, int>’} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/BH/include/boost/container/detail/copy_move_algo.hpp:896:16: warning: ‘void* memmove(void*, const void*, size_t)’ writing to an object of type ‘boost::movelib::detail::iterator_to_element_ptr<boost::container::dtl::pair<int, int>*>::element_type’ {aka ‘struct boost::container::dtl::pair<int, int>’} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/BH/include/boost/container/detail/copy_move_algo.hpp:196:19: warning: ‘void* memmove(void*, const void*, size_t)’ writing to an object of type ‘boost::movelib::detail::iterator_to_element_ptr<boost::container::dtl::pair<int, int>*>::element_type’ {aka ‘struct boost::container::dtl::pair<int, int>’} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
Flavor: r-release-linux-x86_64
Version: 1.2
Flags: --no-vignettes
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
d:/RCompile/CRANpkg/lib/4.0/BH/include/boost/container/detail/copy_move_algo.hpp:182:19: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'value_type' {aka 'struct boost::container::dtl::pair<int, int>'} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
d:/RCompile/CRANpkg/lib/4.0/BH/include/boost/container/detail/copy_move_algo.hpp:896:16: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'boost::movelib::detail::iterator_to_element_ptr<boost::container::dtl::pair<int, int>*>::element_type' {aka 'struct boost::container::dtl::pair<int, int>'} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
d:/RCompile/CRANpkg/lib/4.0/BH/include/boost/container/detail/copy_move_algo.hpp:196:19: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'boost::movelib::detail::iterator_to_element_ptr<boost::container::dtl::pair<int, int>*>::element_type' {aka 'struct boost::container::dtl::pair<int, int>'} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
Flavor: r-release-windows-ix86+x86_64
Version: 1.2
Flags: --no-vignettes
Check: running tests for arch ‘i386’
Result: ERROR
Running 'tests.R' [26s]
Running the tests in 'tests/tests.R' failed.
Complete output:
>
>
> library(testthat)
> library(lolog)
Loading required package: Rcpp
>
> test_check("lolog")
Model is dyad independent. Replications are redundant. Setting nReplicates <- 1L.
Model is dyad independent. Replications are redundant. Setting nReplicates <- 1L.
-- 1. Failure: lolog_fit_parallel (@test-lolog-fit.R#78) ----------------------
all(fit$theta > c(-1.9, 0)) & all(fit$theta < c(-1.1, 0.2)) isn't true.
== testthat results ===========================================================
[ OK: 66 | SKIPPED: 1 | WARNINGS: 1 | FAILED: 1 ]
1. Failure: lolog_fit_parallel (@test-lolog-fit.R#78)
Error: testthat unit tests failed
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Current CRAN status: OK: 12
Current CRAN status: NOTE: 5, OK: 7
Version: 0.1.0
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘CARE1’ ‘LCMCR’ ‘coda’ ‘conting’ ‘dga’ ‘future’ ‘ggplot2’ ‘ipc’
‘promises’ ‘reshape’ ‘shinycssloaders’ ‘testthat’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Current CRAN status: NOTE: 5, OK: 7
Version: 2.6
Check: data for non-ASCII characters
Result: NOTE
Note: found 2 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64