-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 1.09 KB
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 1.09 KB
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
Package: PFTCFunctions
Type: Package
Title: Functions for PFTC Data
Version: 0.1.3
Authors@R: c(
person(given = c("Aud", "Helen"), "Halbritter", email = "aud.halbritter@uib.no", role = c("aut", "cre"),
comment = c(ORCID = "https://orcid.org/0000-0003-2597-6328")),
person(given = c("Richard", "James"), "Telford", email = "richard.telford@uib.no", role = c("aut"),
comment = c(ORCID = "https://orcid.org/0000-0001-9826-3076"))
)
Maintainer: Aud H. Halbritter <me@audhalbritter.com>
Description: This package contains useful functions for the PFTC data analysis. For example creating a unique envelope ID.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/Plant-Functional-Trait-Course/PFTCFunctions
Bugs: https://github.com/Plant-Functional-Trait-Course/PFTCFunctions/issues
Imports:
dplyr,
tidyr,
rlang,
purrr,
glue,
fs
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Depends: R (>= 2.10)
Suggests:
testthat (>= 2.1.0),
baRcodeR,
dataDownloader (>= 0.0.0.9000)
Remotes:
Between-the-Fjords/dataDownloader