boost-R / gamboostLSS

Boosting models for fitting generalized additive models for location, shape and scale (GAMLSS) to potentially high dimensional data. The current relase version can be found on CRAN (https://cran.r-project.org/package=gamboostLSS).
26 stars 11 forks source link

Package not available via CRAN #59

Closed nbsmokee closed 2 years ago

nbsmokee commented 2 years ago

Currently it seems impossible to obtain the package via CRAN:

> install.packages("gamboostLSS")
Installing package into **********************
(as ‘lib’ is unspecified)
Warning message:
package ‘gamboostLSS’ is not available for this version of R

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

and also https://cran.r-project.org/package=gamboostLSS says the following: homee 2022-05-09 14:27:48

hofnerb commented 2 years ago

As noted the packae is currently archieved. We resubmitted a new version but are still waiting for the CRAN review and approval. In the meantime you can either install the archived version or the latest github version e.g. using devtools as indicated in the Readme:

library("devtools")
install_github("boost-R/gamboostLSS")
library("gamboostLSS")

I am sorry for any inconvinience caused.