More advanced automatic Windows installer
This commit is contained in:
parent
019030e686
commit
9c919c09ec
@ -1,6 +1,6 @@
|
|||||||
Package: RBBGCMuso
|
Package: RBBGCMuso
|
||||||
Title: An R package for BiomeBGC-MuSo ecosystem modelling
|
Title: An R package for BiomeBGC-MuSo ecosystem modelling
|
||||||
Version: 0.6.0.1-0
|
Version: 0.6.1
|
||||||
Authors@R: person("Roland", "Hollo's", , "hollorol@gmail.com", role = c("aut", "cre"))
|
Authors@R: person("Roland", "Hollo's", , "hollorol@gmail.com", role = c("aut", "cre"))
|
||||||
Description: What the package does (one paragraph).
|
Description: What the package does (one paragraph).
|
||||||
Depends: R (>= 3.3.2)
|
Depends: R (>= 3.3.2)
|
||||||
|
|||||||
BIN
RBBGCMuso_0.6.1.zip
Normal file
BIN
RBBGCMuso_0.6.1.zip
Normal file
Binary file not shown.
@ -1,5 +1,4 @@
|
|||||||
basePackages <- c("dplyr","digest","ggplot2","shiny","latex2expr",
|
install.packages(c("dplyr","digest","ggplot2","shiny","latex2expr",
|
||||||
"magrittr","tibble","tidyr","limSolve")
|
"magrittr","tibble","tidyr","limSolve"))
|
||||||
install.packages(basePackages)
|
.RBBGCMusoVersion <- gsub("Version\\:\\s","",grep("Version",readLines("https://github.com/hollorol/RBBGCMuso/raw/master/RBBGCMuso/DESCRIPTION"),value=TRUE))
|
||||||
install.packages("https://github.com/hollorol/RBBGCMuso/raw/master/RBBGCMuso_0.6.0.1-0.zip", repos = NULL, type = "win.binary")
|
install.packages(paste0("https://github.com/hollorol/RBBGCMuso/raw/master/RBBGCMuso_",.RBBGCMusoVersion,".zip"), repos = NULL, type = "win.binary")
|
||||||
rm(basePackages)
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user