CRAN Package Check Results for Package EmiStatR

Last updated on 2018-02-24 09:51:25 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.0.6 4.36 37.13 41.49 OK
r-devel-linux-x86_64-debian-gcc 1.2.0.6 4.18 29.30 33.48 OK
r-devel-linux-x86_64-fedora-clang 1.2.0.6 52.24 OK
r-devel-linux-x86_64-fedora-gcc 1.2.0.6 52.51 OK
r-devel-windows-ix86+x86_64 1.2.0.6 14.00 71.00 85.00 OK
r-patched-linux-x86_64 1.2.0.6 2.02 41.17 43.19 OK
r-patched-solaris-x86 1.2.0.6 68.20 OK
r-release-linux-x86_64 1.2.0.6 2.24 41.55 43.79 OK
r-release-windows-ix86+x86_64 1.2.0.6 8.00 76.00 84.00 OK
r-release-osx-x86_64 1.2.0.6 ERROR
r-oldrel-windows-ix86+x86_64 1.2.0.6 4.00 52.00 56.00 OK
r-oldrel-osx-x86_64 1.2.0 OK

Check Details

Version: 1.2.0.6
Check: examples
Result: ERROR
    Running examples in ‘EmiStatR-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: CInp2TS
    > ### Title: Function to convert Constant Input to Time Series
    > ### Aliases: CInp2TS
    > ### Keywords: CInp2TS
    >
    > ### ** Examples
    >
    > library(EmiStatR)
    > library(xts)
    Loading required package: zoo
    
    Attaching package: ‘zoo’
    
    The following objects are masked from ‘package:base’:
    
     as.Date, as.Date.numeric
    
    >
    > data("Esch_Sure2010")
    >
    > cinp <- 150 # water consumption [m3/h]
    > prec <- Esch_Sure2010[1:1000,] # selecting just the first 1,000 rows
    > cinp.daily.dir <- system.file("shiny/EmiStatR_inputCSO/inputCSO", package = "EmiStatR")
    > cinp.daily.file <- paste(cinp.daily.dir, "/qs_factor.csv", sep="")
    > cinp.weekly <- list(mon=1, tue=.83, wed=.83, thu=.83, fri=1, sat=1.25, sun=1.25)
    > # factors average to 1
    > cinp.seasonal <- list(jan=.79, feb=.79, mar=1.15, apr=1.15, may=1.15, jun=1.15,
    + jul=1.15, aug=1.15, sep=1.15, oct=1.15, nov=.79, dec=.79)
    > # factors average to 1
    >
    > ts1 <- CInp2TS(cinp, prec, cinp.daily.file, cinp.weekly, cinp.seasonal)
    Error in `[.xts`(cinp.ts.deltap, 1:nrow(P1), ) : subscript out of bounds
    Calls: CInp2TS -> [ -> [.xts
    Execution halted
Flavor: r-release-osx-x86_64