CRAN Package Check Results for Package CoSMoS

Last updated on 2020-03-22 10:47:14 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 6.36 97.01 103.37 OK
r-devel-linux-x86_64-debian-gcc 1.0.1 4.51 78.42 82.93 OK
r-devel-linux-x86_64-fedora-clang 1.0.1 87.48 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.1 125.75 OK
r-devel-windows-ix86+x86_64 1.0.1 18.00 71.00 89.00 ERROR
r-devel-windows-ix86+x86_64-gcc8 1.0.1 13.00 89.00 102.00 OK
r-patched-linux-x86_64 1.0.1 4.67 87.50 92.17 OK
r-patched-solaris-x86 1.0.1 119.20 ERROR
r-release-linux-x86_64 1.0.1 4.93 90.41 95.34 OK
r-release-windows-ix86+x86_64 1.0.1 16.00 73.00 89.00 ERROR
r-release-osx-x86_64 1.0.1 OK
r-oldrel-windows-ix86+x86_64 0.4.1 12.00 113.00 125.00 WARN
r-oldrel-osx-x86_64 1.0.1 ERROR

Additional issues

donttest

Check Details

Version: 1.0.1
Check: examples
Result: ERROR
    Running examples in ‘CoSMoS-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: acs
    > ### Title: AutoCorrelation Structure
    > ### Aliases: acs
    >
    > ### ** Examples
    >
    >
    > library(CoSMoS); library(ggplot2)
    >
    > ## specify lag
    > t <- 0:10
    >
    > ## get the ACS
    > f <- acs('fgn', t = t, H = .75)
    > b <- acs('burrXII', t = t, scale = 1, shape1 = .6, shape2 = .4)
    > w <- acs('weibull', t = t, scale = 2, shape = 0.8)
    > p <- acs('paretoII', t = t, scale = 3, shape = 0.3)
    >
    > ## visualize the ACS
    > dta <- data.frame(t, f, b, w, p)
    >
    > m.dta <- melt(dta, id.vars = 't')
    Error in value[[3L]](cond) :
     The melt generic in data.table has been passed a data.frame, but data.table::melt currently only has a method for data.tables. Please confirm your input is a data.table, with setDT(dta) or as.data.table(dta). If you intend to use a method from reshape2, try installing that package first, but do note that reshape2 is deprecated and you should be migrating your code away from using it.
    Calls: melt ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-windows-ix86+x86_64

Version: 0.4.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Warning: S3 methods '[.fun_list', '[.grouped_df', 'all.equal.tbl_df', 'anti_join.data.frame', 'anti_join.tbl_df', 'arrange.data.frame', 'arrange.default', 'arrange.grouped_df', 'arrange.tbl_df', 'arrange_.data.frame', 'arrange_.tbl_df', 'as.data.frame.grouped_df', 'as.data.frame.rowwise_df', 'as.data.frame.tbl_cube', 'as.table.tbl_cube', 'as.tbl.data.frame', 'as.tbl.tbl', 'as.tbl_cube.array', 'as.tbl_cube.data.frame', 'as.tbl_cube.matrix', 'as.tbl_cube.table', 'as_tibble.grouped_df', 'as_tibble.tbl_cube', 'auto_copy.tbl_cube', 'auto_copy.tbl_df', 'cbind.grouped_df', 'collapse.data.frame', 'collect.data.frame', 'common_by.NULL', 'common_by.character', 'common_by.default', 'common_by.list', 'compute.data.frame', 'copy_to.DBIConnection', 'copy_to.src_local', 'default_missing.data.frame', 'default_missing.default', 'dim.tbl_cube', 'distinct.data.frame', 'distinct.default', 'distinct.grouped_df', 'distinct.tbl_df', 'distinct_.data.frame', 'distinct_.grouped_df', 'distinct_.tbl_df', 'do.NULL', 'do.da [... truncated]
Flavor: r-oldrel-windows-ix86+x86_64

Version: 1.0.1
Check: whether package can be installed
Result: ERROR
    Installation failed.
Flavor: r-oldrel-osx-x86_64