-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.25 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
Package: chronosphere
Type: Package
Title: Evolving Earth System Variables
Version: 0.6.0
Authors@R: c(
person(given="Adam T.", family="Kocsis", role=c("cre", "aut"),
email="adam.t.kocsis@gmail.com", comment=c(ORCID="0000-0002-9028-665X")),
person(given="Nussaibah B.", family="Raja", role=c("aut"), comment=c(ORCID="0000-0002-0000-3944")),
person(given="Deutsche Forschungsgemeinschaft", role="fnd"),
person(given="FAU GeoZentrum Nordbayern", role="fnd"))
Maintainer: Adam T. Kocsis <adam.t.kocsis@gmail.com>
Description: The implemented functions allow the query, download, and import of remotely-stored and version-controlled data items. The inherent meta-database maps data files and import code to programming classes and allows access to these items via files deposited in public repositories. The purpose of the project is to increase reproducibility and establish version tracking of results from (paleo)environmental/ecological research.
License: CC BY 4.0
Collate:
global.R
attributes.R
call.R
datasets.R
fetching.R
info.R
utility.R
zzz.R
Date: 2023-08-14
BugReports: https://github.com/chronosphere-info/r_client/issues
Encoding: UTF-8
Depends:
R (>= 3.5.0)
Imports:
utils,
tools
NeedsCompilation: no
RoxygenNote: 7.2.3
Suggests:
curl,
tinytest