We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef8afba commit e267cc9Copy full SHA for e267cc9
global.R
@@ -36,7 +36,7 @@ source.local.dir(paste0(getwd(),"/R")) # final
36
37
# install.packages("devtools")
38
if(!require(plotly)){
39
- if(!require(devtools)){install.packages(devtools)}
+ if(!require(devtools)){install.packages("devtools")}
40
library("devtools")
41
install_github("ropensci/plotly")
42
library(plotly)
0 commit comments