Skip to content
Snippets Groups Projects
Commit f6c94b6e authored by Aurelien Brionne's avatar Aurelien Brionne
Browse files

readme update

parent 514ced2d
No related branches found
No related tags found
No related merge requests found
......@@ -9,11 +9,22 @@ Analysis of egg mechanical properties (eggshell, vitellines membranes).
## Installation
```r
## using install_gitlab
remotes::install_gitlab(
"aurelien.brionne/eggbiomechanic",
host = "forgemia.inra.fr",
build_opts = c("--no-resave-data", "--no-manual")
)
## alternative (from local directory)
# clone package (from prompt)
git clone https://forgemia.inra.fr/aurelien.brionne/eggbiomechanic.git
# build package (from R console)
devtools::build("eggbiomechanic")
# install package (from R console)
install.packages("eggbiomechanic_1.2.tar.gz", repos = NULL, type = "source")
```
## Quick overview
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment