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)
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
Internal functions and helpers
get_dependencies()
Pulls out R dependencies from a folder.
last_modification_date()
Last Modified late
binder_builder()
Builds binder