CRAN Package Check Results for Package lulcc

Last updated on 2025-12-07 04:49:58 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.4 41.58 261.39 302.97 NOTE
r-devel-linux-x86_64-debian-gcc 1.0.4 24.02 167.42 191.44 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.4 90.00 393.98 483.98 OK
r-devel-linux-x86_64-fedora-gcc 1.0.4 80.00 382.42 462.42 OK
r-devel-windows-x86_64 1.0.4 42.00 220.00 262.00 OK
r-patched-linux-x86_64 1.0.4 37.31 251.45 288.76 OK
r-release-linux-x86_64 1.0.4 37.23 250.35 287.58 OK
r-release-macos-arm64 1.0.4 OK
r-release-macos-x86_64 1.0.4 54.00 234.00 288.00 OK
r-release-windows-x86_64 1.0.4 42.00 223.00 265.00 OK
r-oldrel-macos-arm64 1.0.4 OK
r-oldrel-macos-x86_64 1.0.4 37.00 266.00 303.00 OK
r-oldrel-windows-x86_64 1.0.4 57.00 300.00 357.00 OK

Check Details

Version: 1.0.4
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Simon Moulds <sim.moulds@gmail.com>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Simon", family = "Moulds", role = c("aut", "cre"), email = "sim.moulds@gmail.com") as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.0.4
Check: examples
Result: ERROR Running examples in ‘lulcc-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: allow > ### Title: Implement decision rules for land use change > ### Aliases: allow > > ### ** Examples > > > ## Plum Island Ecosystems > > ## load observed land use data > obs <- ObsLulcRasterStack(x=pie, + pattern="lu", + categories=c(1,2,3), + labels=c("forest","built","other"), + t=c(0,6,14)) > > ## get land use values > x <- getValues(obs[[1]]) > x <- x[!is.na(x)] > > ## create vector of arbitrary land use history values > hist <- sample(1:10, length(x), replace=TRUE) > > ## calculate demand and get change direction for first timestep > dmd <- approxExtrapDemand(obs=obs, tout=0:14) Warning in total(x = obs) : missing argument 'categories': getting categories from 'x' Error in loadNamespace(x) : there is no package called ‘Hmisc’ Calls: approxExtrapDemand ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc