README.md

GitHub issues GitHub license

dbs-package

Accessory functions in R to support DBSolveOptimum

The package provides the extended facilities for DBSolveOptimum users. It has two main purposes: (1) the creation and analysis of DBsolveOptimum inputs and outputs for multiple simulations and statistical analysis, (2) the import/export DBSolveOptimum model and data files from/to different formats.

DBSolveOptimum is a tool for construction and analysis of mathematical models of biological systems http://insysbio.com/en/software/db-solve-optimum

Installation

From binaries (Windows, R 4.2.1):

Download binaries from https://github.com/insysbio/dbs-package/raw/master/dist/dbs_0.9.1.zip

# install from file
install.packages("dbs_0.9.1.zip", repos = NULL)

From sources (all versions):

# install devtools to simplify installation from Github
install.packages("devtools")
# install from github
devtools::install_github("insysbio/dbs-package")

Troubles in Windows

if something goes wrong try to run

options(download.file.method = "wininet")

and then devtools::install_github("insysbio/dbs-package").

See more here: https://support.rstudio.com/hc/en-us/articles/206827897-Secure-Package-Downloads-for-R

Documentation

dbs-manual.pdf

License

MIT

Authors

Copyright: InSysBio, LLC



insysbio/dbs-package documentation built on Aug. 4, 2022, 2:11 p.m.