-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.19 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
Package: ConSciR
Type: Package
Title: Tools for Conservation Science
Version: 0.1.0
Authors@R: c(
person("Bhavesh", "Shah", , "bhaveshshah01@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8673-0589")),
person("Annelies", "Cosaert", , "", role = c("aut"),
comment = c(ORCID = "0009-0004-1269-4465")),
person("Emily R", "Long", , "", role = c("ctb"),
comment = c(ORCID = "0000-0003-3162-4521"))
)
Maintainer: Bhavesh Shah <bhaveshshah01@gmail.com>
Description: Data science toolbox for conservation science.
Tools to help conservators, scientists and engineers in cultural heritage.
Data accepted so far - temperature, relative humidity, light.
Currently under development.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
VignetteBuilder: knitr
URL: https://bhavshah01.github.io/ConSciR/
BugReports: https://github.com/BhavShah01/ConSciR/issues
Config/testthat/edition: 3
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
bslib
Imports:
stats,
tools,
tidyr,
readr,
readxl,
stringr,
rlang,
shiny,
ggplot2,
dplyr,
lubridate,
padr
Depends:
R (>= 2.10)