Last updated on 2026-02-20 12:52:33 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| MIMSunit | 2 | 2 | 10 |
Current CRAN status: ERROR: 2, NOTE: 2, OK: 10
Version: 0.11.2
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Qu Tang <tang.q@northeastern.edu>’
Package CITATION file contains call(s) to old-style personList() or
as.personList(). Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.11.2
Check: examples
Result: ERROR
Running examples in ‘MIMSunit-Ex.R’ failed
The error most likely occurred in:
> ### Name: import_mhealth_csv
> ### Title: Import raw multi-channel accelerometer data stored in mHealth
> ### Specification
> ### Aliases: import_mhealth_csv
>
> ### ** Examples
>
> default_ops = options()
> options(digits.secs=3)
> # Use the sample mhealth csv file provided by the package
> filepath = system.file('extdata', 'mhealth.csv', package='MIMSunit')
> filepath
[1] "/data/gannet/ripley/R/packages/tests-clang/MIMSunit.Rcheck/MIMSunit/extdata/mhealth.csv"
>
> # Load the file
> df = import_mhealth_csv(filepath)
Error:
! The `quoted_na` argument of `read_csv()` was deprecated in readr 2.0.0
and is now defunct.
ℹ This argument is not supported in readr edition 2.
ℹ Use `with_edition(1, ...)` or `local_edition(1)` to use the legacy edition 1.
Backtrace:
▆
1. └─MIMSunit::import_mhealth_csv(filepath)
2. └─readr::read_csv(file = filepath, quoted_na = TRUE, col_types = coltypes)
3. └─lifecycle::deprecate_stop(...)
4. └─lifecycle:::deprecate_stop0(msg)
5. └─rlang::cnd_signal(...)
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.11.2
Check: examples
Result: ERROR
Running examples in ‘MIMSunit-Ex.R’ failed
The error most likely occurred in:
> ### Name: import_mhealth_csv
> ### Title: Import raw multi-channel accelerometer data stored in mHealth
> ### Specification
> ### Aliases: import_mhealth_csv
>
> ### ** Examples
>
> default_ops = options()
> options(digits.secs=3)
> # Use the sample mhealth csv file provided by the package
> filepath = system.file('extdata', 'mhealth.csv', package='MIMSunit')
> filepath
[1] "/data/gannet/ripley/R/packages/tests-devel/MIMSunit.Rcheck/MIMSunit/extdata/mhealth.csv"
>
> # Load the file
> df = import_mhealth_csv(filepath)
Error:
! The `quoted_na` argument of `read_csv()` was deprecated in readr 2.0.0
and is now defunct.
ℹ This argument is not supported in readr edition 2.
ℹ Use `with_edition(1, ...)` or `local_edition(1)` to use the legacy edition 1.
Backtrace:
▆
1. └─MIMSunit::import_mhealth_csv(filepath)
2. └─readr::read_csv(file = filepath, quoted_na = TRUE, col_types = coltypes)
3. └─lifecycle::deprecate_stop(...)
4. └─lifecycle:::deprecate_stop0(msg)
5. └─rlang::cnd_signal(...)
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc