Last updated on 2022-05-23 23:50:14 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.0-1 | 5.12 | 273.81 | 278.93 | OK | |
r-devel-linux-x86_64-debian-gcc | 3.0-1 | 3.85 | 198.97 | 202.82 | OK | |
r-devel-linux-x86_64-fedora-clang | 3.0-1 | 338.65 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 3.0-1 | 320.48 | OK | |||
r-devel-windows-x86_64 | 3.0-1 | 43.00 | 342.00 | 385.00 | OK | |
r-patched-linux-x86_64 | 3.0-1 | 6.99 | 251.63 | 258.62 | OK | |
r-release-linux-x86_64 | 3.0-1 | OK | ||||
r-release-macos-arm64 | 3.0-1 | 121.00 | NOTE | |||
r-release-macos-x86_64 | 3.0-1 | 143.00 | ERROR | |||
r-release-windows-x86_64 | 3.0-1 | 47.00 | 337.00 | 384.00 | OK | |
r-oldrel-macos-arm64 | 3.0-1 | 150.00 | OK | |||
r-oldrel-macos-x86_64 | 3.0-1 | 156.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 3.0-1 | 11.00 | 310.00 | 321.00 | OK |
Version: 3.0-1
Check: running R code from vignettes
Result: NOTE
‘sandwich-CL.Rnw’... [5s/6s] NOTE
differences from ‘sandwich-CL.Rout.save’
108,110d107
< Warning: 'default.stringsAsFactors' is deprecated.
< Use '`stringsAsFactors = FALSE`' instead.
< See help("Deprecated")
‘sandwich-OOP.Rnw’... [1s/1s] OK
‘sandwich.Rnw’... [0s/1s] OK
Flavor: r-release-macos-arm64
Version: 3.0-1
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘pcse’
Flavor: r-release-macos-x86_64
Version: 3.0-1
Check: tests
Result: ERROR
Running ‘vcovCL.R’ [65s/70s]
Comparing ‘vcovCL.Rout’ to ‘vcovCL.Rout.save’ ... OK
Running ‘vcovPC.R’ [4s/4s]
Running the tests in ‘tests/vcovPC.R’ failed.
Last 13 lines of output:
> pc1
(Intercept) x
0.0222006 0.0252760
> (pc2 <- sqrt(diag(sandwich::vcovPC(m, cluster = PetersenCL$firm, order.by = PetersenCL$year))))
(Intercept) x
0.02220064 0.02527598
> all.equal(pc1, pc2, tolerance = 1e-5)
[1] TRUE
>
>
> ## sandwich::vcovPC compared to pcse::vcovPC
> (pc3 <- pcse::vcovPC(u_m, PU$firm, PU$year, pairwise = FALSE))
Error in loadNamespace(x) : there is no package called 'pcse'
Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-release-macos-x86_64
Version: 3.0-1
Check: running R code from vignettes
Result: WARN
Errors in running code in vignettes:
when running code in ‘sandwich-CL.Rnw’
...
as.Date, as.Date.numeric
> library("multiwayvcov")
> library("pcse")
When sourcing ‘sandwich-CL.R’:
Error: there is no package called ‘pcse’
Execution halted
‘sandwich-CL.Rnw’... failed
‘sandwich-OOP.Rnw’... [2s/2s] OK
‘sandwich.Rnw’... [1s/1s] OK
Flavor: r-release-macos-x86_64
Version: 3.0-1
Check: re-building of vignette outputs
Result: NOTE
Error(s) in re-building vignettes:
--- re-building ‘sandwich-CL.Rnw’ using Sweave
Loading required package: zoo
Attaching package: ‘zoo’
The following objects are masked from ‘package:base’:
as.Date, as.Date.numeric
Error: processing vignette 'sandwich-CL.Rnw' failed with diagnostics:
chunk 1 (label = preliminaries)
Error in library("pcse") : there is no package called ‘pcse’
--- failed re-building ‘sandwich-CL.Rnw’
--- re-building ‘sandwich-OOP.Rnw’ using Sweave
Loading required package: car
Loading required package: carData
Loading required package: survival
--- finished re-building ‘sandwich-OOP.Rnw’
--- re-building ‘sandwich.Rnw’ using Sweave
--- finished re-building ‘sandwich.Rnw’
SUMMARY: processing the following file failed:
‘sandwich-CL.Rnw’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-macos-x86_64