The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Last updated on 2026-07-22 18:49:57 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1 | 2.13 | 37.88 | 40.01 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.1 | 1.45 | 29.13 | 30.58 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1 | 64.26 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 1.1 | 32.84 | ERROR | |||
| r-devel-windows-x86_64 | 1.1 | 3.00 | 59.00 | 62.00 | ERROR | |
| r-patched-linux-x86_64 | 1.1 | 2.33 | 67.51 | 69.84 | OK | |
| r-release-linux-x86_64 | 1.1 | 2.20 | 70.20 | 72.40 | 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 | 3.00 | 101.00 | 104.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 | 117.00 | 122.00 | OK |
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
Flavors: r-devel-linux-x86_64-debian-clang, 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
Flavors: r-devel-linux-x86_64-debian-clang, 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-linux-x86_64-fedora-gcc, 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
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]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `if (any(unlist(start) < low) || any(unlist(start) > upp)) ...`:
! missing value where TRUE/FALSE needed
---
Backtrace:
x
1. \-resde::sdefit(...)
2. \-stats::nls(...)
3. \-stats:::nls_port_fit(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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-fedora-gcc
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.