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

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

{{{ repo }}}

![R-CMD-check](https://github.com/{{{ username }}}/{{{ repo }}}/workflows/R-CMD-check/badge.svg) ![lint](https://github.com/{{{ username }}}/{{{ repo }}}/workflows/lint/badge.svg)

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 {{{ repo }}} from GitHub with:

# install.packages("remotes")
remotes::install_github("{{{ username }}}/{{{ repo }}}")

Or using renv:

# install.packages("renv")
renv::install("{{{ username }}}/{{{ repo }}}")

Development



jabenninghoff/rdev documentation built on Sept. 26, 2024, 10:37 p.m.