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

cant instal package #4

Open
alexeytzar opened this issue Jan 26, 2019 · 3 comments
Open

cant instal package #4

alexeytzar opened this issue Jan 26, 2019 · 3 comments

Comments

@alexeytzar
Copy link

i used following:
install.packages("devtools") library("devtools") install_github("mkearney/kaggler")
install.packages("devtools")
library("devtools")
install_github("mkearney/kaggler")

then i saw following:

install_github("mkearney/kaggler")
Downloading GitHub repo mkearney/kaggler@master
These packages have more recent versions available.
Which would you like to update?

1: curl (3.0 -> 3.3 ) [CRAN]
2: glue (1.1.1 -> 1.3.0) [CRAN]
3: httr (1.3.1 -> 1.4.0) [CRAN]
4: jsonlite (1.5 -> 1.6 ) [CRAN]
5: mime (0.5 -> 0.6 ) [CRAN]
6: openssl (0.9.7 -> 1.2.1) [CRAN]
7: pkgconfig (2.0.1 -> 2.0.2) [CRAN]
8: R6 (2.2.2 -> 2.3.0) [CRAN]
9: rlang (0.1.2 -> 0.3.1) [CRAN]
10: tibble (1.3.4 -> 2.0.1) [CRAN]
11: CRAN packages only
12: All
13: None
Enter one or more numbers separated by spaces, or an empty line to cancel

I entered 12:

1: 12

when i use:
library("kaggler")

i see:

library("kaggler")
Error in library("kaggler") : no package called ‘kaggler’

@luliudata
Copy link

I have the same issue, have you solved it?

@alexeytzar
Copy link
Author

alexeytzar commented Feb 17, 2019 via email

@luliudata
Copy link

Hi I've solved the problem, so basically you just need to choose '1' and then library'kaggle'

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

2 participants