Skip to content

Commit e0ebd53

Browse files
author
mhtess
committed
update pkgs packrat
1 parent 37f88bb commit e0ebd53

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

packrat/packrat.lock

+16
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,23 @@ Version: 0.2
7777
Hash: 2d69ff431a54f6c4a750754b88c7e0af
7878
Requires: Rcpp, bindr, plogr
7979

80+
Package: bitops
81+
Source: CRAN
82+
Version: 1.0-6
83+
Hash: 67d0775189fd0041d95abca618c5c07e
84+
8085
Package: broom
8186
Source: CRAN
8287
Version: 0.4.2
8388
Hash: 7ebcffa46afb467e3f3c5687946f6e1a
8489
Requires: dplyr, plyr, psych, reshape2, stringr, tidyr
8590

91+
Package: caTools
92+
Source: CRAN
93+
Version: 1.17.1
94+
Hash: 97cb6f6293cd18d17df77a6383cc6763
95+
Requires: bitops
96+
8697
Package: cellranger
8798
Source: CRAN
8899
Version: 1.1.0
@@ -171,6 +182,11 @@ Version: 1.4.3
171182
Hash: cd53ef4cf29dc59ce3f8c5c1af735fd1
172183
Requires: iterators
173184

185+
Package: formatR
186+
Source: CRAN
187+
Version: 1.5
188+
Hash: 258cf79a8dbeedf1c981cdb53837d2af
189+
174190
Package: gganimate
175191
Source: github
176192
Version: 0.1.0.9000

writing/cogsci/negant-cogsci2018.Rmd

+5-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ library(cowplot)
3838
library(tidyr)
3939
library(dplyr)
4040
library(magick)
41-
# theme_set(theme_few())
41+
library(ggthemes)
42+
library(formatR)
43+
library(bitops)
44+
library(caTools)
45+
theme_set(theme_few())
4246
orange.purple.color.palette <-
4347
c("#e66101", "#b2abd2", "#fdb863", "#5e3c99")
4448
```

0 commit comments

Comments
 (0)