forked from kbroman/miner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
24 lines (24 loc) · 841 Bytes
/
DESCRIPTION
File metadata and controls
24 lines (24 loc) · 841 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.2
Date: 2019-03-10
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/ROpenSciLabs/miner
BugReports: https://github.com/ROpenSciLabs/miner/issues
VignetteBuilder: knitr
RoxygenNote: 6.1.1
Roxygen: list(markdown=TRUE)