-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
85 lines (85 loc) · 3.62 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Package: inborutils
Title: Collection of Useful R Utilities
Version: 0.4.0
Authors@R: c(
person("Hans", "Van Calster", , "hans.vancalster@inbo.be", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8595-8426", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Damiano", "Oldoni", , "damiano.oldoni@inbo.be", role = "aut",
comment = c(ORCID = "0000-0003-3445-7562", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Stijn", "Van Hoey", , "stijnvanhoey@gmail.com", role = "aut",
comment = c(ORCID = "0000-0001-6413-3185", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Dimitri", "Brosens", , "dimitri.brosens@inbo.be", role = "ctb",
comment = c(ORCID = "0000-0002-0846-9116", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Peter", "Desmet", , "peter.desmet@inbo.be", role = "ctb",
comment = c(ORCID = "0000-0002-8442-8025", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Frank", "Huysentruyt", , "frank.huysentruyt@inbo.be", role = "ctb",
comment = c(ORCID = "0000-0002-3071-9126", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Thierry", "Onkelinx", , "thierry.onkelinx@inbo.be", role = "ctb",
comment = c(ORCID = "0000-0001-8804-4216", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Floris", "Vanderhaeghe", , "floris.vanderhaeghe@inbo.be", role = "ctb",
comment = c(ORCID = "0000-0002-6378-6229", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Pieter", "Verschelde", , "pieter.verschelde@inbo.be", role = "ctb",
comment = c(ORCID = "0000-0002-9199-421X", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Els", "De Bie", , "els.debie@inbo.be", role = "ctb",
comment = c(ORCID = "0000-0001-7679-743X", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Nicolas", "Noé", , "nicolas.noe@inbo.be", role = "ctb",
comment = c(ORCID = "0000-0002-9503-4750", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Els", "Lommelen", , "els.lommelen@inbo.be", role = "ctb",
comment = c(ORCID = "0000-0002-3481-5684", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Research Institute for Nature and Forest (INBO)", , , "info@inbo.be", role = c("cph", "fnd"))
)
Description: While working on research projects, typical small
functionalities are useful across these projects. Instead of
copy-pasting these functions in all individual project
repositories/folders, this package collects these functions for reuse
by ourself and - if useful - others as well.
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,
purrr,
readr,
rgbif,
rlang,
RSQLite,
sf,
stats,
stringr,
tibble,
tidyr,
tidyselect
Suggests:
drat,
ggplot2,
glue,
htmlwidgets,
knitr,
lifecycle,
mockery,
odbc,
rmarkdown,
sp,
testthat,
withr
VignetteBuilder:
knitr
Config/checklist/communities: inbo
Config/checklist/keywords: helper functions; utilities; coding club
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3