CRAN Package Check Results for Package xtreg2way

Last updated on 2022-11-25 08:05:58 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 1.82 36.87 38.69 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.0 1.84 28.92 30.76 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.0 60.31 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.0 61.85 ERROR
r-devel-windows-x86_64 1.0.0 16.00 66.00 82.00 ERROR
r-patched-linux-x86_64 1.0.0 ERROR
r-release-linux-x86_64 1.0.0 2.58 35.17 37.75 ERROR
r-release-macos-arm64 1.0.0 21.00 NOTE
r-release-macos-x86_64 1.0.0 28.00 NOTE
r-release-windows-x86_64 1.0.0 14.00 74.00 88.00 NOTE
r-oldrel-macos-arm64 1.0.0 25.00 NOTE
r-oldrel-macos-x86_64 1.0.0 39.00 NOTE
r-oldrel-windows-ix86+x86_64 1.0.0 6.00 63.00 69.00 ERROR

Check Details

Version: 1.0.0
Check: LazyData
Result: NOTE
     'LazyData' is specified without a 'data' directory
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, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.0.0
Check: examples
Result: ERROR
    Running examples in 'xtreg2way-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: avar
    > ### Title: Asymptotic variance of Estimator
    > ### Aliases: avar
    >
    > ### ** Examples
    >
    > hhid <- c("a","b","c","a","b","c" ,"a","b","c" ,"a","b","c" ,"a","b","c")
    > tid <- c("1","1" ,"1" ,"2","2" ,"3","3","3" ,"4","4","5" ,"5","6","6" ,"6")
    > w <- rep(1, 15)
    > x1 <- rnorm(15, mean=50, sd=10)
    > x2 <- rnorm(15, mean=50, sd=10)
    > y <- x1 + rnorm(15, mean=50, sd=10)
    >
    > struc <- projdummies(hhid, tid, w)
    Error in dims - 1L : non-numeric argument to binary operator
    Calls: projdummies -> <Anonymous>
    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: 1.0.0
Check: tests
Result: ERROR
     Running 'testthat.R' [3s/4s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(xtreg2way)
     >
     > test_check("xtreg2way")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
    
     == Failed tests ================================================================
     -- Error ('test_xtreg2way.R:18'): (code run outside of `test_that()`) ----------
     Error in `dims - 1L`: non-numeric argument to binary operator
     Backtrace:
     x
     1. +-xtreg2way::xtreg2way(...) at test_xtreg2way.R:18:0
     2. \-xtreg2way:::xtreg2way.default(...)
     3. \-xtreg2way::projdummies(iid, tid, w)
     4. \-Matrix::sparseMatrix(...)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.0.0
Check: re-building of vignette outputs
Result: ERROR
    Error(s) in re-building vignettes:
     ...
    --- re-building 'Two-Way-Fixed-Effect-Model.Rmd' using rmarkdown
    Quitting from lines 74-76 (Two-Way-Fixed-Effect-Model.Rmd)
    Error: processing vignette 'Two-Way-Fixed-Effect-Model.Rmd' failed with diagnostics:
    non-numeric argument to binary operator
    --- failed re-building 'Two-Way-Fixed-Effect-Model.Rmd'
    
    SUMMARY: processing the following file failed:
     'Two-Way-Fixed-Effect-Model.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: 1.0.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [2s/4s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(xtreg2way)
     >
     > test_check("xtreg2way")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_xtreg2way.R:18'): (code run outside of `test_that()`) ──────────
     Error in `dims - 1L`: non-numeric argument to binary operator
     Backtrace:
     ▆
     1. ├─xtreg2way::xtreg2way(...) at test_xtreg2way.R:18:0
     2. └─xtreg2way:::xtreg2way.default(...)
     3. └─xtreg2way::projdummies(iid, tid, w)
     4. └─Matrix::sparseMatrix(...)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.0
Check: examples
Result: ERROR
    Running examples in ‘xtreg2way-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: avar
    > ### Title: Asymptotic variance of Estimator
    > ### Aliases: avar
    >
    > ### ** Examples
    >
    > hhid <- c("a","b","c","a","b","c" ,"a","b","c" ,"a","b","c" ,"a","b","c")
    > tid <- c("1","1" ,"1" ,"2","2" ,"3","3","3" ,"4","4","5" ,"5","6","6" ,"6")
    > w <- rep(1, 15)
    > x1 <- rnorm(15, mean=50, sd=10)
    > x2 <- rnorm(15, mean=50, sd=10)
    > y <- x1 + rnorm(15, mean=50, sd=10)
    >
    > struc <- projdummies(hhid, tid, w)
    Error in dims - 1L : non-numeric argument to binary operator
    Calls: projdummies -> <Anonymous>
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.0.0
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(xtreg2way)
     >
     > test_check("xtreg2way")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_xtreg2way.R:18'): (code run outside of `test_that()`) ──────────
     Error in `dims - 1L`: non-numeric argument to binary operator
     Backtrace:
     ▆
     1. ├─xtreg2way::xtreg2way(...) at test_xtreg2way.R:18:0
     2. └─xtreg2way:::xtreg2way.default(...)
     3. └─xtreg2way::projdummies(iid, tid, w)
     4. └─Matrix::sparseMatrix(...)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.0.0
Check: re-building of vignette outputs
Result: ERROR
    Error(s) in re-building vignettes:
    --- re-building ‘Two-Way-Fixed-Effect-Model.Rmd’ using rmarkdown
    Quitting from lines 74-76 (Two-Way-Fixed-Effect-Model.Rmd)
    Error: processing vignette 'Two-Way-Fixed-Effect-Model.Rmd' failed with diagnostics:
    non-numeric argument to binary operator
    --- failed re-building ‘Two-Way-Fixed-Effect-Model.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘Two-Way-Fixed-Effect-Model.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64

Version: 1.0.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [4s/19s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(xtreg2way)
     >
     > test_check("xtreg2way")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_xtreg2way.R:18'): (code run outside of `test_that()`) ──────────
     Error in `dims - 1L`: non-numeric argument to binary operator
     Backtrace:
     ▆
     1. ├─xtreg2way::xtreg2way(...) at test_xtreg2way.R:18:0
     2. └─xtreg2way:::xtreg2way.default(...)
     3. └─xtreg2way::projdummies(iid, tid, w)
     4. └─Matrix::sparseMatrix(...)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.0.0
Check: tests
Result: ERROR
     Running 'testthat.R' [3s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(xtreg2way)
     >
     > test_check("xtreg2way")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_xtreg2way.R:18'): (code run outside of `test_that()`) ──────────
     Error in `dims - 1L`: non-numeric argument to binary operator
     Backtrace:
     ▆
     1. ├─xtreg2way::xtreg2way(...) at test_xtreg2way.R:18:0
     2. └─xtreg2way:::xtreg2way.default(...)
     3. └─xtreg2way::projdummies(iid, tid, w)
     4. └─Matrix::sparseMatrix(...)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64

Version: 1.0.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [3s/4s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(xtreg2way)
     >
     > test_check("xtreg2way")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_xtreg2way.R:18'): (code run outside of `test_that()`) ──────────
     Error in `dims - 1L`: non-numeric argument to binary operator
     Backtrace:
     ▆
     1. ├─xtreg2way::xtreg2way(...) at test_xtreg2way.R:18:0
     2. └─xtreg2way:::xtreg2way.default(...)
     3. └─xtreg2way::projdummies(iid, tid, w)
     4. └─Matrix::sparseMatrix(...)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 1.0.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [3s/3s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(xtreg2way)
     >
     > test_check("xtreg2way")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_xtreg2way.R:18'): (code run outside of `test_that()`) ──────────
     Error in `dims - 1L`: non-numeric argument to binary operator
     Backtrace:
     ▆
     1. ├─xtreg2way::xtreg2way(...) at test_xtreg2way.R:18:0
     2. └─xtreg2way:::xtreg2way.default(...)
     3. └─xtreg2way::projdummies(iid, tid, w)
     4. └─Matrix::sparseMatrix(...)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavor: r-release-linux-x86_64

Version: 1.0.0
Check: tests
Result: ERROR
     Running 'testthat.R' [3s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(xtreg2way)
     >
     > test_check("xtreg2way")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
    
     == Failed tests ================================================================
     -- Error ('test_xtreg2way.R:18'): (code run outside of `test_that()`) ----------
     Error in `dims - 1L`: non-numeric argument to binary operator
     Backtrace:
     x
     1. +-xtreg2way::xtreg2way(...) at test_xtreg2way.R:18:0
     2. \-xtreg2way:::xtreg2way.default(...)
     3. \-xtreg2way::projdummies(iid, tid, w)
     4. \-Matrix::sparseMatrix(...)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64

Version: 1.0.0
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
    --- re-building 'Two-Way-Fixed-Effect-Model.Rmd' using rmarkdown
    Quitting from lines 74-76 (Two-Way-Fixed-Effect-Model.Rmd)
    Error: processing vignette 'Two-Way-Fixed-Effect-Model.Rmd' failed with diagnostics:
    non-numeric argument to binary operator
    --- failed re-building 'Two-Way-Fixed-Effect-Model.Rmd'
    
    SUMMARY: processing the following file failed:
     'Two-Way-Fixed-Effect-Model.Rmd'
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64