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.

CRAN Package Check Results for Package FlexParamCurve

Last updated on 2026-07-21 23:58:19 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5-7 12.02 71.07 83.09 ERROR
r-devel-linux-x86_64-debian-gcc 1.5-7 8.06 49.15 57.21 ERROR
r-devel-linux-x86_64-fedora-clang 1.5-7 18.00 113.24 131.24 ERROR
r-devel-linux-x86_64-fedora-gcc 1.5-7 51.57 ERROR
r-devel-windows-x86_64 1.5-7 11.00 77.00 88.00 ERROR
r-patched-linux-x86_64 1.5-7 12.39 69.85 82.24 OK
r-release-linux-x86_64 1.5-7 10.26 70.20 80.46 OK
r-release-macos-arm64 1.5-7 3.00 17.00 20.00 OK
r-release-macos-x86_64 1.5-7 8.00 113.00 121.00 OK
r-release-windows-x86_64 1.5-7 12.00 84.00 96.00 OK
r-oldrel-macos-arm64 1.5-7 OK
r-oldrel-macos-x86_64 1.5-7 7.00 57.00 64.00 OK
r-oldrel-windows-x86_64 1.5-7 15.00 101.00 116.00 OK

Check Details

Version: 1.5-7
Check: examples
Result: ERROR Running examples in ‘FlexParamCurve-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: extraF.nls > ### Title: Compare Two nls Models Using Extra Sum-of-Squares F-Tests > ### Aliases: extraF.nls > > ### ** Examples > > > > #fit and compare two nested nls models (7 vs 8 parameter models) > > > #create list for fixed parameters > > > modpar(posneg.data$age, posneg.data$mass, pn.options = "myoptions") [1] modpar will attempt to parameterize your data using the following sequential procedures: [1] (1) Extract parameter estimates for 8-parameter double-Richards curve in nls [1] (2) Use getInitial to retrieve parameter estimates for 8-parameter double-Richards curve [1] (3) Extract parameter estimates for 4-parameter Richards curve in [1] (4) Use getInitial to retrieve parameter estimates for 4-parameter Richards curve [1] if any approaches are successful, modpar will return these and terminate at that stage [1] [1] (1) Status of 8-parameter double-Richards curve fit in nls: [1] ....8 parameter nls fit failed [1] (2) Status of 8-parameter double-Richards getInitial call [1] ....8-parameter getInitial successful $Asym [1] 4427.343 $K [1] 0.07040843 $Infl [1] 30.13159 $M [1] 0.9867801 $RAsym [1] -1136.717 $Rk [1] 0.2112253 $Ri [1] 108.0177 $RM [1] 0.8085435 Warning messages: 1: In reorder(upper) : different names for ‘start’ and ‘upper’: not reordering to match 2: In reorder(upper) : different names for ‘start’ and ‘upper’: not reordering to match 3: In reorder(upper) : different names for ‘start’ and ‘upper’: not reordering to match > > > richardsR1.nls <- nls(mass ~ SSposnegRichards(age, Asym = Asym, K = K, + + + Infl = Infl, M = M, RAsym = RAsym, Rk = Rk, Ri = Ri, RM = RM, modno = 1, pn.options = myoptions) + + + , data = posneg.data) Error in nls(mass ~ SSposnegRichards(age, Asym = Asym, K = K, Infl = Infl, : singular gradient In addition: Warning message: In reorder(upper) : different names for ‘start’ and ‘upper’: not reordering to match Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed SSposnegRichards 7.986 0.013 10.479 Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.5-7
Check: examples
Result: ERROR Running examples in ‘FlexParamCurve-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: extraF.nls > ### Title: Compare Two nls Models Using Extra Sum-of-Squares F-Tests > ### Aliases: extraF.nls > > ### ** Examples > > > > #fit and compare two nested nls models (7 vs 8 parameter models) > > > #create list for fixed parameters > > > modpar(posneg.data$age, posneg.data$mass, pn.options = "myoptions") [1] modpar will attempt to parameterize your data using the following sequential procedures: [1] (1) Extract parameter estimates for 8-parameter double-Richards curve in nls [1] (2) Use getInitial to retrieve parameter estimates for 8-parameter double-Richards curve [1] (3) Extract parameter estimates for 4-parameter Richards curve in [1] (4) Use getInitial to retrieve parameter estimates for 4-parameter Richards curve [1] if any approaches are successful, modpar will return these and terminate at that stage [1] [1] (1) Status of 8-parameter double-Richards curve fit in nls: [1] ....8 parameter nls fit failed [1] (2) Status of 8-parameter double-Richards getInitial call [1] ....8-parameter getInitial successful $Asym [1] 4427.343 $K [1] 0.07040843 $Infl [1] 30.13159 $M [1] 0.9867801 $RAsym [1] -1136.717 $Rk [1] 0.2112253 $Ri [1] 108.0177 $RM [1] 0.8085435 Warning messages: 1: In reorder(upper) : different names for ‘start’ and ‘upper’: not reordering to match 2: In reorder(upper) : different names for ‘start’ and ‘upper’: not reordering to match 3: In reorder(upper) : different names for ‘start’ and ‘upper’: not reordering to match > > > richardsR1.nls <- nls(mass ~ SSposnegRichards(age, Asym = Asym, K = K, + + + Infl = Infl, M = M, RAsym = RAsym, Rk = Rk, Ri = Ri, RM = RM, modno = 1, pn.options = myoptions) + + + , data = posneg.data) Error in nls(mass ~ SSposnegRichards(age, Asym = Asym, K = K, Infl = Infl, : singular gradient In addition: Warning message: In reorder(upper) : different names for ‘start’ and ‘upper’: not reordering to match Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed SSposnegRichards 4.936 0.026 6.914 Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.5-7
Check: examples
Result: ERROR Running examples in ‘FlexParamCurve-Ex.R’ failed The error most likely occurred in: > ### Name: extraF.nls > ### Title: Compare Two nls Models Using Extra Sum-of-Squares F-Tests > ### Aliases: extraF.nls > > ### ** Examples > > > > #fit and compare two nested nls models (7 vs 8 parameter models) > > > #create list for fixed parameters > > > modpar(posneg.data$age, posneg.data$mass, pn.options = "myoptions") [1] modpar will attempt to parameterize your data using the following sequential procedures: [1] (1) Extract parameter estimates for 8-parameter double-Richards curve in nls [1] (2) Use getInitial to retrieve parameter estimates for 8-parameter double-Richards curve [1] (3) Extract parameter estimates for 4-parameter Richards curve in [1] (4) Use getInitial to retrieve parameter estimates for 4-parameter Richards curve [1] if any approaches are successful, modpar will return these and terminate at that stage [1] [1] (1) Status of 8-parameter double-Richards curve fit in nls: [1] ....8 parameter nls fit failed [1] (2) Status of 8-parameter double-Richards getInitial call [1] ....8-parameter getInitial successful $Asym [1] 4427.343 $K [1] 0.07040843 $Infl [1] 30.13159 $M [1] 0.9867801 $RAsym [1] -1136.717 $Rk [1] 0.2112253 $Ri [1] 108.0177 $RM [1] 0.8085435 Warning messages: 1: In reorder(upper) : different names for ‘start’ and ‘upper’: not reordering to match 2: In reorder(upper) : different names for ‘start’ and ‘upper’: not reordering to match 3: In reorder(upper) : different names for ‘start’ and ‘upper’: not reordering to match > > > richardsR1.nls <- nls(mass ~ SSposnegRichards(age, Asym = Asym, K = K, + + + Infl = Infl, M = M, RAsym = RAsym, Rk = Rk, Ri = Ri, RM = RM, modno = 1, pn.options = myoptions) + + + , data = posneg.data) Error in nls(mass ~ SSposnegRichards(age, Asym = Asym, K = K, Infl = Infl, : singular gradient In addition: Warning message: In reorder(upper) : different names for ‘start’ and ‘upper’: not reordering to match Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.5-7
Check: examples
Result: ERROR Running examples in 'FlexParamCurve-Ex.R' failed The error most likely occurred in: > ### Name: extraF.nls > ### Title: Compare Two nls Models Using Extra Sum-of-Squares F-Tests > ### Aliases: extraF.nls > > ### ** Examples > > #fit and compare two nested nls models (7 vs 8 parameter models) > #create list for fixed parameters > modpar(posneg.data$age, posneg.data$mass, pn.options = "myoptions") [1] modpar will attempt to parameterize your data using the following sequential procedures: [1] (1) Extract parameter estimates for 8-parameter double-Richards curve in nls [1] (2) Use getInitial to retrieve parameter estimates for 8-parameter double-Richards curve [1] (3) Extract parameter estimates for 4-parameter Richards curve in [1] (4) Use getInitial to retrieve parameter estimates for 4-parameter Richards curve [1] if any approaches are successful, modpar will return these and terminate at that stage [1] [1] (1) Status of 8-parameter double-Richards curve fit in nls: [1] ....8 parameter nls fit failed [1] (2) Status of 8-parameter double-Richards getInitial call [1] ....8-parameter getInitial successful $Asym [1] 4427.343 $K [1] 0.07040843 $Infl [1] 30.13159 $M [1] 0.9867801 $RAsym [1] -1136.717 $Rk [1] 0.2112253 $Ri [1] 108.0177 $RM [1] 0.8085435 Warning messages: 1: In reorder(upper) : different names for 'start' and 'upper': not reordering to match 2: In reorder(upper) : different names for 'start' and 'upper': not reordering to match 3: In reorder(upper) : different names for 'start' and 'upper': not reordering to match > richardsR1.nls <- nls(mass ~ SSposnegRichards(age, Asym = Asym, K = K, + Infl = Infl, M = M, RAsym = RAsym, Rk = Rk, Ri = Ri, RM = RM, modno = 1, pn.options = myoptions) + , data = posneg.data) Error in nls(mass ~ SSposnegRichards(age, Asym = Asym, K = K, Infl = Infl, : singular gradient In addition: Warning message: In reorder(upper) : different names for 'start' and 'upper': not reordering to match Execution halted Flavor: r-devel-windows-x86_64

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.