CRAN Package Check Results for Maintainer ‘Jonah Gabry <jsg2201 at columbia.edu>’

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

Package ERROR NOTE OK
bayesplot 1 7 4
loo 1 11
rstantools 5 7
shinystan 1 1 10

Package bayesplot

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

Version: 1.7.2
Check: installed package size
Result: NOTE
     installed size is 5.9Mb
     sub-directories of 1Mb or more:
     R 1.8Mb
     doc 3.5Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.7.2
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘rstanarm’
Flavor: r-patched-linux-x86_64

Version: 1.7.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [97s/105s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(bayesplot)
     This is bayesplot version 1.7.2
     - Online documentation and vignettes at mc-stan.org/bayesplot
     - bayesplot theme set to bayesplot::theme_default()
     * Does _not_ affect other ggplot2 plots
     * See ?bayesplot_theme_set for details on theme setting
     >
     > Sys.unsetenv("R_TESTS")
     > test_check("bayesplot")
     ── 1. Error: (unknown) (@test-extractors.R#2) ─────────────────────────────────
     there is no package called 'rstanarm'
     Backtrace:
     1. base::suppressPackageStartupMessages(library(rstanarm))
     3. base::library(rstanarm)
    
     ── 2. Error: prepare_mcmc_array processes non-array input types correctly (@test
     there is no package called 'rstanarm'
     Backtrace:
     1. base::suppressPackageStartupMessages(library(rstanarm))
     3. base::library(rstanarm)
    
     ── 3. Error: (unknown) (@test-mcmc-nuts.R#2) ──────────────────────────────────
     there is no package called 'rstanarm'
     Backtrace:
     1. base::suppressPackageStartupMessages(library(rstanarm))
     3. base::library(rstanarm)
    
     ── 4. Error: (unknown) (@test-mcmc-recover.R#2) ───────────────────────────────
     there is no package called 'rstanarm'
     Backtrace:
     1. base::suppressPackageStartupMessages(library(rstanarm))
     3. base::library(rstanarm)
    
     ── 5. Error: (unknown) (@test-mcmc-scatter-and-parcoord.R#2) ──────────────────
     there is no package called 'rstanarm'
     Backtrace:
     1. base::suppressPackageStartupMessages(library(rstanarm))
     3. base::library(rstanarm)
    
     ── 6. Error: (unknown) (@test-ppc-discrete.R#2) ───────────────────────────────
     there is no package called 'rstanarm'
     Backtrace:
     1. base::suppressPackageStartupMessages(library(rstanarm))
     3. base::library(rstanarm)
    
     ── 7. Error: (unknown) (@test-ppc-loo.R#2) ────────────────────────────────────
     there is no package called 'rstanarm'
     Backtrace:
     1. base::suppressPackageStartupMessages(library(rstanarm))
     3. base::library(rstanarm)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 789 | SKIPPED: 34 | WARNINGS: 0 | FAILED: 7 ]
     1. Error: (unknown) (@test-extractors.R#2)
     2. Error: prepare_mcmc_array processes non-array input types correctly (@test-helpers-mcmc.R#244)
     3. Error: (unknown) (@test-mcmc-nuts.R#2)
     4. Error: (unknown) (@test-mcmc-recover.R#2)
     5. Error: (unknown) (@test-mcmc-scatter-and-parcoord.R#2)
     6. Error: (unknown) (@test-ppc-discrete.R#2)
     7. Error: (unknown) (@test-ppc-loo.R#2)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-linux-x86_64

Package loo

Current CRAN status: NOTE: 1, OK: 11

Version: 2.3.1
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘rstanarm’
Flavor: r-patched-linux-x86_64

Package rstantools

Current CRAN status: NOTE: 5, OK: 7

Version: 2.1.1
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘RcppParallel’
     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

Package shinystan

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

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

Version: 2.5.0
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘rstanarm’
Flavor: r-patched-linux-x86_64

Version: 2.5.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [6s/7s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(shinystan)
     Loading required package: shiny
    
     This is shinystan version 2.5.0
    
     >
     > test_check("shinystan")
     ── 1. Error: (unknown) (@test_creating_sso.R#3) ───────────────────────────────
     there is no package called 'rstanarm'
     Backtrace:
     1. base::suppressPackageStartupMessages(library(rstanarm))
     3. base::library(rstanarm)
    
     ── 2. Error: (unknown) (@test_misc.R#2) ───────────────────────────────────────
     there is no package called 'rstanarm'
     Backtrace:
     1. base::library(rstanarm)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 78 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 2 ]
     1. Error: (unknown) (@test_creating_sso.R#3)
     2. Error: (unknown) (@test_misc.R#2)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-linux-x86_64