Skip to content

Commit

Permalink
add emoji R package
Browse files Browse the repository at this point in the history
Signed-off-by: Elliot Murphy <[email protected]>
  • Loading branch information
Elliot Murphy committed Jan 18, 2022
1 parent afcb304 commit a207af0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ RUN install2.r --deps=TRUE remotes \
&& install2.r --deps=TRUE cowplot \
&& install2.r --deps=TRUE likert \
&& installGithub.r --deps=TRUE haozhu233/kableExtra \
&& installGithub.r --deps=TRUE hrbrmstr/knitrengines
&& installGithub.r --deps=TRUE hrbrmstr/knitrengines \
&& installGithub.r --deps=TRUE hadley/emo
# versioned rocker images have repo set to MRAN snapshots for reproducibility
#&& install2.r --deps=TRUE kableExtra
#RUN apt-get install -y texlive-xetex
Expand Down

0 comments on commit a207af0

Please sign in to comment.