knitr::opts_chunk$set(echo = TRUE)
CLIPflexR is a R wrapper for the CLIP Tool Kit (CTK) and additional functions to call other external libraries into an R environment.
CLIPflexR makes use of the Herper library to install conda dependencies to your machine within a conda environment using the reticulate libraries.
The CTK toolkit is installed as part of the CLIPflexR install_ctk() function.
install.packages("devtools") devtools::install_github("kathrynrozengagnon/CLIPflexR") devtools::install_github("RockefellerUniversity/Herper") Herper::install_CondaSysReqs("CLIPflexR", SysReqsAsJSON = FALSE) CLIPflexR::install_ctk()
library(CLIPflexR) getOption("CLIPflexR.condaEnv") getOption("CLIPflexR.ctk") getOption("CLIPflexR.czplib")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.