knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

From Github

install.packages("remotes")
remotes::install_github("nickbrazeau/discent")

Dependencies

discent relies on the Rcpp package, which requires certain OS-specific dependencies:

Assuming everything installed correctly, you can now load the package:

library(discent)


nickbrazeau/discent documentation built on Dec. 22, 2024, 1:39 a.m.