Description
An Interface Between the 'FSKX' Standard and 'R'.
Description
Functions for importing, creating, editing and exporting 'FSK' files <https://foodrisklabs.bfr.bund.de/fskx-food-safety-knowledge-exchange-format/> using the 'R' programming environment. Furthermore, it enables users to run simulations contained in the 'FSK' files and visualize the results.
README.md
FSK2R
R package for reading/writing FSK-ML models.
FSK2R is an R package that enables users to work with FSK-ML models and data in R. Some of its features are:
- Model import and export
- Model creation
- Model edition
- Running simulations
- Visualizing results
FSK2R has been initiated and provided by the Federal Institute for Risk Assessment, BfR (Berlin, Germany), and Universidad Politécnica de Cartagena, UPCT (Cartagena, Spain). It is in beta status. Before using the software you have to read and accept the license and disclaimer. If you do not agree, do not use this software.
Development version
The development version can be installed with devtools from GitLab.
# install.packages("devtools")
devtools::install_gitlab('miguelalba/fsk2r')