R and jupyter notebook installation problems
up vote
0
down vote
favorite
am following instructions from
https://irkernel.github.io/installation/ so i can use R with jupyter
notebook.i already have jupyter and R installed, and they work fine.
- so when it comes to installing the packages with:
install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ', 'devtools', 'uuid', 'digest'))
i get this message:
In R CMD INSTALL
* installing source package 'repr' ...
** package 'repr' successfully unpacked and MD5 sums checked
Error in .read_description(dfile) :
file 'C:/Users/????/AppData/Local/Temp/RtmpCI01gk/R.INSTALL6e03e7f2fb2/repr/DESCRIPTION' does not exist
ERROR: installing package DESCRIPTION failed for package 'repr'
* removing 'C:/Program Files/R/R-3.5.1/library/repr'
The downloaded source packages are in
'C:Users????AppDataLocalTempRtmpY9TPCgdownloaded_packages'
Warning message:
In install.packages("repr") :
installation of package 'repr' had non-zero exit status
install.packages('devtools')
trying URL 'https://cran.usthb.dz/bin/windows/contrib/3.5/devtools_2.0.1.zip'
Content type 'application/zip' length 384476 bytes (375 KB)
downloaded 375 KB
python r jupyter-notebook
add a comment |
up vote
0
down vote
favorite
am following instructions from
https://irkernel.github.io/installation/ so i can use R with jupyter
notebook.i already have jupyter and R installed, and they work fine.
- so when it comes to installing the packages with:
install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ', 'devtools', 'uuid', 'digest'))
i get this message:
In R CMD INSTALL
* installing source package 'repr' ...
** package 'repr' successfully unpacked and MD5 sums checked
Error in .read_description(dfile) :
file 'C:/Users/????/AppData/Local/Temp/RtmpCI01gk/R.INSTALL6e03e7f2fb2/repr/DESCRIPTION' does not exist
ERROR: installing package DESCRIPTION failed for package 'repr'
* removing 'C:/Program Files/R/R-3.5.1/library/repr'
The downloaded source packages are in
'C:Users????AppDataLocalTempRtmpY9TPCgdownloaded_packages'
Warning message:
In install.packages("repr") :
installation of package 'repr' had non-zero exit status
install.packages('devtools')
trying URL 'https://cran.usthb.dz/bin/windows/contrib/3.5/devtools_2.0.1.zip'
Content type 'application/zip' length 384476 bytes (375 KB)
downloaded 375 KB
python r jupyter-notebook
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
am following instructions from
https://irkernel.github.io/installation/ so i can use R with jupyter
notebook.i already have jupyter and R installed, and they work fine.
- so when it comes to installing the packages with:
install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ', 'devtools', 'uuid', 'digest'))
i get this message:
In R CMD INSTALL
* installing source package 'repr' ...
** package 'repr' successfully unpacked and MD5 sums checked
Error in .read_description(dfile) :
file 'C:/Users/????/AppData/Local/Temp/RtmpCI01gk/R.INSTALL6e03e7f2fb2/repr/DESCRIPTION' does not exist
ERROR: installing package DESCRIPTION failed for package 'repr'
* removing 'C:/Program Files/R/R-3.5.1/library/repr'
The downloaded source packages are in
'C:Users????AppDataLocalTempRtmpY9TPCgdownloaded_packages'
Warning message:
In install.packages("repr") :
installation of package 'repr' had non-zero exit status
install.packages('devtools')
trying URL 'https://cran.usthb.dz/bin/windows/contrib/3.5/devtools_2.0.1.zip'
Content type 'application/zip' length 384476 bytes (375 KB)
downloaded 375 KB
python r jupyter-notebook
am following instructions from
https://irkernel.github.io/installation/ so i can use R with jupyter
notebook.i already have jupyter and R installed, and they work fine.
- so when it comes to installing the packages with:
install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ', 'devtools', 'uuid', 'digest'))
i get this message:
In R CMD INSTALL
* installing source package 'repr' ...
** package 'repr' successfully unpacked and MD5 sums checked
Error in .read_description(dfile) :
file 'C:/Users/????/AppData/Local/Temp/RtmpCI01gk/R.INSTALL6e03e7f2fb2/repr/DESCRIPTION' does not exist
ERROR: installing package DESCRIPTION failed for package 'repr'
* removing 'C:/Program Files/R/R-3.5.1/library/repr'
The downloaded source packages are in
'C:Users????AppDataLocalTempRtmpY9TPCgdownloaded_packages'
Warning message:
In install.packages("repr") :
installation of package 'repr' had non-zero exit status
install.packages('devtools')
trying URL 'https://cran.usthb.dz/bin/windows/contrib/3.5/devtools_2.0.1.zip'
Content type 'application/zip' length 384476 bytes (375 KB)
downloaded 375 KB
python r jupyter-notebook
python r jupyter-notebook
asked Nov 10 at 14:31
Mehdi Hadji
53
53
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Where are you running the install.packages command? If you are running that in Jupyter Notebook it will fail. Make sure that you don't do this in your RStudio console, but in a regular R terminal. See the blog post Jupyter And R Markdown: Notebooks With R from DataCamp.
yes thats what i did... in R terminal
– Mehdi Hadji
Nov 12 at 10:55
yes thats what i did... in R terminal
– Mehdi Hadji
Nov 12 at 10:56
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Where are you running the install.packages command? If you are running that in Jupyter Notebook it will fail. Make sure that you don't do this in your RStudio console, but in a regular R terminal. See the blog post Jupyter And R Markdown: Notebooks With R from DataCamp.
yes thats what i did... in R terminal
– Mehdi Hadji
Nov 12 at 10:55
yes thats what i did... in R terminal
– Mehdi Hadji
Nov 12 at 10:56
add a comment |
up vote
0
down vote
Where are you running the install.packages command? If you are running that in Jupyter Notebook it will fail. Make sure that you don't do this in your RStudio console, but in a regular R terminal. See the blog post Jupyter And R Markdown: Notebooks With R from DataCamp.
yes thats what i did... in R terminal
– Mehdi Hadji
Nov 12 at 10:55
yes thats what i did... in R terminal
– Mehdi Hadji
Nov 12 at 10:56
add a comment |
up vote
0
down vote
up vote
0
down vote
Where are you running the install.packages command? If you are running that in Jupyter Notebook it will fail. Make sure that you don't do this in your RStudio console, but in a regular R terminal. See the blog post Jupyter And R Markdown: Notebooks With R from DataCamp.
Where are you running the install.packages command? If you are running that in Jupyter Notebook it will fail. Make sure that you don't do this in your RStudio console, but in a regular R terminal. See the blog post Jupyter And R Markdown: Notebooks With R from DataCamp.
answered Nov 11 at 2:33
Russell D
1197
1197
yes thats what i did... in R terminal
– Mehdi Hadji
Nov 12 at 10:55
yes thats what i did... in R terminal
– Mehdi Hadji
Nov 12 at 10:56
add a comment |
yes thats what i did... in R terminal
– Mehdi Hadji
Nov 12 at 10:55
yes thats what i did... in R terminal
– Mehdi Hadji
Nov 12 at 10:56
yes thats what i did... in R terminal
– Mehdi Hadji
Nov 12 at 10:55
yes thats what i did... in R terminal
– Mehdi Hadji
Nov 12 at 10:55
yes thats what i did... in R terminal
– Mehdi Hadji
Nov 12 at 10:56
yes thats what i did... in R terminal
– Mehdi Hadji
Nov 12 at 10:56
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53239954%2fr-and-jupyter-notebook-installation-problems%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown