Skip to content

Commit e267cc9

Browse files
committed
Update global.R
making sure devtools is installed correctly
1 parent ef8afba commit e267cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

global.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ source.local.dir(paste0(getwd(),"/R")) # final
3636

3737
# install.packages("devtools")
3838
if(!require(plotly)){
39-
if(!require(devtools)){install.packages(devtools)}
39+
if(!require(devtools)){install.packages("devtools")}
4040
library("devtools")
4141
install_github("ropensci/plotly")
4242
library(plotly)

0 commit comments

Comments
 (0)