CRAN Package Check Results for Package Rmbal

Last updated on 2021-07-04 11:49:42 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.0 15.27 111.46 126.73 NOTE
r-devel-linux-x86_64-fedora-clang 0.1.0 148.44 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.0 207.37 NOTE
r-devel-windows-x86_64 0.1.0 19.00 167.00 186.00 NOTE
r-devel-windows-x86_64-gcc10-UCRT 0.1.0 NOTE
r-patched-linux-x86_64 0.1.0 19.32 145.92 165.24 NOTE
r-patched-solaris-x86 0.1.0 146.20 ERROR
r-release-linux-x86_64 0.1.0 18.35 144.82 163.17 NOTE
r-release-macos-arm64 0.1.0 NOTE
r-release-macos-x86_64 0.1.0 NOTE
r-release-windows-ix86+x86_64 0.1.0 22.00 172.00 194.00 NOTE
r-oldrel-macos-x86_64 0.1.0 NOTE
r-oldrel-windows-ix86+x86_64 0.1.0 29.00 162.00 191.00 OK

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-devel-windows-x86_64-gcc10-UCRT, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64

Version: 0.1.0
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘Rrelperm’
Flavors: r-devel-linux-x86_64-fedora-clang, r-patched-solaris-x86

Version: 0.1.0
Check: dependencies in R code
Result: NOTE
    Namespaces in Imports field not imported from:
     ‘Rdpack’ ‘magrittr’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-gcc10-UCRT, r-patched-solaris-x86, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 0.1.0
Check: examples
Result: ERROR
    Running examples in ‘Rmbal-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: mbal_forecast_gas
    > ### Title: Generic function for performance forecasting of a gas reservoir
    > ### Aliases: mbal_forecast_gas
    >
    > ### ** Examples
    >
    > p_pvt <- c(3700, 3650, 3400, 3100, 2800, 2500, 2200, 1900, 1600, 1300, 1000,
    + 700, 600, 400)
    >
    > Bo <- c(10.057, 2.417, 2.192, 1.916, 1.736, 1.617, 1.504, 1.416, 1.326, 1.268,
    + 1.205, 1.149, 1.131, 1.093)
    >
    > Rv <- c(84.11765, 84.11765, 70.5, 56.2, 46.5, 39.5, 33.8, 29.9, 27.3, 25.5, 25.9,
    + 28.3, 29.8, 33.5) / 1e6
    >
    > Rs <- c(11566, 2378, 2010, 1569, 1272, 1067, 873, 719, 565, 461, 349, 249, 218,
    + 141)
    >
    > Bg <- c(0.87, 0.88, 0.92, 0.99, 1.08, 1.20, 1.35, 1.56, 1.85, 2.28, 2.95, 4.09,
    + 4.68, 6.53) / 1000
    >
    > cw <- 3e-6
    >
    > Bwi <- 10.05
    >
    > Bw <- Bwi * exp(cw * (p_pvt[1] - p_pvt))
    >
    > muo <- c(0.0612, 0.062, 0.1338, 0.1826, 0.2354, 0.3001, 0.3764, 0.4781, 0.6041,
    + 0.7746, 1.0295, 1.358, 1.855, 2.500)
    >
    > mug <- c(0.0612, 0.062, 0.0554, 0.0436, 0.0368, 0.0308, 0.0261, 0.0222, 0.0191,
    + 0.0166, 0.0148, 0.0135, 0.0125, 0.0115)
    >
    > muw <- rep(0.25, length(p_pvt))
    >
    > pvt_table <- data.frame(p = p_pvt, Bo = Bo, Rs = Rs, Rv = Rv, Bg = Bg, Bw = Bw,
    + muo = muo, mug = mug, muw = muw)
    >
    > rel_perm <- as.data.frame(Rrelperm::kr2p_gl(SWCON = 0.2, SOIRG = 0.15,
    + SORG = 0.15, SGCON = 0.05, SGCRIT = 0.05, KRGCL = 1, KROGCG = 1,
    + NG = 3.16, NOG = 2.74, NP = 101))
    Error in loadNamespace(x) : there is no package called ‘Rrelperm’
    Calls: as.data.frame ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-patched-solaris-x86

Version: 0.1.0
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
    --- re-building ‘BlackOil.Rmd’ using rmarkdown
    Quitting from lines 29-87 (BlackOil.Rmd)
    Error: processing vignette 'BlackOil.Rmd' failed with diagnostics:
    there is no package called 'Rrelperm'
    --- failed re-building ‘BlackOil.Rmd’
    
    --- re-building ‘DryWetGas.Rmd’ using rmarkdown
    Quitting from lines 28-86 (DryWetGas.Rmd)
    Error: processing vignette 'DryWetGas.Rmd' failed with diagnostics:
    there is no package called 'Rrelperm'
    --- failed re-building ‘DryWetGas.Rmd’
    
    --- re-building ‘GasCondensate.Rmd’ using rmarkdown
    Quitting from lines 28-96 (GasCondensate.Rmd)
    Error: processing vignette 'GasCondensate.Rmd' failed with diagnostics:
    there is no package called 'Rrelperm'
    --- failed re-building ‘GasCondensate.Rmd’
    
    --- re-building ‘Introduction.Rmd’ using rmarkdown
    --- finished re-building ‘Introduction.Rmd’
    
    --- re-building ‘VolatileOil.Rmd’ using rmarkdown
    Quitting from lines 28-107 (VolatileOil.Rmd)
    Error: processing vignette 'VolatileOil.Rmd' failed with diagnostics:
    there is no package called 'Rrelperm'
    --- failed re-building ‘VolatileOil.Rmd’
    
    SUMMARY: processing the following files failed:
     ‘BlackOil.Rmd’ ‘DryWetGas.Rmd’ ‘GasCondensate.Rmd’ ‘VolatileOil.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.0
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘BlackOil.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) not available. Falling back to R Markdown v1.
    Quitting from lines 29-87 (BlackOil.Rmd)
    Error: processing vignette 'BlackOil.Rmd' failed with diagnostics:
    there is no package called 'Rrelperm'
    --- failed re-building ‘BlackOil.Rmd’
    
    --- re-building ‘DryWetGas.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) not available. Falling back to R Markdown v1.
    Quitting from lines 28-86 (DryWetGas.Rmd)
    Error: processing vignette 'DryWetGas.Rmd' failed with diagnostics:
    there is no package called 'Rrelperm'
    --- failed re-building ‘DryWetGas.Rmd’
    
    --- re-building ‘GasCondensate.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) not available. Falling back to R Markdown v1.
    Quitting from lines 28-96 (GasCondensate.Rmd)
    Error: processing vignette 'GasCondensate.Rmd' failed with diagnostics:
    there is no package called 'Rrelperm'
    --- failed re-building ‘GasCondensate.Rmd’
    
    --- re-building ‘Introduction.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) not available. Falling back to R Markdown v1.
    --- finished re-building ‘Introduction.Rmd’
    
    --- re-building ‘VolatileOil.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) not available. Falling back to R Markdown v1.
    Quitting from lines 28-107 (VolatileOil.Rmd)
    Error: processing vignette 'VolatileOil.Rmd' failed with diagnostics:
    there is no package called 'Rrelperm'
    --- failed re-building ‘VolatileOil.Rmd’
    
    SUMMARY: processing the following files failed:
     ‘BlackOil.Rmd’ ‘DryWetGas.Rmd’ ‘GasCondensate.Rmd’ ‘VolatileOil.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-patched-solaris-x86