Changelog
Source:NEWS.md
parglm 0.1.8
CRAN release: 2026-04-21
- Remove specification of C++11
- Amend
std::result_oftostd::invoke_resultin a header file - Fix infinite recursion in
QR_base::qytby removingstd::move - Require C++17 on Linux, macOS, and Windows
- New maintainer - Tom Palmer
parglm 0.1.7
CRAN release: 2021-10-14
- Avoid some virtual function calls and remove a few macros.
- Fix an issue due to the new
STRICT_R_HEADERSvariable in Rcpp.
parglm 0.1.4
CRAN release: 2020-01-07
-
stops when there are more variables than observations. Previously, this caused a crash. - Handle Fortran string length argument.