Last updated on 2022-04-06 05:51:15 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 10.39 | 42.36 | 52.75 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 7.09 | 33.05 | 40.14 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 67.96 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 51.43 | NOTE | |||
r-devel-windows-x86_64-new-UL | 1.0.0 | 16.00 | 59.00 | 75.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.0 | 9.21 | 40.08 | 49.29 | NOTE | |
r-release-linux-x86_64 | 1.0.0 | 8.84 | 39.39 | 48.23 | NOTE | |
r-release-macos-arm64 | 1.0.0 | NOTE | ||||
r-release-macos-x86_64 | 1.0.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0.0 | 16.00 | 56.00 | 72.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.0 | 15.00 | 48.00 | 63.00 | OK |
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-new-UL, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64
Version: 1.0.0
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘R6’ ‘ggplot2’ ‘lavaan’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/13s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(medmod)
>
> test_check("medmod")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (testmed.R:11:5): mediation works ─────────────────────────────────────
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'fastmap'
Backtrace:
▆
1. ├─medmod::med(data, dep = "Y", pred = "X", med = "M", paths = TRUE) at testmed.R:11:4
2. │ └─medResults$new(options = options)
3. │ └─medmod initialize(...)
4. │ └─jmvcore::Table$new(...)
5. │ └─jmvcore initialize(...)
6. │ ├─base::do.call(self$addColumn, column)
7. │ └─jmvcore `<fn>`(name = "effect", title = "Effect", type = "text")
8. │ └─Column$new(...)
9. │ └─jmvcore initialize(...)
10. │ └─options$translate(title)
11. │ └─jmvcore:::createTranslator(private$.package, private$.lang)
12. │ └─Translator$new(langDef)
13. │ └─jmvcore initialize(...)
14. └─base::loadNamespace(x)
15. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
16. └─base withOneRestart(expr, restarts[[1L]])
17. └─base doWithOneRestart(return(expr), restart)
── Error (testmod.R:12:5): moderation works ────────────────────────────────────
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'fastmap'
Backtrace:
▆
1. ├─medmod::mod(data, dep = "Y", pred = "X", mod = "M", simpleSlopeEst = TRUE) at testmod.R:12:4
2. │ └─modResults$new(options = options)
3. │ └─medmod initialize(...)
4. │ └─jmvcore::Table$new(...)
5. │ └─jmvcore initialize(...)
6. │ ├─base::do.call(self$addColumn, column)
7. │ └─jmvcore `<fn>`(name = "term", title = "", type = "text")
8. │ └─Column$new(...)
9. │ └─jmvcore initialize(...)
10. │ └─options$translate(title)
11. │ └─jmvcore:::createTranslator(private$.package, private$.lang)
12. │ └─Translator$new(langDef)
13. │ └─jmvcore initialize(...)
14. └─base::loadNamespace(x)
15. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
16. └─base withOneRestart(expr, restarts[[1L]])
17. └─base doWithOneRestart(return(expr), restart)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang