Package: eyelinker Check: whether package can be installed New result: ERROR Installation failed. Package: MIMSunit Check: examples New 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/CRAN_recheck/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 Package: params Check: R code for possible problems New result: NOTE write_sheet: possible error in write_delim(x = x, file = file, delim = "\t", quote_escape = "double", ...): unused argument (quote_escape = "double") write_sheet: possible error in write_delim(x = x, file = file, delim = ",", quote_escape = "double", ...): unused argument (quote_escape = "double") Package: readit Check: examples New result: ERROR Running examples in ‘readit-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: readit > ### Title: Read Files of Any Type > ### Aliases: readit > > ### ** Examples > > readit(system.file("examples", "csv.csv", package = "readit")) File guessed to be CSV (system.file("examples", "csv.csv", package = "readit")) Rows: 5 Columns: 5 ── Column specification ──────────────────────────────────────────────────────── Delimiter: "," chr (5): testheader1, testheader2, testheader3, testheader4, testheader5 ℹ Use `spec()` to retrieve the full column specification for this data. ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message. # A tibble: 5 × 5 testheader1 testheader2 testheader3 testheader4 testheader5 1 testdata11 testdata12 testdata13 testdata14 testdata15 2 testdata21 testdata22 testdata23 testdata24 testdata25 3 testdata31 testdata32 testdata33 testdata34 testdata35 4 testdata41 testdata42 testdata43 testdata44 testdata45 5 testdata51 testdata52 testdata53 testdata54 testdata55 > readit(system.file("examples", "tab_sep.txt", package = "readit")) Error in read_table2(x, n_max = n_max) : could not find function "read_table2" Calls: readit ... is.data.frame -> suppressMessages -> withCallingHandlers Execution halted Package: readit Check: R code for possible problems New result: NOTE guess_txt : : no visible global function definition for ‘read_table2’ Undefined global functions or variables: read_table2 Package: readit Check: tests New result: ERROR Running ‘testthat.R’ [2s/2s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(readit) > > test_check("readit") Saving _problems/test_readit-7.R Saving _problems/test_readit-28.R Saving _problems/test_readit-69.R [ FAIL 3 | WARN 0 | SKIP 0 | PASS 12 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_readit.R:7:3'): Identical .txts, different delimiters ────────── Error in `read_table2(x, n_max = n_max)`: could not find function "read_table2" Backtrace: ▆ 1. └─readit::readit(...) at test_readit.R:7:3 2. └─readit:::guess_txt(.data) 3. └─base::lapply(delims_test, function(y) length(colnames(suppressMessages(suppressWarnings(y(.data)))))) 4. └─readit (local) FUN(X[[i]], ...) 5. ├─base::colnames(suppressMessages(suppressWarnings(y(.data)))) 6. │ └─base::is.data.frame(x) 7. ├─base::suppressMessages(suppressWarnings(y(.data))) 8. │ └─base::withCallingHandlers(...) 9. ├─base::suppressWarnings(y(.data)) 10. │ └─base::withCallingHandlers(...) 11. └─readit (local) y(.data) ── Error ('test_readit.R:28:3'): Identical files, different formats ──────────── Error in `read_table2(x, n_max = n_max)`: could not find function "read_table2" Backtrace: ▆ 1. └─readit::readit(system.file("examples", "tab_sep.txt", package = package)) at test_readit.R:28:3 2. └─readit:::guess_txt(.data) 3. └─base::lapply(delims_test, function(y) length(colnames(suppressMessages(suppressWarnings(y(.data)))))) 4. └─readit (local) FUN(X[[i]], ...) 5. ├─base::colnames(suppressMessages(suppressWarnings(y(.data)))) 6. │ └─base::is.data.frame(x) 7. ├─base::suppressMessages(suppressWarnings(y(.data))) 8. │ └─base::withCallingHandlers(...) 9. ├─base::suppressWarnings(y(.data)) 10. │ └─base::withCallingHandlers(...) 11. └─readit (local) y(.data) ── Error ('test_readit.R:68:3'): Additional arguments are picked up by readit ── Error in `read_table2(x, n_max = n_max)`: could not find function "read_table2" Backtrace: ▆ 1. └─readit::readit(...) at test_readit.R:68:3 2. └─readit:::guess_txt(.data) 3. └─base::lapply(delims_test, function(y) length(colnames(suppressMessages(suppressWarnings(y(.data)))))) 4. └─readit (local) FUN(X[[i]], ...) 5. ├─base::colnames(suppressMessages(suppressWarnings(y(.data)))) 6. │ └─base::is.data.frame(x) 7. ├─base::suppressMessages(suppressWarnings(y(.data))) 8. │ └─base::withCallingHandlers(...) 9. ├─base::suppressWarnings(y(.data)) 10. │ └─base::withCallingHandlers(...) 11. └─readit (local) y(.data) [ FAIL 3 | WARN 0 | SKIP 0 | PASS 12 ] Error: ! Test failures. Execution halted Package: rubias Check: dependencies in R code New result: WARNING Missing or unexported object: ‘readr::read_table2’ Package: skater Check: dependencies in R code New result: WARNING Missing or unexported object: ‘readr::read_table2’ Package: skater Check: examples New result: ERROR Running examples in ‘skater-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: read_akt > ### Title: Read AKT kin output file > ### Aliases: read_akt > > ### ** Examples > > aktFile <- system.file("extdata", "3gens.akt", package="skater", mustWork=TRUE) > akt <- read_akt(aktFile) Error: 'read_table2' is not an exported object from 'namespace:readr' Execution halted Package: suddengains Check: examples New result: ERROR Running examples in ‘suddengains-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: write_byperson > ### Title: Write a sudden gains data frame (byperson) to CSV, SPSS, STATA > ### or Excel files > ### Aliases: write_byperson > > ### ** Examples > > # Adjust "path" argument before running > # Create character string name for temporary "byperson.csv" file > temp <- tempfile(pattern = "byperson", fileext = ".csv") > > # Write byperson dataset (CSV file) > # To write a different format change the 'format' argument ... > # ... as well as the file extension in the 'path' argument > write_byperson(data = sgdata, + sg_crit1_cutoff = 7, + id_var_name = "id", + tx_start_var_name = "bdi_s1", + tx_end_var_name = "bdi_s12", + sg_var_list = c("bdi_s1", "bdi_s2", "bdi_s3", "bdi_s4", + "bdi_s5", "bdi_s6", "bdi_s7", "bdi_s8", + "bdi_s9", "bdi_s10", "bdi_s11", "bdi_s12"), + sg_measure_name = "bdi", + identify_sg_1to2 = FALSE, + multiple_sg_select = "largest", + format = "CSV", + path = temp) First, second, and third sudden gains criteria were applied. The critical value for the third criterion was adjusted for missingness. The first gain/loss was selected in case of multiple gains/losses. Error in readr::write_csv(x = byperson_data, path = path, ...) : unused argument (path = path) Calls: write_byperson Execution halted