CRAN Package Check Results for Package MatchItEXT

Last updated on 2020-11-30 04:48:32 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.1 8.15 53.89 62.04 ERROR
r-devel-linux-x86_64-debian-gcc 0.0.1 5.21 40.92 46.13 ERROR
r-devel-linux-x86_64-fedora-clang 0.0.1 77.98 ERROR
r-devel-linux-x86_64-fedora-gcc 0.0.1 ERROR
r-devel-windows-ix86+x86_64 0.0.1 17.00 69.00 86.00 ERROR
r-patched-linux-x86_64 0.0.1 6.99 51.99 58.98 ERROR
r-patched-solaris-x86 0.0.1 104.30 ERROR
r-release-linux-x86_64 0.0.1 5.98 52.79 58.77 ERROR
r-release-macos-x86_64 0.0.1 OK
r-release-windows-ix86+x86_64 0.0.1 11.00 54.00 65.00 ERROR
r-oldrel-macos-x86_64 0.0.1 OK
r-oldrel-windows-ix86+x86_64 0.0.1 9.00 64.00 73.00 ERROR

Check Details

Version: 0.0.1
Check: examples
Result: ERROR
    Running examples in 'MatchItEXT-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: compute_res_var_ratio
    > ### Title: Compute ratio of variances of residuals for covariates
    > ### Aliases: compute_res_var_ratio
    > ### Keywords: ratio residual variance
    >
    > ### ** Examples
    >
    > m_out <- MatchIt::matchit(treat ~ re74 + re75 + age + educ + hispan + black,
    + data = MatchIt::lalonde, method = "nearest")
    Error in eval(predvars, data, env) : object 'hispan' not found
    Calls: <Anonymous> ... eval -> <Anonymous> -> model.frame.default -> eval -> eval
    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.0.1
Check: tests
Result: ERROR
     Running 'spelling.R' [0s/1s]
     Running 'testthat.R' [2s/3s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(MatchItEXT)
     >
     > test_check("MatchItEXT")
     -- ERROR (test-standardized_mean_difference.R:4:1): (code run outside of `test_t
     Error: object 'black' not found
     Backtrace:
     x
     1. \-MatchIt::matchit(formula = formu, data = lal, method = "exact") test-standardized_mean_difference.R:4:0
     2. +-stats::model.frame(covs.formula, data = data, na.action = "na.pass")
     3. \-stats::model.frame.default(covs.formula, data = data, na.action = "na.pass")
     4. \-base::eval(predvars, data, env)
     5. \-base::eval(predvars, data, env)
    
     -- ERROR (test-variance_ratio.R:4:1): (code run outside of `test_that()`) ------
     Error: object 'black' not found
     Backtrace:
     x
     1. \-MatchIt::matchit(...) test-variance_ratio.R:4:0
     2. +-base::do.call(fn1, distance.options, quote = TRUE)
     3. \-MatchIt:::distance2glm(...)
     4. +-base::do.call(...)
     5. +-stats::glm(...)
     6. | \-base::eval(mf, parent.frame())
     7. | \-base::eval(mf, parent.frame())
     8. +-stats::model.frame(...)
     9. \-stats::model.frame.default(...)
     10. \-base::eval(predvars, data, env)
     11. \-base::eval(predvars, data, env)
    
     == testthat results ===========================================================
     ERROR (test-standardized_mean_difference.R:4:1): (code run outside of `test_that()`)
     ERROR (test-variance_ratio.R:4:1): (code run outside of `test_that()`)
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 2 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.0.1
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building 'MatchItEXT-vignette.Rmd' using rmarkdown
    Quitting from lines 77-90 (MatchItEXT-vignette.Rmd)
    Error: processing vignette 'MatchItEXT-vignette.Rmd' failed with diagnostics:
    replacement has 0 rows, data has 614
    --- failed re-building 'MatchItEXT-vignette.Rmd'
    
    SUMMARY: processing the following file failed:
     'MatchItEXT-vignette.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.0.1
Check: tests
Result: ERROR
     Running ‘spelling.R’ [0s/1s]
     Running ‘testthat.R’ [1s/3s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(MatchItEXT)
     >
     > test_check("MatchItEXT")
     ── ERROR (test-standardized_mean_difference.R:4:1): (code run outside of `test_t
     Error: object 'black' not found
     Backtrace:
     █
     1. └─MatchIt::matchit(formula = formu, data = lal, method = "exact") test-standardized_mean_difference.R:4:0
     2. ├─stats::model.frame(covs.formula, data = data, na.action = "na.pass")
     3. └─stats::model.frame.default(covs.formula, data = data, na.action = "na.pass")
     4. └─base::eval(predvars, data, env)
     5. └─base::eval(predvars, data, env)
    
     ── ERROR (test-variance_ratio.R:4:1): (code run outside of `test_that()`) ──────
     Error: object 'black' not found
     Backtrace:
     █
     1. └─MatchIt::matchit(...) test-variance_ratio.R:4:0
     2. ├─base::do.call(fn1, distance.options, quote = TRUE)
     3. └─MatchIt:::distance2glm(...)
     4. ├─base::do.call(...)
     5. ├─stats::glm(...)
     6. │ └─base::eval(mf, parent.frame())
     7. │ └─base::eval(mf, parent.frame())
     8. ├─stats::model.frame(...)
     9. └─stats::model.frame.default(...)
     10. └─base::eval(predvars, data, env)
     11. └─base::eval(predvars, data, env)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     ERROR (test-standardized_mean_difference.R:4:1): (code run outside of `test_that()`)
     ERROR (test-variance_ratio.R:4:1): (code run outside of `test_that()`)
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 2 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.0.1
Check: examples
Result: ERROR
    Running examples in ‘MatchItEXT-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: compute_res_var_ratio
    > ### Title: Compute ratio of variances of residuals for covariates
    > ### Aliases: compute_res_var_ratio
    > ### Keywords: ratio residual variance
    >
    > ### ** Examples
    >
    > m_out <- MatchIt::matchit(treat ~ re74 + re75 + age + educ + hispan + black,
    + data = MatchIt::lalonde, method = "nearest")
    Error in eval(predvars, data, env) : object 'hispan' not found
    Calls: <Anonymous> ... eval -> <Anonymous> -> model.frame.default -> eval -> eval
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.0.1
Check: tests
Result: ERROR
     Running ‘spelling.R’
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(MatchItEXT)
     >
     > test_check("MatchItEXT")
     ── ERROR (test-standardized_mean_difference.R:4:1): (code run outside of `test_t
     Error: object 'black' not found
     Backtrace:
     █
     1. └─MatchIt::matchit(formula = formu, data = lal, method = "exact") test-standardized_mean_difference.R:4:0
     2. ├─stats::model.frame(covs.formula, data = data, na.action = "na.pass")
     3. └─stats::model.frame.default(covs.formula, data = data, na.action = "na.pass")
     4. └─base::eval(predvars, data, env)
     5. └─base::eval(predvars, data, env)
    
     ── ERROR (test-variance_ratio.R:4:1): (code run outside of `test_that()`) ──────
     Error: object 'black' not found
     Backtrace:
     █
     1. └─MatchIt::matchit(...) test-variance_ratio.R:4:0
     2. ├─base::do.call(fn1, distance.options, quote = TRUE)
     3. └─MatchIt:::distance2glm(...)
     4. ├─base::do.call(...)
     5. ├─stats::glm(...)
     6. │ └─base::eval(mf, parent.frame())
     7. │ └─base::eval(mf, parent.frame())
     8. ├─stats::model.frame(...)
     9. └─stats::model.frame.default(...)
     10. └─base::eval(predvars, data, env)
     11. └─base::eval(predvars, data, env)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     ERROR (test-standardized_mean_difference.R:4:1): (code run outside of `test_that()`)
     ERROR (test-variance_ratio.R:4:1): (code run outside of `test_that()`)
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 2 ]
     Error: Test failures
     Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86

Version: 0.0.1
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
    --- re-building ‘MatchItEXT-vignette.Rmd’ using rmarkdown
    Quitting from lines 77-90 (MatchItEXT-vignette.Rmd)
    Error: processing vignette 'MatchItEXT-vignette.Rmd' failed with diagnostics:
    replacement has 0 rows, data has 614
    --- failed re-building ‘MatchItEXT-vignette.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘MatchItEXT-vignette.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-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.0.1
Check: tests
Result: ERROR
     Running 'spelling.R' [0s]
     Running 'testthat.R' [2s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(MatchItEXT)
     >
     > test_check("MatchItEXT")
     -- ERROR (test-standardized_mean_difference.R:4:1): (code run outside of `test_t
     Error: object 'black' not found
     Backtrace:
     x
     1. \-MatchIt::matchit(formula = formu, data = lal, method = "exact") test-standardized_mean_difference.R:4:0
     2. +-stats::model.frame(covs.formula, data = data, na.action = "na.pass")
     3. \-stats::model.frame.default(covs.formula, data = data, na.action = "na.pass")
     4. \-base::eval(predvars, data, env)
     5. \-base::eval(predvars, data, env)
    
     -- ERROR (test-variance_ratio.R:4:1): (code run outside of `test_that()`) ------
     Error: object 'black' not found
     Backtrace:
     x
     1. \-MatchIt::matchit(...) test-variance_ratio.R:4:0
     2. +-base::do.call(fn1, distance.options, quote = TRUE)
     3. \-MatchIt:::distance2glm(...)
     4. +-base::do.call(...)
     5. +-stats::glm(...)
     6. | \-base::eval(mf, parent.frame())
     7. | \-base::eval(mf, parent.frame())
     8. +-stats::model.frame(...)
     9. \-stats::model.frame.default(...)
     10. \-base::eval(predvars, data, env)
     11. \-base::eval(predvars, data, env)
    
     == testthat results ===========================================================
     ERROR (test-standardized_mean_difference.R:4:1): (code run outside of `test_that()`)
     ERROR (test-variance_ratio.R:4:1): (code run outside of `test_that()`)
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 2 ]
     Error: Test failures
     Execution halted
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.0.1
Check: tests
Result: ERROR
     Running ‘spelling.R’ [0s/1s]
     Running ‘testthat.R’ [2s/3s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(MatchItEXT)
     >
     > test_check("MatchItEXT")
     ── ERROR (test-standardized_mean_difference.R:4:1): (code run outside of `test_t
     Error: object 'black' not found
     Backtrace:
     █
     1. └─MatchIt::matchit(formula = formu, data = lal, method = "exact") test-standardized_mean_difference.R:4:0
     2. ├─stats::model.frame(covs.formula, data = data, na.action = "na.pass")
     3. └─stats::model.frame.default(covs.formula, data = data, na.action = "na.pass")
     4. └─base::eval(predvars, data, env)
     5. └─base::eval(predvars, data, env)
    
     ── ERROR (test-variance_ratio.R:4:1): (code run outside of `test_that()`) ──────
     Error: object 'black' not found
     Backtrace:
     █
     1. └─MatchIt::matchit(...) test-variance_ratio.R:4:0
     2. ├─base::do.call(fn1, distance.options, quote = TRUE)
     3. └─MatchIt:::distance2glm(...)
     4. ├─base::do.call(...)
     5. ├─stats::glm(...)
     6. │ └─base::eval(mf, parent.frame())
     7. │ └─base::eval(mf, parent.frame())
     8. ├─stats::model.frame(...)
     9. └─stats::model.frame.default(...)
     10. └─base::eval(predvars, data, env)
     11. └─base::eval(predvars, data, env)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     ERROR (test-standardized_mean_difference.R:4:1): (code run outside of `test_that()`)
     ERROR (test-variance_ratio.R:4:1): (code run outside of `test_that()`)
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 2 ]
     Error: Test failures
     Execution halted
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.0.1
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘MatchItEXT-vignette.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.
    Quitting from lines 77-90 (MatchItEXT-vignette.Rmd)
    Error: processing vignette 'MatchItEXT-vignette.Rmd' failed with diagnostics:
    replacement has 0 rows, data has 614
    --- failed re-building ‘MatchItEXT-vignette.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘MatchItEXT-vignette.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-patched-solaris-x86