CRAN Package Check Results for Package frambgrowth

Last updated on 2022-04-27 12:55:05 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 2.12 31.32 33.44 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.0 1.67 24.14 25.81 NOTE
r-devel-linux-x86_64-fedora-clang 0.1.0 40.93 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.0 38.91 ERROR
r-devel-windows-x86_64 0.1.0 17.00 44.00 61.00 NOTE
r-patched-linux-x86_64 0.1.0 1.63 30.23 31.86 NOTE
r-release-linux-x86_64 0.1.0 1.98 30.98 32.96 NOTE
r-release-macos-arm64 0.1.0 14.00 NOTE
r-release-macos-x86_64 0.1.0 25.00 NOTE
r-release-windows-x86_64 0.1.0 7.00 44.00 51.00 NOTE
r-oldrel-macos-arm64 0.1.0 16.00 NOTE
r-oldrel-macos-x86_64 0.1.0 25.00 NOTE
r-oldrel-windows-ix86+x86_64 0.1.0 5.00 24.00 29.00 NOTE

Check Details

Version: 0.1.0
Check: LazyData
Result: NOTE
     'LazyData' is specified without a 'data' directory
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, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.1.0
Check: examples
Result: ERROR
    Running examples in ‘frambgrowth-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: Framboids_growth
    > ### Title: Generate size distribution of framboidal pyrite based on
    > ### different growth mechanisms
    > ### Aliases: Framboids_growth
    >
    > ### ** Examples
    >
    > ## Size dependent and surface-controlled growth of 1000 framboids adding nanocrystals
    > ## until the mean of the diameters of framboids was 15 micrometers.
    > library(frambgrowth)
    > Framboids<-Framboids_growth(100,Initialization=TRUE, Simulation=1,
    + Iterations=1000, MaxMeanDiameter=15)
    > ## Size dependent and surface-controlled growth of 1000 framboids adding nanocrystals
    > ## until the mean of the diameters of framboids was 10 micrometers,
    > ## followed by size dependent and supply-controlled growth until the mean was 15 micrometers.
    > Framboids<-Framboids_growth(100,Initialization=TRUE, Simulation=1,
    + Iterations=1000, MaxMeanDiameter=10)
    > Framboids<-Framboids_growth(100,Initialization=FALSE, Simulation=5, framboids=Framboids,
    + Iterations=1000, MaxMeanDiameter=15)
    Error in (!(Initialization)) && (is.na(framboids)) :
     'length = 700' in coercion to 'logical(1)'
    Calls: Framboids_growth
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc