CRAN Package Check Results for Package population

Last updated on 2020-01-11 07:56:32 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2 3.27 19.93 23.20 ERROR
r-devel-linux-x86_64-debian-gcc 0.2 2.31 16.12 18.43 ERROR
r-devel-linux-x86_64-fedora-clang 0.2 29.05 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2 27.36 ERROR
r-devel-windows-ix86+x86_64 0.2 16.00 53.00 69.00 ERROR
r-devel-windows-ix86+x86_64-gcc8 0.2 12.00 44.00 56.00 ERROR
r-patched-linux-x86_64 0.2 2.30 20.40 22.70 OK
r-patched-solaris-x86 0.2 46.30 OK
r-release-linux-x86_64 0.2 2.34 20.96 23.30 OK
r-release-windows-ix86+x86_64 0.2 12.00 62.00 74.00 OK
r-release-osx-x86_64 0.2 OK
r-oldrel-windows-ix86+x86_64 0.2 9.00 44.00 53.00 OK
r-oldrel-osx-x86_64 0.2 OK

Additional issues

gcc10

Check Details

Version: 0.2
Check: examples
Result: ERROR
    Running examples in 'population-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: plot_projection
    > ### Title: Plot population projections
    > ### Aliases: plot_projection
    >
    > ### ** Examples
    >
    > years <- 10
    > runs <- 100
    >
    > init.pop <- c(30, 20, 15, 12, 10, 9, 8, 7, 6, 5)
    >
    > surv.md <- c(0.5, 0.7, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9)
    > surv.sd <- c(0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1)
    > surv.msd <- cbind(surv.md, surv.sd)
    >
    > litter.md <- c(0.2, 1.1, 2.8, 2.8, 2.8, 2.8, 2.8, 2.8, 1.8, 0.2)
    > litter.sd <- c(0.1, 0.2, 0.15, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1)
    > litter.msd <- cbind(litter.md, litter.sd)
    >
    > nclass <- 4 # vary number of classes
    >
    > projection <- project(
    + years = years,
    + runs = runs,
    + initial_population = init.pop[1:nclass],
    + survival = surv.msd[1:nclass,],
    + litter = litter.msd[1:nclass,]
    + )
    
    |**************************************************|Error in `dim<-`(t(output$runs), list(classes, years, runs)) :
     invalid second argument, must be vector or NULL
    Calls: project -> aperm
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.2
Check: examples
Result: ERROR
    Running examples in ‘population-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: plot_projection
    > ### Title: Plot population projections
    > ### Aliases: plot_projection
    >
    > ### ** Examples
    >
    > years <- 10
    > runs <- 100
    >
    > init.pop <- c(30, 20, 15, 12, 10, 9, 8, 7, 6, 5)
    >
    > surv.md <- c(0.5, 0.7, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9)
    > surv.sd <- c(0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1)
    > surv.msd <- cbind(surv.md, surv.sd)
    >
    > litter.md <- c(0.2, 1.1, 2.8, 2.8, 2.8, 2.8, 2.8, 2.8, 1.8, 0.2)
    > litter.sd <- c(0.1, 0.2, 0.15, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1)
    > litter.msd <- cbind(litter.md, litter.sd)
    >
    > nclass <- 4 # vary number of classes
    >
    > projection <- project(
    + years = years,
    + runs = runs,
    + initial_population = init.pop[1:nclass],
    + survival = surv.msd[1:nclass,],
    + litter = litter.msd[1:nclass,]
    + )
    
    |**************************************************|Error in `dim<-`(t(output$runs), list(classes, years, runs)) :
     invalid second argument, must be vector or NULL
    Calls: project -> aperm
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.2
Check: running examples for arch ‘i386’
Result: ERROR
    Running examples in 'population-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: plot_projection
    > ### Title: Plot population projections
    > ### Aliases: plot_projection
    >
    > ### ** Examples
    >
    > years <- 10
    > runs <- 100
    >
    > init.pop <- c(30, 20, 15, 12, 10, 9, 8, 7, 6, 5)
    >
    > surv.md <- c(0.5, 0.7, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9)
    > surv.sd <- c(0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1)
    > surv.msd <- cbind(surv.md, surv.sd)
    >
    > litter.md <- c(0.2, 1.1, 2.8, 2.8, 2.8, 2.8, 2.8, 2.8, 1.8, 0.2)
    > litter.sd <- c(0.1, 0.2, 0.15, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1)
    > litter.msd <- cbind(litter.md, litter.sd)
    >
    > nclass <- 4 # vary number of classes
    >
    > projection <- project(
    + years = years,
    + runs = runs,
    + initial_population = init.pop[1:nclass],
    + survival = surv.msd[1:nclass,],
    + litter = litter.msd[1:nclass,]
    + )
    
    |**************************************************|Error in `dim<-`(t(output$runs), list(classes, years, runs)) :
     invalid second argument, must be vector or NULL
    Calls: project -> aperm
    Execution halted
Flavors: r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8

Version: 0.2
Check: running examples for arch ‘x64’
Result: ERROR
    Running examples in 'population-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: plot_projection
    > ### Title: Plot population projections
    > ### Aliases: plot_projection
    >
    > ### ** Examples
    >
    > years <- 10
    > runs <- 100
    >
    > init.pop <- c(30, 20, 15, 12, 10, 9, 8, 7, 6, 5)
    >
    > surv.md <- c(0.5, 0.7, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9)
    > surv.sd <- c(0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1)
    > surv.msd <- cbind(surv.md, surv.sd)
    >
    > litter.md <- c(0.2, 1.1, 2.8, 2.8, 2.8, 2.8, 2.8, 2.8, 1.8, 0.2)
    > litter.sd <- c(0.1, 0.2, 0.15, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1)
    > litter.msd <- cbind(litter.md, litter.sd)
    >
    > nclass <- 4 # vary number of classes
    >
    > projection <- project(
    + years = years,
    + runs = runs,
    + initial_population = init.pop[1:nclass],
    + survival = surv.msd[1:nclass,],
    + litter = litter.msd[1:nclass,]
    + )
    
    |**************************************************|Error in `dim<-`(t(output$runs), list(classes, years, runs)) :
     invalid second argument, must be vector or NULL
    Calls: project -> aperm
    Execution halted
Flavors: r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8