daDoctoR/update local version.R

14 lines
155 B
R
Raw Normal View History

2018-10-10 15:13:23 +02:00
# Install new version
# Remove
remove.packages("daDoctoR")
.rs.restartR()
setwd("/")
devtools::install_github('agdamsbo/daDoctoR')
library(daDoctoR)
2018-10-11 09:07:01 +02:00