You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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’
The text was updated successfully, but these errors were encountered:
Nope17.02.2019, 20:41, "Cecilia" <notifications@github.com>:I have the same issue, have you solved it?
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.
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:
The text was updated successfully, but these errors were encountered: