Skip to content

Commit

Permalink
Add reprex
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr authored Apr 1, 2024
1 parent b1e1d5d commit fff47cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM ghcr.io/cynkra/rig-ubuntu:main

RUN apt-get install -y gnupg lsb-release time

RUN R -q -e 'pak::pak(c("DBI", "RMariaDB", "RPostgres", "RSQLite", "dm", "duckdb", "odbc", "adbi", "cpp11", "devtools", "decor", "plogr"), dependencies = TRUE)'
RUN R -q -e 'pak::pak(c("DBI", "RMariaDB", "RPostgres", "RSQLite", "dm", "duckdb", "odbc", "adbi", "cpp11", "devtools", "decor", "plogr", "reprex"), dependencies = TRUE)'

RUN R-devel -q -e 'pak::pak(c("DBI", "RMariaDB", "RPostgres", "RSQLite", "dm", "duckdb", "odbc", "adbi", "cpp11", "devtools", "decor", "plogr"), dependencies = TRUE)'
RUN R-devel -q -e 'pak::pak(c("DBI", "RMariaDB", "RPostgres", "RSQLite", "dm", "duckdb", "odbc", "adbi", "cpp11", "devtools", "decor", "plogr", "reprex"), dependencies = TRUE)'

0 comments on commit fff47cf

Please sign in to comment.