This R package implements a client for Capsis Web API. It allows running simple simulation with the Capsis platform. At the moment, there are only two models available: Artemis-2009 and Artemis-2014
Further information about the Capsis platform is available at https://capsis.cirad.fr/capsis/home.
Artemis-2009
Copyright © 2008-2012 Gouvernement du Québec
Copyright © 2012-2025 His Majesty the King in right of Canada
Authors: Jean-François Lavoie (Arcane Technologies) and Mathieu Fortin (Canadian Forest Service)
Artemis-2014
Copyright © 2014-2025 Gouvernement du Québec
Capsis Web API and the CapsisWebAPI4R package
Copyright © 2022-2025 His Majesty the King in Right of Canada
These software source code files, binaries, and HTML help documentation are free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
These software source code files, binaries, and HTML help documentation are distributed with the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License at https://www.gnu.org/licenses/lgpl-3.0.en.html for more details.
Please see our wiki at https://github.com/CWFC-CCFB/CapsisWebAPI4R/wiki.
You can report any bug at https://github.com/CWFC-CCFB/CapsisWebAPI4R/issues.
Mathieu Fortin (mathieu.fortin@nrcan-rncan.gc.ca)
All you need to install is the CapsisWebAPI4R package and this can be done through the remotes package, which is available in CRAN.
Once the remotes package has been installed, you just have to enter:
remotes::install_github("CWFC-CCFB/CapsisWebAPI4R")