Installation

For installation of the CellNOptR package, open R and type:

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("CellNOptR", version = "3.8")

Other CNO formalisms are extension of the CellNOptR package and can only be installed after CellNOptR is present on the library of R packages:

To install CNORdt package, start R and enter:

## try http:// if https:// URLs are not supported
if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("CNORdt", version = "3.8")

To install CNORfeeder package, start R and enter:

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("CNORfeeder", version = "3.8")

To install CNORfuzzy package, start R and enter:

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("CNORfuzzy", version = "3.8")

To install CNORode package, start R and enter:

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("CNORode", version = "3.8")