Package: rbedrock Title: Analysis and Manipulation of Data from Minecraft Bedrock Edition Version: 0.4.2.9000 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 LazyData: true SystemRequirements: cmake, zlib, GNU make NeedsCompilation: yes Roxygen: list(markdown = TRUE) Depends: R (>= 3.6.0) Imports: R6, tibble, bit64, rappdirs, rlang, utils, digest Suggests: spelling, zip, testthat, jsonlite, covr URL: https://reedacartwright.github.io/rbedrock/, https://github.com/reedacartwright/rbedrock BugReports: https://github.com/reedacartwright/rbedrock/issues Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make zlib1g-dev Repository: https://reedacartwright.r-universe.dev Date/Publication: 2026-06-06 04:51:18 UTC RemoteUrl: https://github.com/reedacartwright/rbedrock RemoteRef: HEAD RemoteSha: c9040e803c4172a19507bc8f1278802ad0e6170a Packaged: 2026-07-06 06:45:00 UTC; root Author: Reed Cartwright [aut, cre] (ORCID: ), Rich FitzJohn [ctb], Christian Stigen Larsen [ctb], The LevelDB Authors [cph] Maintainer: Reed Cartwright