Last updated on 2026-02-19 23:53:45 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.11.2 | 3.66 | 80.71 | 84.37 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.11.2 | 3.01 | 68.01 | 71.02 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.11.2 | 7.00 | 97.02 | 104.02 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.11.2 | 7.00 | 91.06 | 98.06 | ERROR | |
| r-devel-macos-arm64 | 0.11.2 | 1.00 | 23.00 | 24.00 | OK | |
| r-devel-windows-x86_64 | 0.11.2 | 6.00 | 103.00 | 109.00 | OK | |
| r-patched-linux-x86_64 | 0.11.2 | OK | ||||
| r-release-linux-x86_64 | 0.11.2 | 3.78 | 73.01 | 76.79 | OK | |
| r-release-macos-arm64 | 0.11.2 | OK | ||||
| r-release-macos-x86_64 | 0.11.2 | 3.00 | 69.00 | 72.00 | OK | |
| r-release-windows-x86_64 | 0.11.2 | 7.00 | 95.00 | 102.00 | OK | |
| r-oldrel-macos-arm64 | 0.11.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.11.2 | 3.00 | 47.00 | 50.00 | OK | |
| r-oldrel-windows-x86_64 | 0.11.2 | 10.00 | 122.00 | 132.00 | OK |
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