Skip to content
Snippets Groups Projects
Commit 8f062aa8 authored by thierry balliau's avatar thierry balliau
Browse files

maj mcqrUpdater for liam branch

parent 90b5ea55
No related branches found
No related tags found
No related merge requests found
update.mcqr <- function(){
olddir = getwd()
setwd("/home/le_goffic/mcqr")
setwd("/home/thierry/dev_script/masschroqr/")
system("R CMD build MCQR")
setwd(olddir)
if ("MCQR" %in% names(sessionInfo()$otherPkgs)){
......@@ -9,7 +9,7 @@ update.mcqr <- function(){
if(is.element("MCQR", installed.packages()[,1])){
remove.packages("MCQR")
}
install.packages("/home/thierry/dev_script/masschroqr/MCQR_0.6.4.tar.gz", repos = NULL, type = "source")
install.packages("/home/thierry/dev_script/masschroqr/MCQR_0.6.5.tar.gz", repos = NULL, type = "source")
library(MCQR)
mcq.set.max.threads(8)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment