[R] [Rd] R 4.4.2 is released

2024-10-31 Thread peter dalgaard
The build system rolled up R-4.4.2.tar.gz (codename "Pile of Leaves") this morning. This is a minor update, with a few bug fixes. The list below details the changes in this release. You can get the source code from https://cran.r-project.org/src/base/R-4/R-4.4.2.tar.gz https://cran.r-project.

[R] Invalid term in model formula with gmm after formula.tools is loaded

2024-10-31 Thread Elysée Aristide
Hi everyone, I am using the gmm function from the gmm package and encountered an unexpected error. No model can be estimated if I load formula.tools—I need to restart R each time. Here is a simple reproducible example: *library(gmm)data(Finance)r <- Finance[1:300, 1:10]rm <- Fina