-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 917 Bytes
/
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
Package: envimaR
Type: Package
Title: Utility functions to configure standard project environments in labs
Version: 0.1.0
Authors@R:
c(person(given = "Thomas",
family = "Nauss",
role = c("aut", "cre"),
email = "nauss@staff.uni-marburg.de",
comment = c(ORCID = "0000-0003-3422-0960")),
person(given = "Christoph",
family = "Reudenbach",
role = c("aut")),
person(given = "Marvin",
family = "Ludwig",
role = "ctb"))
Description: Helpers for setting up working environments which focus on using
the same initialization parameters across different computers and team
members.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Suggests: testthat
Depends:
R (>= 2.10)
Imports:
brew,
data.tree,
tools,
usethis,
yaml,
rprojroot