CRAN Package Check Results for Package Interpol.T

Last updated on 2022-01-05 09:53:23 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.1 2.84 47.20 50.04 ERROR
r-devel-linux-x86_64-debian-gcc 2.1.1 3.09 36.57 39.66 ERROR
r-devel-linux-x86_64-fedora-clang 2.1.1 63.09 ERROR
r-devel-linux-x86_64-fedora-gcc 2.1.1 55.16 ERROR
r-devel-windows-x86_64-new-UL 2.1.1 38.00 63.00 101.00 ERROR
r-devel-windows-x86_64-new-TK 2.1.1 ERROR
r-patched-linux-x86_64 2.1.1 3.60 53.40 57.00 NOTE
r-release-linux-x86_64 2.1.1 3.53 52.73 56.26 NOTE
r-release-macos-arm64 2.1.1 NOTE
r-release-macos-x86_64 2.1.1 NOTE
r-release-windows-ix86+x86_64 2.1.1 7.00 69.00 76.00 NOTE
r-oldrel-windows-ix86+x86_64 2.1.1 7.00 69.00 76.00 NOTE

Check Details

Version: 2.1.1
Check: dependencies in R code
Result: NOTE
    Packages in Depends field not imported from:
     'chron' 'date'
     These packages need to be imported from (in the NAMESPACE file)
     for when this namespace is loaded but not attached.
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-windows-x86_64-new-UL, r-devel-windows-x86_64-new-TK, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 2.1.1
Check: R code for possible problems
Result: NOTE
    Mo.Th.Ra.: no visible global function definition for 'aggregate'
    daily_mean: no visible global function definition for 'aggregate'
    date.time: no visible global function definition for 'chron'
    date.time: no visible global function definition for 'years'
    date.time: no visible global function definition for 'days'
    date.time: no visible global function definition for 'hours'
    par_calibration: no visible global function definition for 'date.mdy'
    par_calibration: no visible global function definition for 'as.date'
    par_calibration: no visible global function definition for 'aggregate'
    plot_meas_sim: no visible global function definition for 'as.date'
    plot_meas_sim: no visible global function definition for 'date.mdy'
    plot_meas_sim: no visible global function definition for 'par'
    plot_meas_sim: no visible global function definition for 'legend'
    shape_calibration: no visible global function definition for 'date.mdy'
    shape_calibration: no visible global function definition for 'as.date'
    shape_calibration: no visible global function definition for
     'aggregate'
    Undefined global functions or variables:
     aggregate as.date chron date.mdy days hours legend par years
    Consider adding
     importFrom("graphics", "legend", "par")
     importFrom("stats", "aggregate")
    to your NAMESPACE file.
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-windows-x86_64-new-UL, r-devel-windows-x86_64-new-TK, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 2.1.1
Check: examples
Result: ERROR
    Running examples in 'Interpol.T-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: par_calibration
    > ### Title: Calibration of "hour" parameters for temperature interpolation
    > ### Aliases: par_calibration
    >
    > ### ** Examples
    >
    > data(Trentino_hourly_T)
    > stations <- c("T0001","T0010","T0129")
    >
    > calibration_l <- par_calibration(meas = h_d_t[h_d_t$V1 %in% stations,],
    + missing_value_code = -999.9,
    + band_min = 4:8, band_max = 13:16,
    + band_suns = 16:20, cal_period = NULL)
    [1] T0001
    [1] T0010
    [1] T0129
    Error in rowMeans(time_min) :
     'x' must be an array of at least two dimensions
    Calls: par_calibration -> data.frame -> rowMeans
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 2.1.1
Check: examples
Result: ERROR
    Running examples in ‘Interpol.T-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: par_calibration
    > ### Title: Calibration of "hour" parameters for temperature interpolation
    > ### Aliases: par_calibration
    >
    > ### ** Examples
    >
    > data(Trentino_hourly_T)
    > stations <- c("T0001","T0010","T0129")
    >
    > calibration_l <- par_calibration(meas = h_d_t[h_d_t$V1 %in% stations,],
    + missing_value_code = -999.9,
    + band_min = 4:8, band_max = 13:16,
    + band_suns = 16:20, cal_period = NULL)
    [1] T0001
    [1] T0010
    [1] T0129
    Error in rowMeans(time_min) :
     'x' must be an array of at least two dimensions
    Calls: par_calibration -> data.frame -> rowMeans
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-new-UL, r-devel-windows-x86_64-new-TK