-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
63 lines (63 loc) · 1.48 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Package: n2khelper
Title: Auxiliary Functions for the Analysis and Reporting of the Natura 2000
Monitoring
Version: 0.4.2
Date: 2018-10-02
Authors@R: c(
person(
"Thierry", "Onkelinx", role = c("aut", "cre"),
email = "thierry.onkelinx@inbo.be",
comment = c(ORCID = "0000-0001-8804-4216")),
person(
family = "Research Institute for Nature and Forest",
role = c("cph", "fnd"), email = "info@inbo.be"))
Description: Auxiliary functions for analysing Natura 2000 monitoring data.
URL: https://doi.org/10.5281/zenodo.835732
BugReports: https://github.com/inbo/n2khelper/issues
Depends:
R (>= 3.2.0)
Imports:
assertthat,
DBI,
dplyr,
git2r,
lubridate,
lazyeval,
methods,
plyr,
rlang,
RODBC,
tidyr
License: GPL-3
LazyData: true
Suggests:
testthat
Collate:
'check_character.R'
'check_dataframe_covariate.R'
'check_dataframe_variable.R'
'check_dbtable.R'
'check_dbtable_variable.R'
'check_id.R'
'check_path.R'
'check_single_character.R'
'check_single_logical.R'
'check_single_numeric.R'
'check_single_posix.R'
'check_single_probability.R'
'connect_result.R'
'cut_date.R'
'get_nbn_key.R'
'get_nbn_key_multi.R'
'get_nbn_name.R'
'gitConnection_class.R'
'git_connect.R'
'git_connection.R'
'is_chartor.R'
'match_nbn_key.R'
'odbc_connect.R'
'odbc_get_id.R'
'odbc_get_multi_id.R'
'odbc_insert.R'
'read_object_environment.R'
RoxygenNote: 6.0.1