CRAN Package Check Results for Maintainer ‘Michael Friendly <friendly at yorku.ca>’

Last updated on 2024-06-13 05:59:39 CEST.

Package ERROR NOTE OK
candisc 1 1 11
gellipsoid 13
genridge 1 12
ggbiplot 1 1 11
Guerry 1 12
heplots 1 12
HistData 1 1 11
matlib 1 9 3
mvinfluence 1 12
nestedLogit 10 1 2
statquotes 1 2 10
twoway 10 3
vcdExtra 1 9 3
VisCollin 1 1 11
WordPools 1 12

Package candisc

Current CRAN status: ERROR: 1, NOTE: 1, OK: 11

Version: 0.9.0
Check: package dependencies
Result: ERROR Packages required but not available: 'heplots', 'car' See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.9.0
Check: Rd cross-references
Result: NOTE Undeclared packages ‘yacca’, ‘CCA’ in Rd xrefs Flavor: r-devel-linux-x86_64-fedora-clang

Package gellipsoid

Current CRAN status: OK: 13

Package genridge

Current CRAN status: ERROR: 1, OK: 12

Version: 0.7.0
Check: package dependencies
Result: ERROR Package required but not available: ‘car’ Package suggested but not available for checking: ‘vcdExtra’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

Package ggbiplot

Current CRAN status: ERROR: 1, NOTE: 1, OK: 11

Version: 0.6.2
Check: package dependencies
Result: ERROR Package required but not available: ‘ggplot2’ Packages suggested but not available for checking: 'dplyr', 'broom', 'tidyr' See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.6.2
Check: Rd cross-references
Result: NOTE Undeclared packages ‘FactoMineR’, ‘ade4’, ‘factoextra’ in Rd xrefs Flavor: r-devel-linux-x86_64-fedora-clang

Package Guerry

Current CRAN status: ERROR: 1, OK: 12

Version: 1.8.3
Check: package dependencies
Result: NOTE Packages suggested but not available for checking: 'adespatial', 'car', 'effects', 'ggplot2', 'ggpcp', 'ggrepel', 'heplots', 'patchwork', 'candisc', 'dplyr', 'tidyr' Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.8.3
Check: examples
Result: ERROR Running examples in ‘Guerry-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: Guerry > ### Title: Data from A.-M. Guerry, "Essay on the Moral Statistics of > ### France" > ### Aliases: Guerry > ### Keywords: datasets > > ### ** Examples > > library(car) Error in library(car) : there is no package called ‘car’ Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed Angeville 5.722 0.099 9.385 Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.8.3
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘MultiSpat.Rmd’ using rmarkdown Quitting from lines 41-47 [unnamed-chunk-1] (MultiSpat.Rmd) Error: processing vignette 'MultiSpat.Rmd' failed with diagnostics: there is no package called 'adespatial' --- failed re-building ‘MultiSpat.Rmd’ --- re-building ‘guerry-multivariate.Rmd’ using rmarkdown Quitting from lines 52-63 [load] (guerry-multivariate.Rmd) Error: processing vignette 'guerry-multivariate.Rmd' failed with diagnostics: there is no package called 'car' --- failed re-building ‘guerry-multivariate.Rmd’ SUMMARY: processing the following files failed: ‘MultiSpat.Rmd’ ‘guerry-multivariate.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Package heplots

Current CRAN status: ERROR: 1, OK: 12

Version: 1.7.0
Check: package dependencies
Result: ERROR Packages required but not available: 'broom', 'car', 'purrr', 'tibble' Packages suggested but not available for checking: 'candisc', 'effects', 'reshape2', 'animation', 'mvinfluence', 'dplyr', 'tidyr', 'ggplot2', 'patchwork' See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

Package HistData

Current CRAN status: ERROR: 1, NOTE: 1, OK: 11

Version: 0.9-1
Check: package dependencies
Result: NOTE Packages suggested but not available for checking: 'ggplot2', 'dplyr', 'car', 'heplots', 'effects', 'lubridate' Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.9-1
Check: examples
Result: ERROR Running examples in ‘HistData-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: Bowley > ### Title: Bowley's data on values of British and Irish trade, 1855-1899 > ### Aliases: Bowley > ### Keywords: datasets > > ### ** Examples > > data(Bowley) > > # plot the data > with(Bowley,plot(Year, Value, type='b', lwd=2, + ylab="Value of British and Irish Exports", + main="Bowley's example of the method of smoothing curves")) > > # find moving averages > # simpler version using stats::filter > running <- function(x, width = 5){ + as.vector(stats::filter(x, rep(1 / width, width), sides = 2)) + } > > mav3<-running(Bowley$Value, width=3) > mav5<-running(Bowley$Value, width=5) > mav9<-running(Bowley$Value, width=9) > lines(Bowley$Year, mav3, col='blue', lty=2) > lines(Bowley$Year, mav5, col='green3', lty=3) > lines(Bowley$Year, mav9, col='brown', lty=4) > > # add lowess smooth > lines(lowess(Bowley), col='red', lwd=2) > > # Initial version, using ggplot > library(ggplot2) Error in library(ggplot2) : there is no package called ‘ggplot2’ Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.9-1
Check: Rd cross-references
Result: NOTE Undeclared packages ‘Guerry’, ‘alr4’, ‘agridat’, ‘coin’ in Rd xrefs Flavor: r-devel-linux-x86_64-fedora-clang

Package matlib

Current CRAN status: ERROR: 1, NOTE: 9, OK: 3

Version: 0.9.6
Check: Rd files
Result: NOTE checkRd: (-1) vectors3d.Rd:86: Lost braces 86 | \code{\link{arrows3d}}, code{\link[rgl]{texts3d}}, code{\link[rgl]{rgl.material}} | ^ checkRd: (-1) vectors3d.Rd:86: Lost braces 86 | \code{\link{arrows3d}}, code{\link[rgl]{texts3d}}, code{\link[rgl]{rgl.material}} | ^ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Version: 0.9.6
Check: package dependencies
Result: ERROR Package required but not available: ‘car’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

Package mvinfluence

Current CRAN status: ERROR: 1, OK: 12

Version: 0.9.0
Check: package dependencies
Result: ERROR Packages required but not available: 'car', 'heplots' Packages suggested but not available for checking: 'ggplot2', 'tibble', 'patchwork', 'dplyr' See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

Package nestedLogit

Current CRAN status: ERROR: 10, NOTE: 1, OK: 2

Version: 0.3.2
Check: Rd files
Result: NOTE checkRd: (-1) GSS.Rd:17: Lost braces 17 | code{2016}.} | ^ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Version: 0.3.2
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘nestedLogit.Rmd’ using rmarkdown ** Processing: fig/wlf-plot-1.png 672x384 pixels, 3x8 bits/pixel, RGB Input IDAT size = 38737 bytes Input file size = 38863 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 29909 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 29909 Output IDAT size = 29909 bytes (8828 bytes decrease) Output file size = 29987 bytes (8876 bytes = 22.84% decrease) ** Processing: fig/wlf-effect-plot-1-1.png 672x576 pixels, 3x8 bits/pixel, RGB Input IDAT size = 55761 bytes Input file size = 55911 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 43999 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 43999 Output IDAT size = 43999 bytes (11762 bytes decrease) Output file size = 44077 bytes (11834 bytes = 21.17% decrease) ** Processing: fig/wlf-effect-plot-2-1.png 672x384 pixels, 3x8 bits/pixel, RGB Input IDAT size = 28568 bytes Input file size = 28682 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23984 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23984 Output IDAT size = 23984 bytes (4584 bytes decrease) Output file size = 24062 bytes (4620 bytes = 16.11% decrease) ** Processing: fig/wlf-alt-plot-1.png 672x384 pixels, 3x8 bits/pixel, RGB Input IDAT size = 37411 bytes Input file size = 37537 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 29174 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 29174 Output IDAT size = 29174 bytes (8237 bytes decrease) Output file size = 29252 bytes (8285 bytes = 22.07% decrease) --- finished re-building ‘nestedLogit.Rmd’ --- re-building ‘plotting-ggplot.Rmd’ using rmarkdown ** Processing: fig/wlf-ggplot-p1-1.png 672x384 pixels, 3x8 bits/pixel, RGB Input IDAT size = 66096 bytes Input file size = 66270 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 52263 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 52263 Output IDAT size = 52263 bytes (13833 bytes decrease) Output file size = 52341 bytes (13929 bytes = 21.02% decrease) Quitting from lines 150-156 [wlf-ggplot-p2] (plotting-ggplot.Rmd) Error: processing vignette 'plotting-ggplot.Rmd' failed with diagnostics: Problem while converting geom to grob. ℹ Error occurred in the 4th layer. Caused by error in `txt$shape[, shape_vars]`: ! Can't subset columns that don't exist. ✖ Column `x_midpoint` doesn't exist. --- failed re-building ‘plotting-ggplot.Rmd’ --- re-building ‘standard-errors.Rmd’ using rmarkdown --- finished re-building ‘standard-errors.Rmd’ SUMMARY: processing the following file failed: ‘plotting-ggplot.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.3.2
Check: package dependencies
Result: ERROR Packages required but not available: 'broom', 'car', 'dplyr', 'effects', 'stringr', 'tibble' Packages suggested but not available for checking: 'geomtextpath', 'ggplot2', 'testthat', 'tidyr' See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.3.2
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘nestedLogit.Rmd’ using rmarkdown ** Processing: fig/wlf-plot-1.png 672x384 pixels, 3x8 bits/pixel, RGB Input IDAT size = 38737 bytes Input file size = 38863 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 29909 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 29909 Output IDAT size = 29909 bytes (8828 bytes decrease) Output file size = 29987 bytes (8876 bytes = 22.84% decrease) ** Processing: fig/wlf-effect-plot-1-1.png 672x576 pixels, 3x8 bits/pixel, RGB Input IDAT size = 55760 bytes Input file size = 55910 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 43998 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 43998 Output IDAT size = 43998 bytes (11762 bytes decrease) Output file size = 44076 bytes (11834 bytes = 21.17% decrease) ** Processing: fig/wlf-effect-plot-2-1.png 672x384 pixels, 3x8 bits/pixel, RGB Input IDAT size = 28569 bytes Input file size = 28683 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23984 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23984 Output IDAT size = 23984 bytes (4585 bytes decrease) Output file size = 24062 bytes (4621 bytes = 16.11% decrease) ** Processing: fig/wlf-alt-plot-1.png 672x384 pixels, 3x8 bits/pixel, RGB Input IDAT size = 37413 bytes Input file size = 37539 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 29169 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 29169 Output IDAT size = 29169 bytes (8244 bytes decrease) Output file size = 29247 bytes (8292 bytes = 22.09% decrease) --- finished re-building ‘nestedLogit.Rmd’ --- re-building ‘plotting-ggplot.Rmd’ using rmarkdown ** Processing: fig/wlf-ggplot-p1-1.png 672x384 pixels, 3x8 bits/pixel, RGB Input IDAT size = 66093 bytes Input file size = 66267 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 52261 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 52261 Output IDAT size = 52261 bytes (13832 bytes decrease) Output file size = 52339 bytes (13928 bytes = 21.02% decrease) Quitting from lines 150-156 [wlf-ggplot-p2] (plotting-ggplot.Rmd) Error: processing vignette 'plotting-ggplot.Rmd' failed with diagnostics: Problem while converting geom to grob. ℹ Error occurred in the 4th layer. Caused by error in `txt$shape[, shape_vars]`: ! Can't subset columns that don't exist. ✖ Column `x_midpoint` doesn't exist. --- failed re-building ‘plotting-ggplot.Rmd’ --- re-building ‘standard-errors.Rmd’ using rmarkdown --- finished re-building ‘standard-errors.Rmd’ SUMMARY: processing the following file failed: ‘plotting-ggplot.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.3.2
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building 'nestedLogit.Rmd' using rmarkdown --- finished re-building 'nestedLogit.Rmd' --- re-building 'plotting-ggplot.Rmd' using rmarkdown Quitting from lines 150-156 [wlf-ggplot-p2] (plotting-ggplot.Rmd) Error: processing vignette 'plotting-ggplot.Rmd' failed with diagnostics: Problem while converting geom to grob. ℹ Error occurred in the 4th layer. Caused by error in `txt$shape[, shape_vars]`: ! Can't subset columns that don't exist. ✖ Column `x_midpoint` doesn't exist. --- failed re-building 'plotting-ggplot.Rmd' --- re-building 'standard-errors.Rmd' using rmarkdown --- finished re-building 'standard-errors.Rmd' SUMMARY: processing the following file failed: 'plotting-ggplot.Rmd' Error: Vignette re-building failed. Execution halted Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

Version: 0.3.2
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘nestedLogit.Rmd’ using rmarkdown --- finished re-building ‘nestedLogit.Rmd’ --- re-building ‘plotting-ggplot.Rmd’ using rmarkdown Quitting from lines 150-156 [wlf-ggplot-p2] (plotting-ggplot.Rmd) Error: processing vignette 'plotting-ggplot.Rmd' failed with diagnostics: Problem while converting geom to grob. ℹ Error occurred in the 4th layer. Caused by error in `txt$shape[, shape_vars]`: ! Can't subset columns that don't exist. ✖ Column `x_midpoint` doesn't exist. --- failed re-building ‘plotting-ggplot.Rmd’ --- re-building ‘standard-errors.Rmd’ using rmarkdown --- finished re-building ‘standard-errors.Rmd’ SUMMARY: processing the following file failed: ‘plotting-ggplot.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-release-macos-x86_64

Package statquotes

Current CRAN status: ERROR: 1, NOTE: 2, OK: 10

Version: 0.3.2
Check: package dependencies
Result: ERROR Packages required but not available: 'stringr', 'tidytext' Packages suggested but not available for checking: 'dplyr', 'forcats', 'ggplot2' See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

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

Version: 0.3.2
Check: data for non-ASCII characters
Result: NOTE Note: found 1 marked UTF-8 string Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Package twoway

Current CRAN status: NOTE: 10, OK: 3

Version: 0.6.3
Check: Rd files
Result: NOTE checkRd: (-1) twoway.Rd:66: Lost braces 66 | code{\link{twoway.formula}}, code{\link[stats]{medpolish}} | ^ checkRd: (-1) twoway.Rd:66: Lost braces 66 | code{\link{twoway.formula}}, code{\link[stats]{medpolish}} | ^ 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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Package vcdExtra

Current CRAN status: ERROR: 1, NOTE: 9, OK: 3

Version: 0.8-5
Check: Rd files
Result: NOTE checkRd: (-1) datasets.Rd:15: Lost braces 15 | and dimension information (\code{dim} or code{length}) of each item, | ^ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Version: 0.8-5
Check: package dependencies
Result: ERROR Packages required but not available: 'dplyr', 'purrr', 'readxl', 'stringr', 'tidyr' Packages suggested but not available for checking: 'effects', 'ggplot2', 'car', 'AER', 'Hmisc' See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

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

Package VisCollin

Current CRAN status: ERROR: 1, NOTE: 1, OK: 11

Version: 0.1.2
Check: package dependencies
Result: NOTE Packages suggested but not available for checking: 'car', 'dplyr', 'tidyr' Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.2
Check: examples
Result: ERROR Running examples in ‘VisCollin-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: biomass > ### Title: Biomass Production in the Cape Fear Estuary > ### Aliases: biomass > ### Keywords: dataset > > ### ** Examples > > data(biomass) > str(biomass) 'data.frame': 45 obs. of 17 variables: $ loc : Factor w/ 3 levels "OI","SI","SM": 1 1 1 1 1 1 1 1 1 1 ... $ type : Factor w/ 3 levels "DVEG","SHRT",..: 1 1 1 1 1 2 2 2 2 2 ... $ biomass: int 676 516 1052 868 1008 436 544 680 640 492 ... $ H2S : int -610 -570 -610 -560 -610 -620 -590 -610 -580 -610 ... $ sal : int 33 35 32 30 33 33 36 30 38 30 ... $ Eh7 : int -290 -268 -282 -232 -318 -308 -264 -340 -252 -288 ... $ pH : num 5 4.75 4.2 4.4 5.55 5.05 4.25 4.45 4.75 4.6 ... $ buf : num 2.34 2.66 4.18 3.6 1.9 3.22 4.5 3.5 2.62 3.04 ... $ P : num 20.2 15.6 18.7 22.8 37.8 ... $ K : num 1442 1299 1154 1045 522 ... $ Ca : num 2150 1845 1750 1674 3360 ... $ Mg : num 5169 4358 4041 3966 4609 ... $ Na : num 35184 28170 26455 25073 31664 ... $ Mn : num 14.29 7.73 17.81 49.15 30.52 ... $ Zn : num 16.5 14 15.3 17.3 22.3 ... $ Cu : num 5.02 4.19 4.79 4.09 4.6 ... $ NH4 : num 59.5 51.4 68.8 82.3 70.9 ... > biomass.mod <- lm (biomass ~ H2S + sal + Eh7 + pH + buf + P + K + Ca + Mg + Na + + Mn + Zn + Cu + NH4, + data=biomass) > car::vif(biomass.mod) Error in loadNamespace(x) : there is no package called ‘car’ Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

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

Package WordPools

Current CRAN status: NOTE: 1, OK: 12

Version: 1.2.0
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘dplyr’ Flavor: r-devel-linux-x86_64-debian-gcc