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
Authors@R: c(person(given="Tobias",
                    family="Pilz",
                    email="topilz@pik-potsdam.de",
                    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
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
NeedsCompilation: yes
Packaged: 2022-02-07 15:30:43 UTC; tobias
Author: Tobias Pilz [aut, cre] (<https://orcid.org/0000-0002-5641-3918>),
  Potsdam Institute for Climate Impact Research (PIK) [cph, fnd]
Maintainer: Tobias Pilz <topilz@pik-potsdam.de>
Repository: CRAN
Date/Publication: 2022-02-07 15:50:02 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-17 18:49:20 UTC; windows
Archs: i386, x64
