-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1.07 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
Package: learndfv
Title: Learning tool for 'Dansk Flora og Vegetationsøkologi'
Version: 0.0.0.9000
Authors@R:
person("Asger", "Svenning", , "[email protected]", role = c("cre", "aut"))
Description: A learning app for the bachelors course 'Dansk Flora og
Vegetationsøkologi' in Biology at Aarhus University. The app is
supposed to act as a tool to enhance the learning process for the
names and characteristics of the species in the danish flora as well
as the habitats in which they can be found.
License: MIT + file LICENSE
URL: https://github.com/asgersvenning/Dansk-Flora-App
BugReports: https://github.com/asgersvenning/Dansk-Flora-App/issues
Depends:
R (>= 2.10)
Imports:
config (>= 0.3.1),
dplyr,
golem (>= 0.3.4),
htmltools,
knitr,
magrittr,
rjson,
shiny (>= 1.7.2),
shinyjs,
stringr,
stringi,
tibble,
tidyr
Suggests:
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.2.3