-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.Rprofile
More file actions
24 lines (23 loc) · 820 Bytes
/
Copy path.Rprofile
File metadata and controls
24 lines (23 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
source("renv/activate.R")
options(
usethis.description = list(
"Authors@R" = c(
utils::person("Leon", "Steinmeier",
role = c("aut", "cre"),
email = "Leon.Steinmeier@posteo.net",
comment = c(ORCID = "0000-0001-9040-636X", "Created the package as part of his master thesis.")
),
utils::person("Nikolai", "Knapp",
role = c("aut"),
email = "nikolai.knapp@thuenen.de",
comment = "Initialized and motivated the development of the package and provided an R draft of the AMS3D algorithm."
),
utils::person("Timon", "Miesner",
role = c("aut"),
email = "timon.miesner@thuenen.de",
comment = c(ORCID = "0000-0001-5091-7456", "Added optimization tools and further options.")
)
),
License = "GPL (>= 3)"
)
)