You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Dom,
here are the results from the failing revers dependency checks. I submitted parameters to CRAN, you may need to replace all instances from format_p() and use insight:: now...
Newresult:ERRORRunning ‘testthat.R’ [2s/2s]
Runningthetestsin ‘tests/testthat.R’ failed.Completeoutput:> library(testthat)
> library(psycho)
Note:Manyfunctionsofthe'psycho'packagehave been (improvedand) movedtootherpackagesofthenew'easystats' collection (https://github.com/easystats).Ifyoudon't find where a function is gone, please open an issue at: https://github.com/easystats/easystats/issues > > test_check("psycho") .0.00% .33.00% .67.00% .100.00% 1 ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error (test-assess.R:7:3): assess ─────────────────────────────────────────── Error: 'format_p' is not an exported object from 'namespace:parameters' Backtrace: █ 1. └─psycho::assess(...) test-assess.R:7:2 2. └─psycho::crawford.test(...) 3. └─base::paste0(...) ── Error (test-assess.R:42:3): crawford.test ─────────────────────────────────── Error: 'format_p' is not an exported object from 'namespace:parameters' Backtrace: █ 1. └─psycho::crawford.test(...) test-assess.R:42:2 2. └─base::paste0(...) ── Error (test-assess.R:97:3): crawford.test ─────────────────────────────────── Error: 'format_p' is not an exported object from 'namespace:parameters' Backtrace: █ 1. └─psycho::crawford_dissociation.test(...) test-assess.R:97:2 2. └─base::paste0(...) ── Error (test-assess.R:117:3): mellenbergh.test ─────────────────────────────── Error: 'format_p' is not an exported object from 'namespace:parameters' Backtrace: █ 1. └─psycho::mellenbergh.test(...) test-assess.R:117:2 2. └─base::paste0(...) [ FAIL 4 | WARN 0 | SKIP 0 | PASS 12 ] Error: Test failures Execution halted
I tell you once parameters is accepted on CRAN.
The text was updated successfully, but these errors were encountered:
Hi Dom,
here are the results from the failing revers dependency checks. I submitted parameters to CRAN, you may need to replace all instances from
format_p()
and useinsight::
now...I tell you once parameters is accepted on CRAN.
The text was updated successfully, but these errors were encountered: