Version change and windows binary package

This commit is contained in:
hollorol 2019-01-15 21:10:45 +01:00
parent 2b66f9e1a7
commit 4efed52ad8
5 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Package: RBBGCMuso
Title: An R package for BiomeBGC-MuSo ecosystem modelling
Version: 0.6.0.0-3
Version: 0.6.0.1-0
Authors@R: person("Roland", "Hollo's", , "hollorol@gmail.com", role = c("aut", "cre"))
Description: What the package does (one paragraph).
Depends: R (>= 3.3.2)

BIN
RBBGCMuso_0.6.0.0-3.tar.gz Normal file

Binary file not shown.

BIN
RBBGCMuso_0.6.0.1-0.tar.gz Normal file

Binary file not shown.

View File

@ -1,4 +1,4 @@
basePackages <- c("dplyr","digest","ggplot2","shiny","latex2expr",
"magrittr","tibble","tidyr")
install.packages(basePackages)
install.packages("https://github.com/hollorol/RBBGCMuso/raw/master/RBBGCMuso_0.6.0.0-2.zip", repos = NULL, type = "win.binary")
install.packages("https://github.com/hollorol/RBBGCMuso/raw/master/RBBGCMuso_0.6.0.1-0.zip", repos = NULL, type = "win.binary")