knitr::opts_chunk$set(echo = TRUE, width = 800)

date <- format(Sys.time(), '%Y%m%d')
options(knitr.table.format = "html")
options(scipen = 999)

# import packages here!
requireNamespace("details", quietly = TRUE)
requireNamespace("repmis", quietly = TRUE)
requireNamespace("citr", quietly = TRUE)

# install citr, if neccessary
# remotes::install_github("crsh/citr")


library(repmis) # for package citations
library(citr) # for traditional references. citr also interfaces with Zotero
library(details) # reproducibility 
library(councilR)

## run repmis::LoadandCite() to generate references for all the packages in the environment -----
# repmis::LoadandCite(file = "references.bib")

Background

A short introduction including metadata and project information. Include links to things like articles, data downloads, methodology, whitepapers, etc. Should answer questions like: What is this thing? Why does it exist? What projects are related to this one?

Equity questions and considerations

What are the limitations of the data you are using? Who is being missed or excluded? How is equity being integrated into this project? What groups, organizations, or individuals benefit most and least from the results of this analysis?

Reproducibility

```{details, echo = FALSE, details.summary = 'current session info', results=TRUE} sessioninfo::session_info()

## References  

```r
knitr::write_bib(c(.packages()), "references.bib")



Metropolitan-Council/councilR documentation built on March 30, 2024, 2:43 a.m.