Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.1.0 missing CRAN package #3569

Closed
galalH opened this issue Nov 16, 2020 · 3 comments
Closed

v3.1.0 missing CRAN package #3569

galalH opened this issue Nov 16, 2020 · 3 comments

Comments

@galalH
Copy link

galalH commented Nov 16, 2020

The 3.0.0 release came with a CRAN package that made it super simple to install LightGBM. Can we have the same for the latest release as well?

@StrikerRUS
Copy link
Collaborator

@galalH Hi! Thanks a lot for using LightGBM and sharing your preferable way of installation with us!

We are working on this: #3484 (comment).

@jameslamb
Copy link
Collaborator

Like @StrikerRUS mentioned, we're trying right now to actually get this release onto CRAN so you can just install.packages("lightgbm").

But I can also add the CRAN artifact to the release manually. It's something that has to be done manually and the 3.1.0 release was only created last night (Central Standard Time, where I am).

I've just added it to https://github.com/microsoft/LightGBM/releases/tag/v3.1.0.

You can install with the following R code that uses the {remotes} package

remotes::install_url(
    "https://github.com/microsoft/LightGBM/releases/download/v3.1.0/lightgbm-3.1.0-r-cran.tar.gz"
)

Thanks for using LightGBM and the LightGBM R package!

If you have time, we'd welcome contributions to some of the open issues in the R package!

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants