library(rdev) library(fs) library(dplyr) library(purrr) knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
r desc::desc_get_field("Title")
: r desc::desc_get_field("Description")
Feel free to use and/or fork this project!
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)
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")
NEWS.md
.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.