Package: rbedrock
Title: Analysis and Manipulation of Data from Minecraft Bedrock Edition
Version: 0.1.0
Authors@R: c(
    person("Reed", "Cartwright",
           role = c("aut", "cre"),
           email = "racartwright@gmail.com",
           comment = c(ORCID = "0000-0002-0837-9380")),
    person("Rich", "FitzJohn",
           role = "ctb",
           email = "rich.fitzjohn@gmail.com"),
    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
RoxygenNote: 7.1.1
SystemRequirements: C++11, cmake, zlib, GNU make
NeedsCompilation: yes
Depends: R (>= 3.6.0)
Imports: tibble, R6, stringr, bit64, bitops, rappdirs, rlang, dplyr,
        purrr, magrittr, readr, utils, digest, vctrs, tidyr, fs
Suggests: zip, testthat, jsonlite,
URL: https://github.com/reedacartwright/rbedrock
BugReports: https://github.com/reedacartwright/rbedrock/issues
Packaged: 2021-07-13 21:23:51 UTC; reed
Author: Reed Cartwright [aut, cre] (<https://orcid.org/0000-0002-0837-9380>),
  Rich FitzJohn [ctb],
  Christian Stigen Larsen [ctb],
  The LevelDB Authors [cph]
Maintainer: Reed Cartwright <racartwright@gmail.com>
Repository: CRAN
Date/Publication: 2021-07-14 09:20:02 UTC
