-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
46 lines (46 loc) · 1.28 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
Package: fieldactivity
Title: An app for keeping track of field activity
Version: 0.2.1
Authors@R: c(person('Henri', 'Kajasilta', email = '[email protected]', role = c('aut', 'cre')),
person('Otto', 'Kuusela', email = '[email protected]', role = 'aut'))
Description: An app for keeping track of field activity in the Field
Observatory project. Built using Shiny, the application allows farmers to
enter information about common farming events like tillage, sowing and
harvest. These event data are stored in .json files, which mostly follow the
ICASA standards for agricultural data.
License: BSD_3_clause + file LICENSE
Imports:
attempt,
bslib,
callr,
config (>= 0.3.1),
DT (>= 0.25),
glue,
golem (>= 0.3.1),
htmlwidgets,
jsonlite,
methods,
pkgload,
processx,
rmarkdown,
shiny (>= 1.6.0),
shinyjs,
shinymanager (>= 1.0.400),
shinyvalidate (>= 0.1.1),
stringr,
tools,
zip
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
URL: https://github.com/PecanProject/fieldactivity
BugReports: https://github.com/PecanProject/fieldactivity/issues
Suggests:
spelling,
testthat (>= 3.0.0),
shinytest,
knitr,
markdown
Config/testthat/edition: 3
Language: en-US
VignetteBuilder: knitr