From 243fc79fc62a84adfbabdc30a3b28b245a1444cb Mon Sep 17 00:00:00 2001 From: Mayo Roettger <mayo.roettger@uni-duesseldorf.de> Date: Wed, 25 Mar 2020 13:53:37 +0100 Subject: [PATCH] Quoted SBML and FBC in DESCRIPTION file --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0acff54..f51d6bd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: sybilSBML Type: Package -Title: SBML Integration in Package 'Sybil' +Title: 'SBML' Integration in Package 'Sybil' Version: 3.1.1 Date: 2020-03-25 Authors@R: c(person("Mayo", "Roettger", role = "cre", email = "mayo.roettger@hhu.de"), @@ -12,7 +12,7 @@ Maintainer: Mayo Roettger <mayo.roettger@hhu.de> Depends: R (>= 2.14.2), Matrix, sybil (>= 2.0.0) SystemRequirements: libSBML-core-plus-packages (>= 5.16) Imports: methods -Description: 'SBML' (Systems Biology Markup Language) with FBC (Flux Balance Constraints) integration in 'sybil'. Many constraint based metabolic models are published in 'SBML' format ('*.xml'). Herewith is the ability to read, write, and check 'SBML' files in 'sybil' provided. +Description: 'SBML' (Systems Biology Markup Language) with 'FBC' (Flux Balance Constraints) integration in 'sybil'. Many constraint based metabolic models are published in 'SBML' format ('*.xml'). Herewith is the ability to read, write, and check 'SBML' files in 'sybil' provided. License: GPL-3 | file LICENSE LazyLoad: yes Collate: generics.R sbmlPtrClass.R sbmlErrorClass.R sybilSBML.R -- GitLab