Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Added textutils dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
earnaud committed Nov 3, 2020
1 parent 46d80f1 commit 7983d97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ RUN Rscript -e 'remotes::install_version("RefManageR",upgrade="never", version =
RUN Rscript -e 'remotes::install_version("EML",upgrade="never", version = "2.0.3")'
RUN Rscript -e 'remotes::install_version("DT",upgrade="never", version = "0.15")'
RUN Rscript -e 'remotes::install_version("golem",upgrade="never", version = "0.2.1")'
RUN Rscript -e 'remotes::install_version("textutils",upgrade="never", version = "0.2-0")'
RUN Rscript -e 'remotes::install_github("EDIorg/taxonomyCleanr@fc4d758c075d596013a18c1ae1e2cff4f5f8c2ae")'
RUN Rscript -e 'remotes::install_github("ThinkR-open/tagsinput@9aa70ec34c6fa60ef317446daef4cfaf3b682d1d")'
RUN Rscript -e 'remotes::install_github("ropenscilabs/emldown@8d98c8fc708dc1f2ecc8eec3d23a66e4f487e658")'
Expand Down

0 comments on commit 7983d97

Please sign in to comment.