-
-
Notifications
You must be signed in to change notification settings - Fork 106
Description
Date accepted: 2024-06-09
Submitting Author Name: Salvador Fernández Bejarano
Submitting Author Github Handle: @salvafern
Other Package Authors Github handles: (comma separated, delete if none) @lottepohl
Repository: https://github.com/lifewatch/mregions2
Version submitted:
Submission type: Standard
Editor: @jooolia
Reviewers: @Kattuvan, @sheilasaia
Due date for @sheilasaia: 2023-06-21
Archive: TBD
Version accepted: TBD
Language: en
- Paste the full DESCRIPTION file inside a code block below:
Package: mregions2
Type: Package
Title: Access Data from Marineregions.org: The Marine Regions Gazetteer and the Marine Regions Data Products
Version: 1.0.0
Authors@R: c(
person(given = "Salvador", family = "Fernandez-Bejarano", role = c("aut", "cre"),
email = "salvador.fernandez@vliz.be",
comment = c(ORCID = "0000-0003-0535-7677", github = "salvafern")),
person(given = "Lotte",family = "Pohl", role = "aut",
email = "lotte.pohl@imbrsea.eu",
comment = c(ORCID = "0000-0002-7607-7018", github = "whaleshark99")),
person("LifeWatch Belgium", role = "fnd", comment = "https://lifewatch.be")
)
Maintainer: Salvador Fernandez-Bejarano <salvador.fernandez@vliz.be>
Description: Explore and retrieve marine geo-spatial data from the Marine Regions Gazetteer and the Marine Regions Data Products, including the Maritime Boundaries.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Config/testthat/edition: 3
Imports:
checkmate,
glue,
httr2,
magrittr,
sf,
utils,
rdflib,
ISOcodes,
memoise,
cli,
dplyr,
xml2,
wrapr,
methods,
curl,
digest
RoxygenNote: 7.2.0
URL: https://github.com/lifewatch/mregions2,
https://lifewatch.github.io/mregions2/
BugReports: https://github.com/lifewatch/mregions2/issues
Suggests:
ows4R (>= 0.3),
httptest2,
jsonlite,
knitr,
leaflet,
leaflet.extras2,
mapview,
mregions,
rmarkdown,
testthat,
wk,
purrr,
withr
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Depends:
R (>= 2.10)
Scope
- Please indicate which category or categories from our package fit policies this package falls under: (Please check an appropriate box below. If you are unsure, we suggest you make a pre-submission inquiry.):
- data retrieval
- data extraction
- data munging
- data deposition
- data validation and testing
- workflow automation
- version control
- citation management and bibliometrics
- scientific software wrappers
- field and lab reproducibility tools
- database software bindings
- geospatial data
- text analysis
- Explain how and why the package falls under these categories (briefly, 1-2 sentences):
This package reads the Marine Regions Gazetteer and the Marine Regions Data Products via a REST API and OGC web services respectively. The data is mostly geospatial as it contains locations of marine places in the world.
- Who is the target audience and what are scientific applications of this package?
The main purpose of Marine Regions is to serve as the geographical backbone of biodiversity databases such as WoRMS or EurOBIS, hence the main user will be scientists that want to geo-reference their research. But it can also be useful for industry, policy and law makers.
- Are there other R packages that accomplish the same thing? If so, how does yours differ or meet our criteria for best-in-category?
There is already a package to read Marine Regions. The need for this second package is explained in one of the package's articles: Why mregions2? . It was also discussed beforehand that a new package was the best approach: ropensci-archive/mregions#62 (Mostly to not break compatibility)
- (If applicable) Does your package comply with our guidance around Ethics, Data Privacy and Human Subjects Research?
In general I think this does not apply. The only data being collected from users is the user-agent in all HTTP requests. This gets the environment variable HTTPUserAgent via getOption() in mr_user_agent
On the other hand, Marine Regions has sensitive data products such as the maritime boundaries. It is stated clearly on our disclaimer that the data has no legal value whatsoever.
- If you made a pre-submission inquiry, please paste the link to the corresponding issue, forum post, or other discussion, or @tag the editor you contacted.
- Explain reasons for any
pkgcheckitems which your package is unable to pass.
Technical checks
Confirm each of the following by checking the box.
- I have read the rOpenSci packaging guide.
- I have read the author guide and I expect to maintain this package for at least 2 years or to find a replacement.
This package:
- does not violate the Terms of Service of any service it interacts with.
- has a CRAN and OSI accepted license.
- contains a README with instructions for installing the development version.
- includes documentation with examples for all functions, created with roxygen2.
- contains a vignette with examples of its essential functions and uses.
- has a test suite.
- has continuous integration, including reporting of test coverage.
Publication options
-
Do you intend for this package to go on CRAN?
-
Do you intend for this package to go on Bioconductor?
-
Do you wish to submit an Applications Article about your package to Methods in Ecology and Evolution? If so:
MEE Options
- The package is novel and will be of interest to the broad readership of the journal.
- The manuscript describing the package is no longer than 3000 words.
- You intend to archive the code for the package in a long-term repository which meets the requirements of the journal (see MEE's Policy on Publishing Code)
- (Scope: Do consider MEE's Aims and Scope for your manuscript. We make no guarantee that your manuscript will be within MEE scope.)
- (Although not required, we strongly recommend having a full manuscript prepared when you submit here.)
- (Please do not submit your package separately to Methods in Ecology and Evolution)
Code of conduct
- I agree to abide by rOpenSci's Code of Conduct during the review process and in maintaining my package should it be accepted.