Last updated on 2020-11-11 12:50:16 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7.4 | ERROR | ||||
r-devel-linux-x86_64-debian-gcc | 0.7.4 | 14.59 | 218.22 | 232.81 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.7.4 | 373.75 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.7.4 | 374.52 | ERROR | |||
r-devel-windows-ix86+x86_64 | 0.7.4 | 39.00 | 411.00 | 450.00 | ERROR | |
r-patched-linux-x86_64 | 0.7.4 | 17.03 | 286.14 | 303.17 | ERROR | |
r-patched-solaris-x86 | 0.7.4 | 501.70 | ERROR | |||
r-release-linux-x86_64 | 0.7.4 | 16.49 | 280.10 | 296.59 | ERROR | |
r-release-macos-x86_64 | 0.7.4 | OK | ||||
r-release-windows-ix86+x86_64 | 0.7.4 | 44.00 | 432.00 | 476.00 | ERROR | |
r-oldrel-macos-x86_64 | 0.7.4 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.7.4 | 22.00 | 275.00 | 297.00 | ERROR |
Version: 0.7.4
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.4
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.4
Check: tests
Result: ERROR
Running 'testthat.R' [147s/156s]
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")
-- FAILURE (test-utils.R:299:3): extractors work -------------------------------
`simulate(mod)` produced warnings.
Failed with error: 'there is no package called 'clubSandwich''
-- ERROR (test_asym.R:12:1): (code run outside of `test_that()`) ---------------
Error: You must have 'clubSandwich' installed to use this function.
Backtrace:
x
1. \-panelr::asym(wks ~ union + lwage, data = wages) test_asym.R:12:0
2. \-panelr:::need_package("clubSandwich")
Failed with error: 'there is no package called 'clubSandwich''
-- ERROR (test_fdm.R:12:1): (code run outside of `test_that()`) ----------------
Error: You must have 'clubSandwich' installed to use this function.
Backtrace:
x
1. \-panelr::fdm(wks ~ union + lwage, data = wages) test_fdm.R:12:0
2. \-panelr:::need_package("clubSandwich")
== testthat results ===========================================================
FAILURE (test-utils.R:299:3): extractors work
ERROR (test_asym.R:12:1): (code run outside of `test_that()`)
ERROR (test_fdm.R:12:1): (code run outside of `test_that()`)
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 230 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.7.4
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.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [102s/138s]
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")
── FAILURE (test-utils.R:299:3): extractors work ───────────────────────────────
`simulate(mod)` produced warnings.
Failed with error: 'there is no package called 'clubSandwich''
── ERROR (test_asym.R:12:1): (code run outside of `test_that()`) ───────────────
Error: You must have 'clubSandwich' installed to use this function.
Backtrace:
█
1. └─panelr::asym(wks ~ union + lwage, data = wages) test_asym.R:12:0
2. └─panelr:::need_package("clubSandwich")
Failed with error: 'there is no package called 'clubSandwich''
── ERROR (test_fdm.R:12:1): (code run outside of `test_that()`) ────────────────
Error: You must have 'clubSandwich' installed to use this function.
Backtrace:
█
1. └─panelr::fdm(wks ~ union + lwage, data = wages) test_fdm.R:12:0
2. └─panelr:::need_package("clubSandwich")
══ testthat results ═══════════════════════════════════════════════════════════
FAILURE (test-utils.R:299:3): extractors work
ERROR (test_asym.R:12:1): (code run outside of `test_that()`)
ERROR (test_fdm.R:12:1): (code run outside of `test_that()`)
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 230 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.7.4
Check: Rd cross-references
Result: NOTE
Undeclared package ‘AER’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.7.4
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.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [157s/192s]
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")
── FAILURE (test-utils.R:299:3): extractors work ───────────────────────────────
`simulate(mod)` produced warnings.
Failed with error: 'there is no package called 'clubSandwich''
── ERROR (test_asym.R:12:1): (code run outside of `test_that()`) ───────────────
Error: You must have 'clubSandwich' installed to use this function.
Backtrace:
█
1. └─panelr::asym(wks ~ union + lwage, data = wages) test_asym.R:12:0
2. └─panelr:::need_package("clubSandwich")
Failed with error: 'there is no package called 'clubSandwich''
── ERROR (test_fdm.R:12:1): (code run outside of `test_that()`) ────────────────
Error: You must have 'clubSandwich' installed to use this function.
Backtrace:
█
1. └─panelr::fdm(wks ~ union + lwage, data = wages) test_fdm.R:12:0
2. └─panelr:::need_package("clubSandwich")
══ testthat results ═══════════════════════════════════════════════════════════
FAILURE (test-utils.R:299:3): extractors work
ERROR (test_asym.R:12:1): (code run outside of `test_that()`)
ERROR (test_fdm.R:12:1): (code run outside of `test_that()`)
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 230 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.7.4
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.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [168s/203s]
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")
── FAILURE (test-utils.R:299:3): extractors work ───────────────────────────────
`simulate(mod)` produced warnings.
Failed with error: 'there is no package called 'clubSandwich''
── ERROR (test_asym.R:12:1): (code run outside of `test_that()`) ───────────────
Error: You must have 'clubSandwich' installed to use this function.
Backtrace:
█
1. └─panelr::asym(wks ~ union + lwage, data = wages) test_asym.R:12:0
2. └─panelr:::need_package("clubSandwich")
Failed with error: 'there is no package called 'clubSandwich''
── ERROR (test_fdm.R:12:1): (code run outside of `test_that()`) ────────────────
Error: You must have 'clubSandwich' installed to use this function.
Backtrace:
█
1. └─panelr::fdm(wks ~ union + lwage, data = wages) test_fdm.R:12:0
2. └─panelr:::need_package("clubSandwich")
══ testthat results ═══════════════════════════════════════════════════════════
FAILURE (test-utils.R:299:3): extractors work
ERROR (test_asym.R:12:1): (code run outside of `test_that()`)
ERROR (test_fdm.R:12:1): (code run outside of `test_that()`)
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 230 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.7.4
Check: tests
Result: ERROR
Running 'testthat.R' [181s]
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")
-- FAILURE (test-utils.R:299:3): extractors work -------------------------------
`simulate(mod)` produced warnings.
== testthat results ===========================================================
FAILURE (test-utils.R:299:3): extractors work
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 292 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 0.7.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [139s/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")
── FAILURE (test-utils.R:299:3): extractors work ───────────────────────────────
`simulate(mod)` produced warnings.
Failed with error: 'there is no package called 'clubSandwich''
── ERROR (test_asym.R:12:1): (code run outside of `test_that()`) ───────────────
Error: You must have 'clubSandwich' installed to use this function.
Backtrace:
█
1. └─panelr::asym(wks ~ union + lwage, data = wages) test_asym.R:12:0
2. └─panelr:::need_package("clubSandwich")
Failed with error: 'there is no package called 'clubSandwich''
── ERROR (test_fdm.R:12:1): (code run outside of `test_that()`) ────────────────
Error: You must have 'clubSandwich' installed to use this function.
Backtrace:
█
1. └─panelr::fdm(wks ~ union + lwage, data = wages) test_fdm.R:12:0
2. └─panelr:::need_package("clubSandwich")
══ testthat results ═══════════════════════════════════════════════════════════
FAILURE (test-utils.R:299:3): extractors work
ERROR (test_asym.R:12:1): (code run outside of `test_that()`)
ERROR (test_fdm.R:12:1): (code run outside of `test_that()`)
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 230 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.7.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [195s/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")
── FAILURE (test-utils.R:299:3): extractors work ───────────────────────────────
`simulate(mod)` produced warnings.
Failed with error: 'there is no package called 'clubSandwich''
── ERROR (test_asym.R:12:1): (code run outside of `test_that()`) ───────────────
Error: You must have 'clubSandwich' installed to use this function.
Backtrace:
█
1. └─panelr::asym(wks ~ union + lwage, data = wages) test_asym.R:12:0
2. └─panelr:::need_package("clubSandwich")
Failed with error: 'there is no package called 'clubSandwich''
── ERROR (test_fdm.R:12:1): (code run outside of `test_that()`) ────────────────
Error: You must have 'clubSandwich' installed to use this function.
Backtrace:
█
1. └─panelr::fdm(wks ~ union + lwage, data = wages) test_fdm.R:12:0
2. └─panelr:::need_package("clubSandwich")
══ testthat results ═══════════════════════════════════════════════════════════
FAILURE (test-utils.R:299:3): extractors work
ERROR (test_asym.R:12:1): (code run outside of `test_that()`)
ERROR (test_fdm.R:12:1): (code run outside of `test_that()`)
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 230 ]
Error: Test failures
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.7.4
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.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [136s/144s]
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")
── FAILURE (test-utils.R:299:3): extractors work ───────────────────────────────
`simulate(mod)` produced warnings.
Failed with error: 'there is no package called 'clubSandwich''
── ERROR (test_asym.R:12:1): (code run outside of `test_that()`) ───────────────
Error: You must have 'clubSandwich' installed to use this function.
Backtrace:
█
1. └─panelr::asym(wks ~ union + lwage, data = wages) test_asym.R:12:0
2. └─panelr:::need_package("clubSandwich")
Failed with error: 'there is no package called 'clubSandwich''
── ERROR (test_fdm.R:12:1): (code run outside of `test_that()`) ────────────────
Error: You must have 'clubSandwich' installed to use this function.
Backtrace:
█
1. └─panelr::fdm(wks ~ union + lwage, data = wages) test_fdm.R:12:0
2. └─panelr:::need_package("clubSandwich")
══ testthat results ═══════════════════════════════════════════════════════════
FAILURE (test-utils.R:299:3): extractors work
ERROR (test_asym.R:12:1): (code run outside of `test_that()`)
ERROR (test_fdm.R:12:1): (code run outside of `test_that()`)
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 230 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.7.4
Check: tests
Result: ERROR
Running 'testthat.R' [134s]
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")
-- FAILURE (test-utils.R:299:3): extractors work -------------------------------
`simulate(mod)` produced warnings.
== testthat results ===========================================================
FAILURE (test-utils.R:299:3): extractors work
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 292 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-ix86+x86_64
Version: 0.7.4
Check: tests
Result: ERROR
Running 'testthat.R' [123s]
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")
-- FAILURE (test-utils.R:299:3): extractors work -------------------------------
`simulate(mod)` produced warnings.
== testthat results ===========================================================
FAILURE (test-utils.R:299:3): extractors work
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 292 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64