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

Can´t install package #49

Closed
gonzalorondinone opened this issue Feb 12, 2020 · 4 comments
Closed

Can´t install package #49

gonzalorondinone opened this issue Feb 12, 2020 · 4 comments

Comments

@gonzalorondinone
Copy link

Dear all,

I´ve been trying to install but

install.packages("nbastatR")
Warning in install.packages :
package ‘nbastatR’ is not available (for R version 3.6.2)

Do you know what I have to do?

@lewispipkin
Copy link

Hey, I’m not the developer but just run this:

library(devtools)
install_github(“abresler/nbastatR”)
library(nbastatR)

@gonzalorondinone
Copy link
Author

Thanks! I tryed but I got this

Execution halted
ERROR: lazy loading failed for package ‘nbastatR’

  • removing ‘/Library/Frameworks/R.framework/Versions/3.6/Resources/library/nbastatR’
    Error: Failed to install 'nbastatR' from GitHub:
    (converted from warning) installation of package ‘/var/folders/n4/yf7ndy852z9390rvwj9b3lb00000gn/T//RtmpcN5Ope/file6a847380b7cd/nbastatR_0.1.1502.tar.gz’ had non-zero exit status

@gonzalorondinone
Copy link
Author

It is solved. I have updated my OS and reinstalled a couple of packages and now it is working.

@JanSkoupil86
Copy link

devtools::install_github("abresler/nbastatR", force = TRUE)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants