Documentation: version7 -> version6 branch

This commit is contained in:
Roland Hollós 2023-06-20 13:24:20 +00:00 committed by GitHub
parent 708e47a744
commit 6326578617
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,9 +30,9 @@ Then copy the following line into the R session and execute it:
remotes::install_github("hollorol/RBBGCMuso/RBBGCMuso",upgrade="never")
#+END_SRC
We provide support to Biome-BGCMuSo v7 via a separate branch (temporary solution that will eventually be merged into the master branch in the future):
We provide support to Biome-BGCMuSo v6 via a separate branch:
#+BEGIN_SRC R :eval no
remotes::install_github("hollorol/RBBGCMuso/RBBGCMuso",ref="version7",upgrade="never")
remotes::install_github("hollorol/RBBGCMuso/RBBGCMuso",ref="version6",upgrade="never")
#+END_SRC