-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
Build R package from source error: no packages specified #5565
Comments
I can't reproduce .. |
I'v tried:
it seems installed succesfully. but I wonder Is it "correct" way to install R package? |
This is the CRAN way of installing R package, which means you will get a strictly built R package with minimal functionality. |
More on "minimal functionality" comment: It means that you won't have access to |
@hcho3 Nor cpu prefetching I assume? |
@trivialfis Yes. |
Fixed by #5764. See the updated build instruction at https://xgboost.readthedocs.io/en/latest/build.html#installing-the-development-version-linux-mac-osx |
I want to build and install xgboost R package from source, following steps
in https://github.com/dmlc/xgboost/blob/master/doc/build.rst#r-package-installation
the last step
make install
throws Error:I'v tried to build shared library seperately and it works well, so it looks like the problem it specific to R package.
Environment Info:
System: Ubuntu 18.04
R version: 3.6.2
xgboost branch: release_1.0.0
The text was updated successfully, but these errors were encountered: