From 51009885140acc5ce8b25a35a597cd9adcff7455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20BARCZA?= Date: Tue, 10 Dec 2019 10:54:40 +0100 Subject: [PATCH] minor change --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 352ecd9..2fc0d59 100644 --- a/README.org +++ b/README.org @@ -5,7 +5,7 @@ * The RBBGCMuso Package #+AUTHOR: Roland HOLLÓS, Dóra HIDY, Zoltán BARCZA -*Current version: 0.6.3.0* +*Current version: 0.7.0* RBBGCMuso is an R package which supports the easy but powerful application of the [[http://agromo.agrar.mta.hu/bbgc/][Biome-BGCMuSo]] biogeochemical model in R environment. It also provides some additional tools for the model such as Biome-BGCMuSo optimized Monte-Carlo simulation and global sensitivity analysis. If you would like to use the framework, please read the following description. @@ -24,7 +24,7 @@ install.packages("devtools") Then copy the following line into the R session and execute it: #+BEGIN_SRC R :eval no -devtools::install_github("hollorol/RBBGCMuso/RBBGCMuso") +devtools::install_github("hollorol/RBBGCMuso/RBBGCMuso",upgrade="never") #+END_SRC In Debian (version 8+) you can automate the whole installation process with curl via copying the following line into the Linux terminal: