-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.11 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
Package: LEEF.2
Type: Package
Title: Data Package Containing Only Data and Data Information
Version: 1.0.0
Authors@R: c(
person(given = "Rainer M.", family = "Krug", email = "[email protected]", role = c("aut", "cre")),
person("SNF Project 310030_188431", role = "fnd")
)
Maintainer: Rainer M. Krug <[email protected]>
BugReports: https://github.com/LEEF-UZH/LEEF/issues
URL: https://github.com/LEEF-UZH/LEEF
Description: Setup package for the LEEF pipeline which loads / installs all necessary packages and functions to run the pipeline.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Additional_repositories: https://leef-uzh.github.io/drat/
Depends:
R (>= 3.5.0),
Imports:
LEEF.2.measurement.conductivity,
LEEF.2.measurement.bemovi,
LEEF.2.measurement.flowcam,
LEEF.2.measurement.flowcytometer,
LEEF.2.measurement.manualcount,
LEEF.2.measurement.o2meter,
LEEF.2.archive.default,
LEEF.2.backend.sqlite,
testthat,
yaml,
drat,
utils,
R.utils,
tools
Suggests:
covr,
knitr,
rmarkdown,
shiny,
shinyFiles
RoxygenNote: 7.2.3
VignetteBuilder: knitr