[R-sig-ME] Partial Argument Matching in nlme::varFunc

Phillip Alday ph||||p@@|d@y @end|ng |rom mp|@n|
Sun Apr 26 17:15:39 CEST 2020


Hi Bill,

I see that you've really been getting into the nlme source lately ....
as far as I know, nlme is in maintenance mode right now and pretty badly
neglected in terms of interest in actually maintaining it. Have you
considered offering to take on some of that stewardship? I'm sure R Core
would be happy to have someone actively engaged in keeping a core
package alive.

Best,

Phillip


On 25/04/2020 16:48, bill using denney.ws wrote:
> Hi,
>
>  
>
> Recently, I have turned on warnings for partial argument name matching, and
> with that, I'm finding many warnings.  One is while summarizing models
> within the nlme library.
>
>  
>
> An example that causes this is:
>
>  
>
> ```
>
> library(nlme)
>
> fm1 <- gls(follicles ~ sin(2*pi*Time) + cos(2*pi*Time), Ovary,
>
>            correlation = corAR1(form = ~ 1 | Mare),
>
>            weights = varIdent(form=~Mare))
>
> summary(fm1)
>
> ```
>
>  
>
> Which gives the warning:
>
> ```
>
> Warning message:
>
> In coef.varIdent(x, uncons = FALSE, allCoef = TRUE) :
>
>   partial argument match of 'uncons' to 'unconstrained'
>
> ```
>
>  
>
> This appears to be fixed by the diff I put into an R bug report here:
> https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17767
>
>  
>
> I assume that this list has the right people to review and apply the patch.
>
>
> Thanks,
>
>  
>
> Bill
>
>
> 	[[alternative HTML version deleted]]
>
> _______________________________________________
> R-sig-mixed-models using r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models



More information about the R-sig-mixed-models mailing list