Skip to content

cran/rbedrock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Chat Latest Version Downloads per Month Total Downloads R-CMD-check Codecov test coverage

Overview

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.

Installation

# 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.

Installation Tutorial Videos

Installing R and RStudio

Installing RBedrock

About

❗ This is a read-only mirror of the CRAN R package repository. rbedrock — Analysis and Manipulation of Data from Minecraft Bedrock Edition. Homepage: https://github.com/reedacartwright/rbedrock Report bugs for this package: https://github.com/reedacartwright/rbedrock/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published