CRAN Package Check Results for Package panelr

Last updated on 2020-08-26 06:48:55 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.3 16.04 298.65 314.69 ERROR
r-devel-linux-x86_64-debian-gcc 0.7.3 14.07 220.50 234.57 ERROR
r-devel-linux-x86_64-fedora-clang 0.7.3 405.21 ERROR
r-devel-linux-x86_64-fedora-gcc 0.7.3 369.06 ERROR
r-devel-windows-ix86+x86_64 0.7.3 25.00 430.00 455.00 OK
r-patched-linux-x86_64 0.7.3 16.89 285.90 302.79 ERROR
r-patched-solaris-x86 0.7.3 508.70 ERROR
r-release-linux-x86_64 0.7.3 16.70 292.92 309.62 ERROR
r-release-macos-x86_64 0.7.3 OK
r-release-windows-ix86+x86_64 0.7.3 36.00 387.00 423.00 OK
r-oldrel-macos-x86_64 0.7.3 OK
r-oldrel-windows-ix86+x86_64 0.7.3 23.00 310.00 333.00 OK

Check Details

Version: 0.7.3
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: 'clubSandwich'
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-patched-solaris-x86, r-release-linux-x86_64

Version: 0.7.3
Check: examples
Result: ERROR
    Running examples in 'panelr-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: fdm
    > ### Title: Estimate first differences models using GLS
    > ### Aliases: fdm
    >
    > ### ** Examples
    >
    >
    > data("teen_poverty")
    > # Convert to long format
    > teen <- long_panel(teen_poverty, begin = 1, end = 5)
    > model <- fdm(hours ~ lag(pov) + spouse, data = teen)
    Loading required namespace: clubSandwich
    Failed with error: 'there is no package called 'clubSandwich''
    Error: You must have 'clubSandwich' installed to use this function.
    Backtrace:
     1. panelr::fdm(hours ~ lag(pov) + spouse, data = teen)
     2. panelr:::need_package("clubSandwich")
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.7.3
Check: tests
Result: ERROR
     Running 'testthat.R' [148s/160s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(panelr)
     Loading required package: lme4
     Loading required package: Matrix
    
     Attaching package: 'panelr'
    
     The following object is masked from 'package:stats':
    
     filter
    
     >
     > test_check("panelr")
     Failed with error: 'there is no package called 'clubSandwich''
     -- 1. Error: (unknown) (@test_asym.R#12) --------------------------------------
     You must have 'clubSandwich' installed to use this function.
     Backtrace:
     1. panelr::asym(wks ~ union + lwage, data = wages)
     2. panelr:::need_package("clubSandwich")
    
     Failed with error: 'there is no package called 'clubSandwich''
     -- 2. Error: (unknown) (@test_fdm.R#12) ---------------------------------------
     You must have 'clubSandwich' installed to use this function.
     Backtrace:
     1. panelr::fdm(wks ~ union + lwage, data = wages)
     2. panelr:::need_package("clubSandwich")
    
     == testthat results ===========================================================
     [ OK: 231 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 2 ]
     1. Error: (unknown) (@test_asym.R#12)
     2. Error: (unknown) (@test_fdm.R#12)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.7.3
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building 'reshape.Rmd' using rmarkdown
    Loading required package: lme4
    Loading required package: Matrix
    
    Attaching package: 'panelr'
    
    The following object is masked from 'package:stats':
    
     filter
    
    --- finished re-building 'reshape.Rmd'
    
    --- re-building 'wbm.Rmd' using rmarkdown
    Loading required package: lme4
    Loading required package: Matrix
    
    Attaching package: 'panelr'
    
    The following object is masked from 'package:stats':
    
     filter
    
    Loading required namespace: geepack
    Loading required namespace: clubSandwich
    Failed with error: 'there is no package called 'clubSandwich''
    Quitting from lines 443-445 (wbm.Rmd)
    Error: processing vignette 'wbm.Rmd' failed with diagnostics:
    You must have 'clubSandwich' installed to use this function.
    --- failed re-building 'wbm.Rmd'
    
    SUMMARY: processing the following file failed:
     'wbm.Rmd'
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.7.3
Check: tests
Result: ERROR
     Running ‘testthat.R’ [108s/151s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(panelr)
     Loading required package: lme4
     Loading required package: Matrix
    
     Attaching package: 'panelr'
    
     The following object is masked from 'package:stats':
    
     filter
    
     >
     > test_check("panelr")
     Failed with error: 'there is no package called 'clubSandwich''
     ── 1. Error: (unknown) (@test_asym.R#12) ──────────────────────────────────────
     You must have 'clubSandwich' installed to use this function.
     Backtrace:
     1. panelr::asym(wks ~ union + lwage, data = wages)
     2. panelr:::need_package("clubSandwich")
    
     Failed with error: 'there is no package called 'clubSandwich''
     ── 2. Error: (unknown) (@test_fdm.R#12) ───────────────────────────────────────
     You must have 'clubSandwich' installed to use this function.
     Backtrace:
     1. panelr::fdm(wks ~ union + lwage, data = wages)
     2. panelr:::need_package("clubSandwich")
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 231 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 2 ]
     1. Error: (unknown) (@test_asym.R#12)
     2. Error: (unknown) (@test_fdm.R#12)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

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

Version: 0.7.3
Check: examples
Result: ERROR
    Running examples in ‘panelr-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: fdm
    > ### Title: Estimate first differences models using GLS
    > ### Aliases: fdm
    >
    > ### ** Examples
    >
    >
    > data("teen_poverty")
    > # Convert to long format
    > teen <- long_panel(teen_poverty, begin = 1, end = 5)
    > model <- fdm(hours ~ lag(pov) + spouse, data = teen)
    Loading required namespace: clubSandwich
    Failed with error: ‘there is no package called ‘clubSandwich’’
    Error: You must have 'clubSandwich' installed to use this function.
    Backtrace:
     1. panelr::fdm(hours ~ lag(pov) + spouse, data = teen)
     2. panelr:::need_package("clubSandwich")
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86

Version: 0.7.3
Check: tests
Result: ERROR
     Running ‘testthat.R’ [170s/226s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(panelr)
     Loading required package: lme4
     Loading required package: Matrix
    
     Attaching package: 'panelr'
    
     The following object is masked from 'package:stats':
    
     filter
    
     >
     > test_check("panelr")
     Failed with error: 'there is no package called 'clubSandwich''
     ── 1. Error: (unknown) (@test_asym.R#12) ──────────────────────────────────────
     You must have 'clubSandwich' installed to use this function.
     Backtrace:
     1. panelr::asym(wks ~ union + lwage, data = wages)
     2. panelr:::need_package("clubSandwich")
    
     Failed with error: 'there is no package called 'clubSandwich''
     ── 2. Error: (unknown) (@test_fdm.R#12) ───────────────────────────────────────
     You must have 'clubSandwich' installed to use this function.
     Backtrace:
     1. panelr::fdm(wks ~ union + lwage, data = wages)
     2. panelr:::need_package("clubSandwich")
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 231 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 2 ]
     1. Error: (unknown) (@test_asym.R#12)
     2. Error: (unknown) (@test_fdm.R#12)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.7.3
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
    --- re-building ‘reshape.Rmd’ using rmarkdown
    Loading required package: lme4
    Loading required package: Matrix
    
    Attaching package: 'panelr'
    
    The following object is masked from 'package:stats':
    
     filter
    
    --- finished re-building ‘reshape.Rmd’
    
    --- re-building ‘wbm.Rmd’ using rmarkdown
    Loading required package: lme4
    Loading required package: Matrix
    
    Attaching package: 'panelr'
    
    The following object is masked from 'package:stats':
    
     filter
    
    Loading required namespace: geepack
    Loading required namespace: clubSandwich
    Failed with error: 'there is no package called 'clubSandwich''
    Quitting from lines 443-445 (wbm.Rmd)
    Error: processing vignette 'wbm.Rmd' failed with diagnostics:
    You must have 'clubSandwich' installed to use this function.
    --- failed re-building ‘wbm.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘wbm.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.7.3
Check: tests
Result: ERROR
     Running ‘testthat.R’ [167s/198s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(panelr)
     Loading required package: lme4
     Loading required package: Matrix
    
     Attaching package: 'panelr'
    
     The following object is masked from 'package:stats':
    
     filter
    
     >
     > test_check("panelr")
     Failed with error: 'there is no package called 'clubSandwich''
     ── 1. Error: (unknown) (@test_asym.R#12) ──────────────────────────────────────
     You must have 'clubSandwich' installed to use this function.
     Backtrace:
     1. panelr::asym(wks ~ union + lwage, data = wages)
     2. panelr:::need_package("clubSandwich")
    
     Failed with error: 'there is no package called 'clubSandwich''
     ── 2. Error: (unknown) (@test_fdm.R#12) ───────────────────────────────────────
     You must have 'clubSandwich' installed to use this function.
     Backtrace:
     1. panelr::fdm(wks ~ union + lwage, data = wages)
     2. panelr:::need_package("clubSandwich")
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 231 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 2 ]
     1. Error: (unknown) (@test_asym.R#12)
     2. Error: (unknown) (@test_fdm.R#12)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.7.3
Check: tests
Result: ERROR
     Running ‘testthat.R’ [140s/148s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(panelr)
     Loading required package: lme4
     Loading required package: Matrix
    
     Attaching package: 'panelr'
    
     The following object is masked from 'package:stats':
    
     filter
    
     >
     > test_check("panelr")
     Failed with error: 'there is no package called 'clubSandwich''
     ── 1. Error: (unknown) (@test_asym.R#12) ──────────────────────────────────────
     You must have 'clubSandwich' installed to use this function.
     Backtrace:
     1. panelr::asym(wks ~ union + lwage, data = wages)
     2. panelr:::need_package("clubSandwich")
    
     Failed with error: 'there is no package called 'clubSandwich''
     ── 2. Error: (unknown) (@test_fdm.R#12) ───────────────────────────────────────
     You must have 'clubSandwich' installed to use this function.
     Backtrace:
     1. panelr::fdm(wks ~ union + lwage, data = wages)
     2. panelr:::need_package("clubSandwich")
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 231 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 2 ]
     1. Error: (unknown) (@test_asym.R#12)
     2. Error: (unknown) (@test_fdm.R#12)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 0.7.3
Check: tests
Result: ERROR
     Running ‘testthat.R’ [218s/244s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(panelr)
     Loading required package: lme4
     Loading required package: Matrix
    
     Attaching package: 'panelr'
    
     The following object is masked from 'package:stats':
    
     filter
    
     >
     > test_check("panelr")
     Failed with error: 'there is no package called 'clubSandwich''
     ── 1. Error: (unknown) (@test_asym.R#12) ──────────────────────────────────────
     You must have 'clubSandwich' installed to use this function.
     Backtrace:
     1. panelr::asym(wks ~ union + lwage, data = wages)
     2. panelr:::need_package("clubSandwich")
    
     Failed with error: 'there is no package called 'clubSandwich''
     ── 2. Error: (unknown) (@test_fdm.R#12) ───────────────────────────────────────
     You must have 'clubSandwich' installed to use this function.
     Backtrace:
     1. panelr::fdm(wks ~ union + lwage, data = wages)
     2. panelr:::need_package("clubSandwich")
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 231 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 2 ]
     1. Error: (unknown) (@test_asym.R#12)
     2. Error: (unknown) (@test_fdm.R#12)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-solaris-x86

Version: 0.7.3
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘reshape.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    Loading required package: lme4
    Loading required package: Matrix
    
    Attaching package: 'panelr'
    
    The following object is masked from 'package:stats':
    
     filter
    
    --- finished re-building ‘reshape.Rmd’
    
    --- re-building ‘wbm.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    Loading required package: lme4
    Loading required package: Matrix
    
    Attaching package: 'panelr'
    
    The following object is masked from 'package:stats':
    
     filter
    
    Loading required namespace: geepack
    Loading required namespace: clubSandwich
    Failed with error: 'there is no package called 'clubSandwich''
    Quitting from lines 443-445 (wbm.Rmd)
    Error: processing vignette 'wbm.Rmd' failed with diagnostics:
    You must have 'clubSandwich' installed to use this function.
    --- failed re-building ‘wbm.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘wbm.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-patched-solaris-x86

Version: 0.7.3
Check: tests
Result: ERROR
     Running ‘testthat.R’ [145s/155s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(panelr)
     Loading required package: lme4
     Loading required package: Matrix
    
     Attaching package: 'panelr'
    
     The following object is masked from 'package:stats':
    
     filter
    
     >
     > test_check("panelr")
     Failed with error: 'there is no package called 'clubSandwich''
     ── 1. Error: (unknown) (@test_asym.R#12) ──────────────────────────────────────
     You must have 'clubSandwich' installed to use this function.
     Backtrace:
     1. panelr::asym(wks ~ union + lwage, data = wages)
     2. panelr:::need_package("clubSandwich")
    
     Failed with error: 'there is no package called 'clubSandwich''
     ── 2. Error: (unknown) (@test_fdm.R#12) ───────────────────────────────────────
     You must have 'clubSandwich' installed to use this function.
     Backtrace:
     1. panelr::fdm(wks ~ union + lwage, data = wages)
     2. panelr:::need_package("clubSandwich")
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 231 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 2 ]
     1. Error: (unknown) (@test_asym.R#12)
     2. Error: (unknown) (@test_fdm.R#12)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-linux-x86_64