Key Functions

Setting up your R project as a research compendium

write_compendium_description()

Creates a description file for a compendium

write_dockerfile()

Write a minimal Dockerfile for a Binder

generate_badge()

Generates a Binder badge to add to your README

build_binder()

Builds binder in the background (recommended over calling `binder_builder` directly)

Alternate approach to setting up Binder

Setting up for Binder without using the compendium approach

write_apt()

Write a list of apt packages

write_requirements()

write a list of Python requirements

write_runtime()

Write runtime.txt

write_install()

Write a install.R

generate_badge()

Generates a Binder badge to add to your README

build_binder()

Builds binder in the background (recommended over calling `binder_builder` directly)

Notable Internals

Internal functions and helpers

get_dependencies()

Pulls out R dependencies from a folder.

last_modification_date()

Last Modified late

binder_builder()

Builds binder