-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
25 lines (25 loc) · 880 Bytes
/
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
Package: eva3dm
Type: Package
Title: Evaluation of 3D Meteorological and Air Quality Models
Version: 0.99.1
Date: 2024-11-24
Description: Provides tools for post-process, evaluate and visualize results from 3d Meteorological and Air Quality models against point observations (i.e. surface stations) and grid (i.e. satellite) observations.
Authors@R: c(
person(given = "Daniel",
family = "Schuch",
role = c("aut", "cre"),
email = "underschuch@gmail.com",
comment = c(ORCID = "0000-0001-5977-4519"))
)
Maintainer: Daniel Schuch <underschuch@gmail.com>
License: MIT + file LICENSE
Imports: terra, ncdf4, utils
Suggests:
riem,
testthat (>= 3.0.0)
Encoding: UTF-8
BugReports: /~https://github.com/Schuch666/eva3dm/issues/
RoxygenNote: 7.3.2
Depends: R (>= 3.5.0)
URL: https://schuch666.github.io/eva3dm/
Config/testthat/edition: 3