Skip to content

colbyford/sourcerr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sourcerr

Easily output package citations and session information for reproducibility in research publications.

Colby T. Ford, Ph.D.

sourcerr icon

CRAN status

Installation

You can install the latest stable version from GitHub using the following command:

library(devtools)
install_github("colbyford/sourcerr")
library(sourcerr)

Usage

## Load in the libraries into the R session
library(tidyverse)
library(ggplot2)
library(glmnet)
library(doParallel)

## Cite all loaded packages
cite_packages(outfile = "../../Downloads/citations.bibtex",
              format = "bibtex",
              detaillevel = "loaded")

About

sourcerr: Easily output package citations and tidy session information for reproducibility in research publications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published