Last updated on 2025-03-01 06:51:19 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2-12 | 4.00 | 31.71 | 35.71 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2-12 | 2.57 | 23.04 | 25.61 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2-12 | 55.26 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.2-12 | 56.20 | ERROR | |||
r-devel-macos-arm64 | 0.2-12 | 22.00 | NOTE | |||
r-devel-macos-x86_64 | 0.2-12 | 35.00 | NOTE | |||
r-devel-windows-x86_64 | 0.2-12 | 6.00 | 52.00 | 58.00 | NOTE | |
r-patched-linux-x86_64 | 0.2-12 | 3.05 | 29.31 | 32.36 | NOTE | |
r-release-linux-x86_64 | 0.2-12 | 3.02 | 29.52 | 32.54 | NOTE | |
r-release-macos-arm64 | 0.2-12 | 20.00 | NOTE | |||
r-release-macos-x86_64 | 0.2-12 | 30.00 | NOTE | |||
r-release-windows-x86_64 | 0.2-12 | 5.00 | 49.00 | 54.00 | NOTE | |
r-oldrel-macos-arm64 | 0.2-12 | OK | ||||
r-oldrel-macos-x86_64 | 0.2-12 | 24.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2-12 | 6.00 | 55.00 | 61.00 | ERROR |
Version: 0.2-12
Check: Rd files
Result: NOTE
checkRd: (-1) get.skip.Rd:15: Lost braces
15 | line in the file to determine the {code{skip}} value.}
| ^
checkRd: (-1) get.skip.Rd:15: Lost braces
15 | line in the file to determine the {code{skip}} value.}
| ^
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-devel-macos-x86_64, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 0.2-12
Check: examples
Result: ERROR
Running examples in ‘readmoRe-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: read.to.list
> ### Title: Read various input file formats into a list of data frames.
> ### Wrapper function for 'read2list' to automate reading further and
> ### avoid errors due to missing folders or files.
> ### Aliases: read.to.list
> ### Keywords: utilities
>
> ### ** Examples
>
> # The function readxl::read_excel is used internally to read Excel files.
> # The example used their example data.
> readxl_datasets <- readxl::readxl_example("datasets.xlsx")
> # A randomly generated data frame was saved to a tab-separated text file
> # and two different R object files.
> tsv_datasets <- dir(system.file("extdata", package = "readmoRe"), full.names = TRUE)
> # All example data are read into a list. From the Excel file, the first
> # sheet is read.
> dat <- read.to.list(c(readxl_datasets, tsv_datasets))
@ MULTI DATA LOADER
@ VERSATILE FILE READER v.0.2.12
Reading Excel file datasets.xlsx...
Reading 1 sheet(s)...
Sheet 1...
done
Reading object image file tsv_dataset.rds...done
Reading text file tsv_dataset.tsv...done
Reading object image file tsv_dataset.xdr...done
> # All example data are read into a list. From the Excel file, the first
> # 3 sheets are read.
> dat <- read.to.list(c(readxl_datasets, tsv_datasets), nsheets=3)
@ MULTI DATA LOADER
@ VERSATILE FILE READER v.0.2.12
Reading Excel file datasets.xlsx...
Reading 3 sheet(s)...
Sheet 1...
done
Sheet 2...
done
Sheet 3...
done
Reading object image file tsv_dataset.rds...done
Reading text file tsv_dataset.tsv...done
Reading object image file tsv_dataset.xdr...done
> # All example data are read into a list. From the Excel file, sheets 1 and
> # 4 are read.
> dat <- read.to.list(c(readxl_datasets, tsv_datasets), sheet=c(1, 4))
@ MULTI DATA LOADER
@ VERSATILE FILE READER v.0.2.12
Reading Excel file datasets.xlsx...
Reading sheet(s) number 1,4...
Sheet 1 read
Error: Can't retrieve sheet in position 4, only 3 sheet(s) found.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2-12
Check: examples
Result: ERROR
Running examples in ‘readmoRe-Ex.R’ failed
The error most likely occurred in:
> ### Name: read.to.list
> ### Title: Read various input file formats into a list of data frames.
> ### Wrapper function for 'read2list' to automate reading further and
> ### avoid errors due to missing folders or files.
> ### Aliases: read.to.list
> ### Keywords: utilities
>
> ### ** Examples
>
> # The function readxl::read_excel is used internally to read Excel files.
> # The example used their example data.
> readxl_datasets <- readxl::readxl_example("datasets.xlsx")
> # A randomly generated data frame was saved to a tab-separated text file
> # and two different R object files.
> tsv_datasets <- dir(system.file("extdata", package = "readmoRe"), full.names = TRUE)
> # All example data are read into a list. From the Excel file, the first
> # sheet is read.
> dat <- read.to.list(c(readxl_datasets, tsv_datasets))
@ MULTI DATA LOADER
@ VERSATILE FILE READER v.0.2.12
Reading Excel file datasets.xlsx...
Reading 1 sheet(s)...
Sheet 1...
done
Reading object image file tsv_dataset.rds...done
Reading text file tsv_dataset.tsv...done
Reading object image file tsv_dataset.xdr...done
> # All example data are read into a list. From the Excel file, the first
> # 3 sheets are read.
> dat <- read.to.list(c(readxl_datasets, tsv_datasets), nsheets=3)
@ MULTI DATA LOADER
@ VERSATILE FILE READER v.0.2.12
Reading Excel file datasets.xlsx...
Reading 3 sheet(s)...
Sheet 1...
done
Sheet 2...
done
Sheet 3...
done
Reading object image file tsv_dataset.rds...done
Reading text file tsv_dataset.tsv...done
Reading object image file tsv_dataset.xdr...done
> # All example data are read into a list. From the Excel file, sheets 1 and
> # 4 are read.
> dat <- read.to.list(c(readxl_datasets, tsv_datasets), sheet=c(1, 4))
@ MULTI DATA LOADER
@ VERSATILE FILE READER v.0.2.12
Reading Excel file datasets.xlsx...
Reading sheet(s) number 1,4...
Sheet 1 read
Error: Can't retrieve sheet in position 4, only 3 sheet(s) found.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-oldrel-windows-x86_64