-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1.03 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: CoastCR
Type: Package
Version: 1.2.0
Title: Coastal Changes Estimation Based on Baseline and Transect Approach
Authors@R: c(
person("Alejandro", "Gomez-Pazo", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7974-3207")),
person("Andres", "Payo", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0001-5596-3953")),
person("M.Victoria", "Paz-Delgado", role = "aut"))
Maintainer: Alejandro Gomez-Pazo <[email protected]>
Description: Computing coastline time series and trend analysis using the
baseline and transect approach. This tool is a part of ODSAS
(Open Digital Shoreline Analysis System v1.0) introduced in
Gomez-Pazo et al. (2021) <doi:10.3390/jmse10010026>.
License: GPL (>= 3)
URL: https://github.com/alejandro-gomez/CoastCR
BugReports: https://github.com/alejandro-gomez/CoastCR/issues
Encoding: UTF-8
Imports: sf, dplyr, tidyverse, tidyr, stringr, qwraps2, psych
RoxygenNote: 7.2.3
Suggests:
spelling,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Language: en-US