Last updated on 2026-02-28 11:49:30 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.11.2 | 3.91 | 64.60 | 68.51 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.11.2 | 2.92 | 49.21 | 52.13 | ERROR | |
| 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 | 93.77 | 100.77 | ERROR | |
| r-devel-macos-arm64 | 0.11.2 | 1.00 | 23.00 | 24.00 | OK | |
| r-devel-windows-x86_64 | 0.11.2 | 7.00 | 84.00 | 91.00 | ERROR | |
| r-patched-linux-x86_64 | 0.11.2 | 5.04 | 55.68 | 60.72 | ERROR | |
| r-release-linux-x86_64 | 0.11.2 | 4.18 | 55.50 | 59.68 | ERROR | |
| 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 | 8.00 | 83.00 | 91.00 | ERROR | |
| 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 | 9.00 | 98.00 | 107.00 | ERROR |
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:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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] "/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
illustrate_extrapolation 4.443 0.007 5.351
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.11.2
Check: examples
Result: ERROR
Running examples in ‘MIMSunit-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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] "/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/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
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
generate_interactive_plot 4.273 0.012 5.809
custom_mims_unit 3.973 0.045 5.078
Flavor: 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
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] "D:/RCompile/CRANpkg/lib/4.6/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-windows-x86_64
Version: 0.11.2
Check: examples
Result: ERROR
Running examples in ‘MIMSunit-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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] "/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/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
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
illustrate_extrapolation 4.308 0.039 5.019
Flavor: r-patched-linux-x86_64
Version: 0.11.2
Check: examples
Result: ERROR
Running examples in ‘MIMSunit-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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] "/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/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
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
illustrate_extrapolation 4.247 0.071 5.636
Flavor: r-release-linux-x86_64
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] "D:/RCompile/CRANpkg/lib/4.5/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-release-windows-x86_64
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] "D:/RCompile/CRANpkg/lib/4.4/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-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.