forked from inbo/inborutils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
67 lines (67 loc) · 2.67 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
64
65
66
67
Package: inborutils
Title: Collection of Useful R Utilities
Version: 0.2.1
Description: While working on research projects, typical small functionalities
are useful across these projects. Instead of copy-pasting these functions in
all indidivual project repositories/folders, this package collects these
functions for reuse by ourself and - if useful - others as well.
Authors@R: c(
person("Hans", "Van Calster", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0001-8595-8426")),
person("Damiano", "Oldoni", role = "aut", email = "[email protected]", comment = c(ORCID = "0000-0003-3445-7562")),
person("Stijn", "Van Hoey", role = "aut", email = "[email protected]", comment = c(ORCID = "0000-0001-6413-3185")),
person("Dimitri", "Brosens", role = "ctb", email = "[email protected]", comment = c(ORCID = "0000-0002-0846-9116")),
person("Peter", "Desmet", role = "ctb", email = "[email protected]", comment = c(ORCID = "0000-0002-8442-8025")),
person("Frank", "Huysentruyt", role = "ctb", email = "[email protected]", comment = c(ORCID = "0000-0002-3071-9126")),
person("Thierry", "Onkelinx", role = "ctb", email = "[email protected]", comment = c(ORCID = "0000-0001-8804-4216")),
person("Floris", "Vanderhaeghe", role = "ctb", email = "[email protected]", comment = c(ORCID = "0000-0002-6378-6229")),
person("Pieter", "Verschelde", role = "ctb", email = "[email protected]", comment = c(ORCID = "0000-0002-9199-421X")),
person("Els", "De Bie", role = "ctb", email = "[email protected]", comment = c(ORCID = "0000-0001-7679-743X")),
person("Nicolas", "Noé", role = "ctb", email = "[email protected]", comment = c(ORCID = "0000-0002-9503-4750")),
person("Els", "Lommelen", role = c("ctb"), email = "[email protected]", comment = c(ORCID = "0000-0002-3481-5684")),
person("Research Institute for Nature and Forest (INBO)", role = "cph", email = "[email protected]")
)
License: MIT + file LICENSE
URL: https://github.com/inbo/inborutils, https://inbo.github.io/inborutils
BugReports: https://github.com/inbo/inborutils/issues
Depends:
R (>= 3.4.0)
Imports:
assertable,
assertthat,
curl,
DBI,
dplyr,
httr,
iterators,
jsonlite,
leaflet,
lubridate,
parallel,
purrr,
readr,
rgbif,
rlang,
RSQLite,
sf,
stats,
stringr,
tibble,
tidyr,
tidyselect
Suggests:
glue,
knitr,
lifecycle,
odbc,
rmarkdown,
sp,
testthat,
ggplot2,
htmlwidgets,
drat,
mockery
LazyData: true
Encoding: UTF-8
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0