Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholascarey committed Nov 18, 2021
1 parent f129ae1 commit 85d39e9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# WKBIOPTIM4
Fourth Workshop on Optimization of Biological Sampling

## Installation

You can install `BIOPTIMtools` by running this code in `R`:

``` r
# (only required if devtools is not already installed)
install.packages("devtools")

# Install BIOPTIMtools
devtools::install_github("ices-eg/WKBIOPTIM4")
```

## Example

``` r
library(BIOPTIMtools)


```

0 comments on commit 85d39e9

Please sign in to comment.