Skip to content

pandafulmanda/rr-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small test project for testing how to use packrat

  1. Clone this repo
  2. Set working directory to this project
setwd('./rr-test')
  1. Turn on packrat mode and restore
source("packrat/init.R")

This will install packrat (if you don't already have it) and this project's dependencies into the ./packrat/ directory.

  1. If you have all dependencies and packrat is working,
knitr::spin('./test-spin.R')

should be able to run all code blocks and output them into ./test-spin.md and ./test-spin.html.

  1. Remember to turn packrat off when switching between projects
packrat::off()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages