knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
The initial step is to create an issue. Select the option "New Data Submission Request". Follow the guidelines in the template.
All pull requests will be reviewed by a team member
To process issues flagged as "New Data Submission Request" and add them to the NEFSCspatial
package you will need to clone the repository, create a branch, then a pull request.
data-raw
folder to convert the shapefile (.shp) file into the required format. If the spatial data is not a shapefile then you will need to include processing scripts.R
folder. Documentation should consist of a single file with the extension .R
with a file name data_shapefilename.R
, where shapefilename
is the name of the rda
object.pkgdown/_pkgdown.yml
file under the heading Spatial data
Development
section of the pull requestIf you do not have access to contribute to the repository you can either wait for a team memeber to contact you regarding your data request or you can create a pull request. If you choose to create a pull request you will need to fork
the repository, create a branch, then a pull request.
data-raw
folder to convert your shapefile (.shp) file into the required format. If the spatial data is not a shapefile then you will need to include processing scripts.R
folder. Documentation should consist of a single file with the extension .R
with a file name data_shapefilename.R
, where shapefilename
is the name of the rda
object.pkgdown/_pkgdown.yml
file under the heading Spatial data
Development
section of the pull requestAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.