CRAN Package Check Results for Package resde

Last updated on 2026-07-13 11:52:04 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1 2.07 70.69 72.76 OK
r-devel-linux-x86_64-debian-gcc 1.1 1.63 28.01 29.64 ERROR
r-devel-linux-x86_64-fedora-clang 1.1 33.83 ERROR
r-devel-linux-x86_64-fedora-gcc 1.1 128.50 OK
r-devel-windows-x86_64 1.1 4.00 62.00 66.00 ERROR
r-patched-linux-x86_64 1.1 2.62 67.01 69.63 OK
r-release-linux-x86_64 1.1 2.46 66.75 69.21 OK
r-release-macos-arm64 1.1 1.00 23.00 24.00 OK
r-release-macos-x86_64 1.1 2.00 104.00 106.00 OK
r-release-windows-x86_64 1.1 4.00 99.00 103.00 OK
r-oldrel-macos-arm64 1.1 OK
r-oldrel-macos-x86_64 1.1 2.00 92.00 94.00 OK
r-oldrel-windows-x86_64 1.1 5.00 112.00 117.00 OK

Check Details

Version: 1.1
Check: examples
Result: ERROR Running examples in ‘resde-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: sdefit > ### Title: Fit SDE model > ### Aliases: sdefit > > ### ** Examples > > m <- sdemodel(phi=~x^c, beta0=~b*a^c, beta1=~-b) Model: y = phi(x, c) = x^c y' = phiprime(x, c) = c * x^(c - 1) dY = (b * a^c + -b * Y) dt + sigmap * dW Y(0) = phi(0, c) yi = Y(ti) + sigmam * ei Parameters: a, b, c > mod1 <- sdefit(m, "height", "age", data=Loblolly[Loblolly$Seed=="301",], + start=c(a=70, b=0.1, c=1)) Warning: Solution at boundary, it may be a local optimum. Compare logLik with mum = 0 > mod2 <- sdefit(m, "height", "age", "Seed", Loblolly, global=c(b=0.1, c=0.5), + local=c(a=72)) Warning in reorder(lower) : different names for ‘start’ and ‘lower’: not reordering to match Warning in reorder(upper) : different names for ‘start’ and ‘upper’: not reordering to match Error in nls(frml, data, start = start, control = control, algorithm = "port", : Convergence failure: initial par violates constraints Calls: sdefit -> nls Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘resde-vignette.Rnw’ using knitr Quitting from resde-vignette.Rnw:401-406 [unnamed-chunk-15] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ missing value where TRUE/FALSE needed ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Quitting from resde-vignette.Rnw:401-406 [unnamed-chunk-15] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ if (any(unlist(start) < low) || any(unlist(start) > upp)) {, iv[1L] <- 300, return(if (give.v) list(iv = iv, v = v[seq_len(18L)]) else iv), } ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'resde-vignette.Rnw' failed with diagnostics: missing value where TRUE/FALSE needed --- failed re-building ‘resde-vignette.Rnw’ SUMMARY: processing the following file failed: ‘resde-vignette.Rnw’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1
Check: examples
Result: ERROR Running examples in ‘resde-Ex.R’ failed The error most likely occurred in: > ### Name: sdefit > ### Title: Fit SDE model > ### Aliases: sdefit > > ### ** Examples > > m <- sdemodel(phi=~x^c, beta0=~b*a^c, beta1=~-b) Model: y = phi(x, c) = x^c y' = phiprime(x, c) = c * x^(c - 1) dY = (b * a^c + -b * Y) dt + sigmap * dW Y(0) = phi(0, c) yi = Y(ti) + sigmam * ei Parameters: a, b, c > mod1 <- sdefit(m, "height", "age", data=Loblolly[Loblolly$Seed=="301",], + start=c(a=70, b=0.1, c=1)) Warning: Solution at boundary, it may be a local optimum. Compare logLik with mum = 0 > mod2 <- sdefit(m, "height", "age", "Seed", Loblolly, global=c(b=0.1, c=0.5), + local=c(a=72)) Warning in reorder(lower) : different names for ‘start’ and ‘lower’: not reordering to match Warning in reorder(upper) : different names for ‘start’ and ‘upper’: not reordering to match Error in nls(frml, data, start = start, control = control, algorithm = "port", : Convergence failure: initial par violates constraints Calls: sdefit -> nls Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64

Version: 1.1
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘resde-vignette.Rnw’ using knitr Quitting from resde-vignette.Rnw:401-406 [unnamed-chunk-15] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ missing value where TRUE/FALSE needed ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Quitting from resde-vignette.Rnw:401-406 [unnamed-chunk-15] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ if (any(unlist(start) < low) || any(unlist(start) > upp)) {, iv[1L] <- 300, return(if (give.v) list(iv = iv, v = v[seq_len(18L)]) else iv), } ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'resde-vignette.Rnw' failed with diagnostics: missing value where TRUE/FALSE needed --- failed re-building ‘resde-vignette.Rnw’ SUMMARY: processing the following file failed: ‘resde-vignette.Rnw’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64