CRAN Package Check Results for Package covatest

Last updated on 2022-10-25 07:50:44 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.1 21.49 1282.80 1304.29 ERROR
r-devel-linux-x86_64-debian-gcc 1.2.1 14.72 0.02 14.74 FAIL
r-devel-linux-x86_64-fedora-clang 1.2.1 1576.75 ERROR
r-devel-linux-x86_64-fedora-gcc 1.2.1 934.47 ERROR
r-devel-windows-x86_64 1.2.1 32.00 122.00 154.00 OK
r-patched-linux-x86_64 1.2.1 17.78 96.61 114.39 OK
r-release-linux-x86_64 1.2.1 17.30 94.22 111.52 OK
r-release-macos-arm64 1.2.1 41.00 NOTE
r-release-macos-x86_64 1.2.1 55.00 NOTE
r-release-windows-x86_64 1.2.1 47.00 121.00 168.00 OK
r-oldrel-macos-arm64 1.2.1 46.00 NOTE
r-oldrel-macos-x86_64 1.2.1 55.00 NOTE
r-oldrel-windows-ix86+x86_64 1.2.1 33.00 116.00 149.00 OK

Check Details

Version: 1.2.1
Check: examples
Result: ERROR
    Running examples in 'covatest-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: read.STdata
    > ### Title: Imports a text file in R
    > ### Aliases: read.STdata
    >
    > ### ** Examples
    >
    > #example 1: import a text file, with dates stored in a single column (the 4th)
    > # and fill missing time points in monthly time series, with time lag equal to one
    >
    > file_date <- system.file("extdata", "file_date.txt", package = "covatest")
    > db.date <- read.STdata(file = file_date, header = TRUE, iclx = 2, icly = 3, iclt = 0,
    + icldate = c(icl.date = 4, iclty = 0, icltm = 0, icltd = 0),
    + icltime = c(icl.time = 0, icltH =0, icltM = 0, icltS = 0),
    + iclvr = 5, iclsp = 1, missing.v = -99999, save.as = "data.frame",
    + date.format = c("Date", "%d-%m-%Y"), bytime = "%m", tlag = 1)
    Killed
Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.2.1
Check: examples
Result: FAIL
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.2.1
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘gstat’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 1.2.1
Check: examples
Result: ERROR
    Running examples in ‘covatest-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: read.STdata
    > ### Title: Imports a text file in R
    > ### Aliases: read.STdata
    >
    > ### ** Examples
    >
    > #example 1: import a text file, with dates stored in a single column (the 4th)
    > # and fill missing time points in monthly time series, with time lag equal to one
    >
    > file_date <- system.file("extdata", "file_date.txt", package = "covatest")
    > db.date <- read.STdata(file = file_date, header = TRUE, iclx = 2, icly = 3, iclt = 0,
    + icldate = c(icl.date = 4, iclty = 0, icltm = 0, icltd = 0),
    + icltime = c(icl.time = 0, icltH =0, icltM = 0, icltS = 0),
    + iclvr = 5, iclsp = 1, missing.v = -99999, save.as = "data.frame",
    + date.format = c("Date", "%d-%m-%Y"), bytime = "%m", tlag = 1)
    
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc