CRAN Package Check Results for Maintainer ‘Randall Pruim <rpruim at calvin.edu>’

Last updated on 2020-08-07 01:50:31 CEST.

Package ERROR NOTE OK
fastR2 12
ggformula 2 10
Lock5withR 12
mosaic 1 11
mosaicCore 12
mosaicData 1 4 7
NHANES 12

Package fastR2

Current CRAN status: OK: 12

Package ggformula

Current CRAN status: NOTE: 2, OK: 10

Version: 0.9.4
Check: Rd cross-references
Result: NOTE
    Undeclared package ‘quantreg’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.9.4
Check: installed package size
Result: NOTE
     installed size is 5.3Mb
     sub-directories of 1Mb or more:
     doc 3.0Mb
     tutorials 1.0Mb
Flavor: r-patched-solaris-x86

Package Lock5withR

Current CRAN status: OK: 12

Package mosaic

Current CRAN status: NOTE: 1, OK: 11

Version: 1.7.0
Check: Rd cross-references
Result: NOTE
    Undeclared package ‘cubature’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang

Package mosaicCore

Current CRAN status: OK: 12

Package mosaicData

Current CRAN status: ERROR: 1, NOTE: 4, OK: 7

Version: 0.18.0
Check: data for non-ASCII characters
Result: NOTE
     Note: found 7 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

Version: 0.18.0
Check: examples
Result: ERROR
    Running examples in ‘mosaicData-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: SnowGR
    > ### Title: Snowfall data for Grand Rapids, MI
    > ### Aliases: SnowGR
    > ### Keywords: datasets
    >
    > ### ** Examples
    >
    > data(SnowGR)
    > if (require(mosaic)) {
    + df_stats(~ Total, data = SnowGR)
    + gf_histogram( ~ Total, data = SnowGR)
    + gf_point(Total ~ SeasonStart, data = SnowGR) %>%
    + gf_smooth()
    + }
    Loading required package: mosaic
    Loading required package: dplyr
    
    Attaching package: ‘dplyr’
    
    The following objects are masked from ‘package:stats’:
    
     filter, lag
    
    The following objects are masked from ‘package:base’:
    
     intersect, setdiff, setequal, union
    
    Loading required package: lattice
    Loading required package: ggformula
    Loading required package: ggplot2
    Loading required package: ggstance
    
    Attaching package: ‘ggstance’
    
    The following objects are masked from ‘package:ggplot2’:
    
     GeomErrorbarh, geom_errorbarh
    
    Error: package or namespace load failed for ‘ggformula’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
     there is no package called ‘stringi’
    Failed with error: ‘package ‘ggformula’ could not be loaded’
    > if (require(tidyr)) {
    + Snow2 <-
    + SnowGR %>%
    + gather("Time", "Snowfall", Jul:Total)
    + gf_boxplot(Snowfall ~ Time, data = Snow2)
    + }
    Loading required package: tidyr
    Error in gf_boxplot(Snowfall ~ Time, data = Snow2) :
     could not find function "gf_boxplot"
    Execution halted
Flavor: r-release-macos-x86_64

Package NHANES

Current CRAN status: OK: 12