-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.22 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: rbedrock
Title: Analysis and Manipulation of Data from Minecraft Bedrock Edition
Version: 0.3.2.9000
Authors@R: c(
person("Reed", "Cartwright",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0837-9380")),
person("Rich", "FitzJohn",
role = "ctb",
email = "[email protected]"),
person(c("Christian", "Stigen"), "Larsen", role = "ctb"),
person("The LevelDB Authors", "", role="cph")
)
Description: Implements an interface to Minecraft (Bedrock Edition) worlds. Supports the analysis and management of these worlds and game saves.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.1
SystemRequirements: cmake, zlib, GNU make, Solaris: g++ is a requirement
NeedsCompilation: yes
Roxygen: list(markdown = TRUE)
Depends:
R (>= 3.6.0)
Imports:
tibble,
R6,
stringr,
bit64,
rappdirs,
rlang,
dplyr,
purrr,
magrittr,
readr,
utils,
digest,
vctrs,
tidyr,
fs
Suggests:
zip,
testthat,
jsonlite,
covr
URL: https://github.com/reedacartwright/rbedrock
BugReports: https://github.com/reedacartwright/rbedrock/issues