CRAN Package Check Results for Package RiverLoad

Last updated on 2022-12-20 08:55:42 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.3 12.12 88.96 101.08 OK
r-devel-linux-x86_64-debian-gcc 1.0.3 8.42 67.52 75.94 OK
r-devel-linux-x86_64-fedora-clang 1.0.3 139.65 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.3 123.04 ERROR
r-devel-windows-x86_64 1.0.3 37.00 122.00 159.00 OK
r-patched-linux-x86_64 1.0.3 10.34 87.53 97.87 OK
r-release-linux-x86_64 1.0.3 7.70 88.87 96.57 OK
r-release-macos-arm64 1.0.3 34.00 OK
r-release-macos-x86_64 1.0.3 61.00 ERROR
r-release-windows-x86_64 1.0.3 22.00 124.00 146.00 OK
r-oldrel-macos-arm64 1.0.3 39.00 OK
r-oldrel-macos-x86_64 1.0.3 52.00 ERROR
r-oldrel-windows-ix86+x86_64 1.0.3 27.00 113.00 140.00 OK

Additional issues

M1mac

Check Details

Version: 1.0.3
Check: examples
Result: ERROR
    Running examples in ‘RiverLoad-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: CQregression
    > ### Title: Relationship between concentration and flow
    > ### Aliases: CQregression
    > ### Keywords: regression
    >
    > ### ** Examples
    >
    > data("flow.data1","conc.data1")
    > union<-db.union(flow.data1, conc.data1)
    > reg.relationship<-CQregression(union, 2)
    Error in lm.fit(x, y, offset = offset, singular.ok = singular.ok, ...) :
     0 (non-NA) cases
    Calls: CQregression -> lm -> lm.fit
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.0.3
Check: examples
Result: ERROR
    Running examples in ‘RiverLoad-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: method4
    > ### Title: Load estimation with time-weighted concentration method
    > ### Aliases: method4
    > ### Keywords: univ
    >
    > ### ** Examples
    >
    > data("flow.data1", "conc.data1")
    > union<-db.union(flow.data1, conc.data1)
    > met4<-method4(union, 2)
    > met4.month<-method4(union, 2, "month")
    Error in x[[jj]][iseq] <- vjj : replacement has length zero
    Calls: method4 -> [<- -> [<-.data.frame
    Execution halted
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64