Skip to content
Snippets Groups Projects
Commit 17091871 authored by Claus Jonathan Fritzemeier's avatar Claus Jonathan Fritzemeier
Browse files

changes in namespace for cran submission

parent 29af3e4d
Branches easyConstraint
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ Package: sybil ...@@ -2,7 +2,7 @@ Package: sybil
Type: Package Type: Package
Title: Efficient Constrained Based Modelling in R Title: Efficient Constrained Based Modelling in R
Version: 1.3.2 Version: 1.3.2
Date: 2015-10-21 Date: 2015-11-16
Authors@R: c( Authors@R: c(
person(c("C.", "Jonathan"), "Fritzemeier", role = c("cre", "ctb"), email = "clausjonathan.fritzemeier@uni-duesseldorf.de"), person(c("C.", "Jonathan"), "Fritzemeier", role = c("cre", "ctb"), email = "clausjonathan.fritzemeier@uni-duesseldorf.de"),
person("Gabriel", "Gelius-Dietrich", role = c("aut")), person("Gabriel", "Gelius-Dietrich", role = c("aut")),
...@@ -53,7 +53,7 @@ Collate: generics.R validmodelorg.R validoptsol.R validreactId.R ...@@ -53,7 +53,7 @@ Collate: generics.R validmodelorg.R validoptsol.R validreactId.R
sysBiolAlg_lmomaClass.R sysBiolAlg_momaClass.R sysBiolAlg_lmomaClass.R sysBiolAlg_momaClass.R
sysBiolAlg_mtfClass.R sysBiolAlg_mtfEasyConstraintClass.R sysBiolAlg_mtfClass.R sysBiolAlg_mtfEasyConstraintClass.R
sysBiolAlg_roomClass.R sybilLogClass.R sysBiolAlg_roomClass.R sybilLogClass.R
Packaged: 2014-11-19 20:39:37 UTC; gabriel Packaged: 2015-11-16 12:34:14 UTC; jonathan
Author: C. Jonathan Fritzemeier [cre, ctb], Author: C. Jonathan Fritzemeier [cre, ctb],
Gabriel Gelius-Dietrich [aut], Gabriel Gelius-Dietrich [aut],
Rajen Piernikarczyk [ctb], Rajen Piernikarczyk [ctb],
......
...@@ -4,6 +4,10 @@ import(methods) ...@@ -4,6 +4,10 @@ import(methods)
import(Matrix) import(Matrix)
import(lattice) import(lattice)
importFrom("grDevices", "colorRampPalette", "grey")
importFrom("graphics", "arrows", "hist", "points", "polygon", "segments")
importFrom("utils", "combn", "edit", "read.table", "str", "write.table")
exportPattern("^[^\\.]") exportPattern("^[^\\.]")
exportClass( exportClass(
......
...@@ -280,7 +280,7 @@ setMethod("plot", signature(x = "fluxDistribution", y = "missing"), ...@@ -280,7 +280,7 @@ setMethod("plot", signature(x = "fluxDistribution", y = "missing"),
# x1 = c(2, 10, 10), y1 = c(5, 5, 1), # x1 = c(2, 10, 10), y1 = c(5, 5, 1),
# default.units = "native") # default.units = "native")
grid.points(5, 5, pch = 16, size=unit(5, "mm")) grid::grid.points(5, 5, pch = 16, size=grid::unit(5, "mm"))
# default.units = "native") # default.units = "native")
panel.levelplot(...) panel.levelplot(...)
......
...@@ -518,7 +518,7 @@ setMethod("changeRowsBnds", signature(lp = "optObj_cplexAPI"), ...@@ -518,7 +518,7 @@ setMethod("changeRowsBnds", signature(lp = "optObj_cplexAPI"),
if (sum(rng) > 0) { if (sum(rng) > 0) {
rngv <- abs(ub[rng] - lb[rng]) rngv <- abs(ub[rng] - lb[rng])
out <- chgRngValCPLEX(lp@oobj@env, lp@oobj@lp, out <- cplexAPI::chgRngValCPLEX(lp@oobj@env, lp@oobj@lp,
sum(rng), i[rng]-1, rngv) sum(rng), i[rng]-1, rngv)
} }
......
...@@ -5,4 +5,4 @@ The package sybil is a Systems Biology Library for R, implementing algorithms fo ...@@ -5,4 +5,4 @@ The package sybil is a Systems Biology Library for R, implementing algorithms fo
Please consider downloading and installing the package via the R internal package management: Please consider downloading and installing the package via the R internal package management:
`install.packages("sybil")` `install.packages("sybil")`
Alternatively you can visit the [CRAN pakage website](http://cran.r-project.org/web/packages/sybil/index.html). Alternatively you can visit the [CRAN pakage website](http://cran.r-project.org/package=sybil).
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
\alias{sysBiolAlg_mtfEasyConstraint} \alias{sysBiolAlg_mtfEasyConstraint}
\alias{mtfEasyConstraint} \alias{mtfEasyConstraint}
\alias{fbaEasyConstraint} \alias{fbaEasyConstraint}
\alias{EasyConstraint}
\title{Class \code{"sysBiolAlg_fbaEasyConstraint"} and \cr Class \code{"sysBiolAlg_mtfEasyConstraint"}} \title{Class \code{"sysBiolAlg_fbaEasyConstraint"} and \cr Class \code{"sysBiolAlg_mtfEasyConstraint"}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment