-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathDESCRIPTION
More file actions
24 lines (24 loc) · 831 Bytes
/
DESCRIPTION
File metadata and controls
24 lines (24 loc) · 831 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
Package: miner
Title: Control Minecraft with RaspberryJuice API
Version: 0.2.3
Date: 2020-12-14
Authors@R: c(
person("Karl", "Broman", role = c("aut", "cre"), email = "broman@wisc.edu"),
person("Brooke", "Anderson", role="aut"),
person("Gergely", "Daróczi", role="aut"),
person("Ali", "Zaidi", role="aut"),
person("Mario", "Inchiosa", role="aut"),
person("David", "Smith", role="aut")
)
Description: Following the code in py3minepi, allows one to connect to the minecraft from R.
Depends: R (>= 3.1.0)
Imports: stats, utils
Suggests: testthat, knitr, rmarkdown
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/kbroman/miner
BugReports: https://github.com/kbroman/miner/issues
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Roxygen: list(markdown=TRUE)