... | @@ -29,6 +29,10 @@ Developers: |
... | @@ -29,6 +29,10 @@ Developers: |
|
The user manual can be downloaded from [CRAN]([pdf] (https://cran.r-project.org/web/packages/s2dverification/s2dverification.pdf)).
|
|
The user manual can be downloaded from [CRAN]([pdf] (https://cran.r-project.org/web/packages/s2dverification/s2dverification.pdf)).
|
|
|
|
|
|
#### [Dissemination] (disemination)
|
|
#### [Dissemination] (disemination)
|
|
|
|
|
|
|
|
Slides on s2dverification from the tools meeting held on 2014/11/03: [SPECS] ([pdf] (https://earth.bsc.es/wiki/lib/exe/fetch.php?media=tools:s2dverification:s2dverification-specs_ga.pdf)
|
|
|
|
|
|
|
|
|
|
#### [Development] (development)
|
|
#### [Development] (development)
|
|
|
|
|
|
### Package structure
|
|
### Package structure
|
... | @@ -45,3 +49,11 @@ In the 's2dverification' project main folder you can see a few files that fulfil |
... | @@ -45,3 +49,11 @@ In the 's2dverification' project main folder you can see a few files that fulfil |
|
- File 'DESCRIPTION': Contains general information about the package, dependencies, authorship, etc. and is looked up automatically in the package build stage.
|
|
- File 'DESCRIPTION': Contains general information about the package, dependencies, authorship, etc. and is looked up automatically in the package build stage.
|
|
|
|
|
|
- File 'NAMESPACE': Specifies what variable names are used from outside the package and what variable names are provided to the outside.
|
|
- File 'NAMESPACE': Specifies what variable names are used from outside the package and what variable names are provided to the outside.
|
|
|
|
|
|
|
|
### How to develop
|
|
|
|
|
|
|
|
Download the repository folder to your computer ( git clone https://earth.bsc.es/gitlab/es/s2dverification.git <local_folder> ).
|
|
|
|
|
|
|
|
Using GitLab and according to the GIT branching and testing strategy introduced in 2014/11, every time you want to perform a new development, you must follow the steps in the image, explained in detail below.
|
|
|
|
|
|
|
|
### Developer steps |
|
|
|
\ No newline at end of file |