The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
rbedrock is an extension package for R that supports the analysis and management of Minecraft (Bedrock Edition) worlds. This includes Windows 10, Pocket Edition, XBox, and PS4 versions of the game. It does not include Minecraft: Java worlds.
If you are not already using R, you will need to install the latest R and optionally RStudio.
# The easiest way to install rbedrock is from CRAN.
install.packages("rbedrock")
# Or the the development version from GitHub:
# install.packages("remotes")
remotes::install_github("reedacartwright/rbedrock")
# Install tidyverse (not needed, but useful)
# install.packages("tidyverse")
If you are not on Windows or Mac, this will install rbedrock from source, and you will need to have suitable development tools installed on your machine. This includes CMake.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.