Commit ef7f5cbe authored by Grelot Frederic's avatar Grelot Frederic :swimmer_tone5:
Browse files

MAJ README

parent 413897c9
No related merge requests found
Showing with 8 additions and 29 deletions
+8 -29
...@@ -37,36 +37,15 @@ In this context, the development of **floodam.data** has received the support of ...@@ -37,36 +37,15 @@ In this context, the development of **floodam.data** has received the support of
You can download and install it from this archive: You can download and install it from this archive:
[www.floodam.org/library/floodam.data_0.9.43.0.tar.gz](http://www.floodam.org/library/floodam.data_0.9.43.0.tar.gz). [www.floodam.org/library/floodam.data_0.9.43.0.tar.gz](http://www.floodam.org/library/floodam.data_0.9.43.0.tar.gz).
For instance, in a linux environment, you can use those bash instructions: For instance, from a terminal, the command you can use is:
``` ```{.bash filename="terminal"}
# without devtools R -e "install.packages(
wget www.floodam.org/library/floodam.data_0.9.43.0.tar.gz pkgs = 'http://www.floodam.org/library/floodam.data_0.9.43.0.tar.gz',
R -e "install.packages(pkgs = 'floodam.data_0.9.43.0.tar.gz', type = 'source', repos = NULL, dependencies = TRUE)" type = 'source',
rm floodam.data_0.9.43.0.tar.gz repos = NULL,
dependencies = TRUE)"
# with devtools
R -e "devtools::install_url('www.floodam.org/library/floodam.data_0.9.43.0.tar.gz')"
```
In case you are not using a linux environment, you can do the same within a R session:
``` ```
# without devtools
archive = "floodam.data_0.9.43.0.tar.gz"
url = file.path("www.floodam.org/library", archive)
download.file(url = url, destfile = archive)
install.packages(pkgs = archive, type = 'source', repos = NULL, dependencies = TRUE)
unlink(archive)
# with devtools
devtools::install_url('www.floodam.org/library/floodam.data_0.9.43.0.tar.gz')
```
## How to get **floodam.data** ?
For the moment, ask us. It will be public soon.
## How to help for the development of **floodam.data** ## How to help for the development of **floodam.data**
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment