CRAN Package Check Results for Package climatol

Last updated on 2024-06-14 00:53:37 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 4.1.0 12.95 110.33 123.28 OK
r-devel-linux-x86_64-debian-gcc 4.1.0 9.00 51.94 60.94 ERROR
r-devel-linux-x86_64-fedora-clang 4.1.0 141.93 OK
r-devel-linux-x86_64-fedora-gcc 4.1.0 134.46 OK
r-devel-windows-x86_64 4.1.0 9.00 105.00 114.00 OK
r-patched-linux-x86_64 4.1.0 12.30 106.46 118.76 OK
r-release-linux-x86_64 4.1.0 11.44 104.41 115.85 OK
r-release-macos-arm64 4.1.0 40.00 OK
r-release-macos-x86_64 4.1.0 64.00 OK
r-release-windows-x86_64 4.1.0 8.00 105.00 113.00 OK
r-oldrel-macos-arm64 4.1.0 60.00 OK
r-oldrel-macos-x86_64 4.1.0 139.00 OK
r-oldrel-windows-x86_64 4.1.0 10.00 123.00 133.00 OK

Check Details

Version: 4.1.0
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘readxl’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 4.1.0
Check: examples
Result: ERROR Running examples in ‘climatol-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: csv2climatol > ### Title: Convert data in a single CSV file to 'climatol' input format > ### Aliases: csv2climatol > ### Keywords: manip > > ### ** Examples > > ## Set a temporal working directory: > wd <- tempdir() > wd0 <- setwd(wd) > > ## Create origin and destination directories and copy example input files: > dir.create('dir1'); dir.create('dir2') > file.copy(exampleFiles('p064.xlsx'),'dir1') [1] TRUE > file.copy(exampleFiles('p082.xlsx'),'dir1') [1] TRUE > file.copy(exampleFiles('p084.xlsx'),'dir1') [1] TRUE > > ## Create input files for csv2climatol with the function xls2csv: > xls2csv('dir1','dir2','RR') Error in xls2csv("dir1", "dir2", "RR") : Please, install the package 'readxl' and run this function again Execution halted Flavor: r-devel-linux-x86_64-debian-gcc