library(rdev)
library(fs)
library(dplyr)
library(purrr)

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

siracon2022

R-CMD-check lint

Overview

r desc::desc_get_field("Title"): r desc::desc_get_field("Description")

Feel free to use and/or fork this project!

Notebooks

Notebooks in this package:

notebooks <- dir_ls("analysis", regexp = "[.][Rq]md$") |>
  map_dfr(rmd_metadata) |>
  mutate(bullet = paste0("- [", title, "](", url, ") (", date, "): ", description)) |>
  pull(bullet)

writeLines(notebooks)

Installation

You can install the development version of siracon2022 from GitHub with:

# install.packages("remotes")
remotes::install_github("jabenninghoff/siracon2022")

Or using renv:

# install.packages("renv")
renv::install("jabenninghoff/siracon2022")

Development



jabenninghoff/siracon2022 documentation built on July 17, 2025, 12:08 a.m.