
0
À l'étude
failing to install slidify in Rstudio
R version 3.1.0 (2014-04-10)
Platform: i386-w64-mingw32/i386 (32-bit)
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods
[7] base
other attached packages:
[1] ggplot2_1.0.0
loaded via a namespace (and not attached):
[1] colorspace_1.2-4 digest_0.6.4 grid_3.1.0
[4] gtable_0.1.2 MASS_7.3-33 munsell_0.4.2
[7] plyr_1.8.1 proto_0.3-10 Rcpp_0.11.2
[10] reshape2_1.4 scales_0.2.4 stringr_0.6.2
[13] tools_3.1.0
Warning message:
package ‘ggplot2’ was built under R version 3.1.1
>
Platform: i386-w64-mingw32/i386 (32-bit)
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods
[7] base
other attached packages:
[1] ggplot2_1.0.0
loaded via a namespace (and not attached):
[1] colorspace_1.2-4 digest_0.6.4 grid_3.1.0
[4] gtable_0.1.2 MASS_7.3-33 munsell_0.4.2
[7] plyr_1.8.1 proto_0.3-10 Rcpp_0.11.2
[10] reshape2_1.4 scales_0.2.4 stringr_0.6.2
[13] tools_3.1.0
Warning message:
package ‘ggplot2’ was built under R version 3.1.1
>
Service d'assistance aux clients par UserEcho
install.packages("slidify")
Installing package into ‘C:/Users/Patrick/Documents/R/win-library/3.1’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘slidify’ is not available (for R version 3.1.1)
I cannot find a version that supports R version 3.1.x)
library(devtools)
install_github('ramnathv/slidify')
library(devtools)
install_github('ramnathv/slidify',ref='dev')
library('devtools')
> install_github('ramnath/slidify')
Downloading github repo ramnath/slidify@master
Error in loadNamespace(name) : there is no package called ‘httr’
I'm not sure why the namespace is a problem.
I've downloaded slidify from github to a zip file and tried installing it again, but it results in the same error.
thank you for the help.