knitr::opts_chunk$set(echo = TRUE)
This page contains detailed instructions for installing the Toolchest R client.
If an installation problem persists, contact Toolchest directly, or file an issue on Github with the encountered errors.
You can install the development version from GitHub with:
# install.packages("devtools") # uncomment to install devtools (prereq package) devtools::install_github("trytoolchest/toolchest-client-r", dependencies = TRUE) library(toolchest)
The R client requires the reticulate
package, version 1.25 or greater.
Install or update reticulate
with:
install.packages("reticulate")
The R client requires a version of Python 3.7 or greater.
A compatible version will automatically be installed via miniconda or pyenv,
using R's reticulate
package.
Some compatibility errors may occur during installation if reticulate
is
out-of-date. Check the package version:
packageVersion("reticulate")
If this is not 1.25 or greater, update the package with:
install.packages("reticulate")
Contact Toolchest if installation errors persist.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.