... | @@ -94,14 +94,19 @@ conda install -c conda-forge r-"package name" |
... | @@ -94,14 +94,19 @@ conda install -c conda-forge r-"package name" |
|
The IMMA data format is used for the disemmination of the ICOADS marine data.
|
|
The IMMA data format is used for the disemmination of the ICOADS marine data.
|
|
The R-package **imma** provides function to apply quality control to the ICOADS data.
|
|
The R-package **imma** provides function to apply quality control to the ICOADS data.
|
|
|
|
|
|
Must be installed manually by getting the .tar.gz file and running the following
|
|
Must be installed manually by getting the .tar.gz file from the [package repository](https://git.noc.ac.uk/ricorne/imma)
|
|
script once your conda environment has been activated:
|
|
and running the following script once your conda environment has been activated:
|
|
|
|
|
|
~~~
|
|
~~~
|
|
conda install ./imma_0.0.1.tar.gz
|
|
conda install ./imma-master.tar.gz
|
|
if the above doesn't work try R CMD INSTALL imma_0.0.1.tar.gz within the environment
|
|
|
|
~~~
|
|
~~~
|
|
|
|
|
|
|
|
if the above doesn't work try:
|
|
|
|
|
|
|
|
~~~
|
|
|
|
R CMD INSTALL imma-master.tar.gz
|
|
|
|
~~~
|
|
|
|
|
|
**Install the repository itself**
|
|
**Install the repository itself**
|
|
----------------------------------
|
|
----------------------------------
|
|
|
|
|
... | | ... | |