-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.3 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Package: telemac
Type: Package
Title: R Interface to the TELEMAC Model Suite
Description: An R interface to the TELEMAC suite for modelling
of free surface flow. This includes methods for model initialisation, simulation,
and visualisation. So far only the TELEMAC-2D module for 2-dimensional hydrodynamic
modelling is implemented.
Version: 0.1.1.9000
Authors@R: c(person(given="Tobias",
family="Pilz",
email="[email protected]",
role=c("aut","cre"),
comment = c(ORCID = "0000-0002-5641-3918")),
person(given="Potsdam Institute for Climate Impact Research (PIK)",
role=c("cph", "fnd")))
URL: https://github.com/tpilz/telemac
BugReports: https://github.com/tpilz/telemac/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports:
data.table,
dplyr (>= 1.0.0),
fs,
gstat,
magrittr,
purrr,
raster,
Rcpp,
rlang,
sf,
sp,
stringr,
sys,
tidyr (>= 1.0.0),
tidyselect
Suggests:
knitr,
rgdal,
rmarkdown,
RTriangle,
stars,
terrainmeshr,
tidyverse,
testthat (>= 3.0.0),
covr,
spelling
RoxygenNote: 7.1.2
VignetteBuilder: knitr
LinkingTo:
Rcpp, RcppArmadillo
Config/testthat/edition: 3
Language: en-US