-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 767 Bytes
/
DESCRIPTION
File metadata and controls
25 lines (25 loc) · 767 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
25
Package: adventofcode2021
Title: Advent of Code 2021 Solutions in R
Version: 0.25.0
Authors@R: c(
person("David Antony", "Selby", , "david.selby@manchester.ac.uk",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8026-5663")),
person("Eric", "Wastl",
role = c("ctb"),
comment = "Created puzzles and descriptions in the documentation.")
)
Description: Solutions to Advent of Code 2021 programming puzzles, written as an R package.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
BugReports: https://github.com/Selbosh/adventofcode2021/issues
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
memoise,
igraph,
R6