Skip to content

Commit

Permalink
updated readme on how to access the vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
jotech authored Oct 26, 2024
1 parent 05ec80e commit f41a3a6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Install cobrar (in *R*):

``` r
# install.packages("remotes")
remotes::install_github("Waschina/cobrar")
remotes::install_github("Waschina/cobrar", build_vignettes = TRUE)
```

#### Centos/Fedora/RHEL
Expand Down Expand Up @@ -91,6 +91,13 @@ conda install bioconda::r-cobrar
The full documentation including illustrative examples is available
[here](https://waschina.github.io/cobrar/).

The vignettes of the package can also be accessed
```r
library(cobrar)
vignette(package = "cobrar")
vignette(topic = "cobrar")
```

A simple Flux Balance Analysis (FBA) for the core metabolism of
*Escherichia coli*:

Expand Down

0 comments on commit f41a3a6

Please sign in to comment.