Adding windows binary

This commit is contained in:
Hollos Roland 2018-12-04 14:39:44 +01:00
parent 75f96239e0
commit 5ced44441e
4 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-1
Version: 0.6.0.0-2
Authors@R: person("Roland", "Hollo's", , "hollorol@gmail.com", role = c("aut", "cre"))
Description: What the package does (one paragraph).
Depends: R (>= 2.10)

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

Binary file not shown.

BIN
RBBGCMuso_0.6.0.0-2.zip 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.5.0.0-0.zip", repos = NULL, type = "win.binary")
install.packages("https://github.com/hollorol/RBBGCMuso/raw/master/RBBGCMuso_0.6.0.0-2.zip", repos = NULL, type = "win.binary")