Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch to openxlsx package #3

Merged
merged 2 commits into from
Apr 23, 2024
Merged

switch to openxlsx package #3

merged 2 commits into from
Apr 23, 2024

Conversation

ljwoodley
Copy link
Contributor

openxlsx is used beginning in ctsit/redcapcustodian#157

Dockerfile Outdated
@@ -7,5 +7,5 @@ RUN apt update -y && apt install -y libcurl4-openssl-dev \
libmariadb-dev libmariadbclient-dev

# install necessary libraries
RUN R -e "install.packages(c('DBI', 'dbx', 'dplyr', 'glue', 'knitr', 'lubridate', 'magrittr', 'mRpostman', 'checkmate', 'digest', 'dotenv', 'kableExtra', 'janitor', 'purr', 'RCurl', 'readr', 'readxl', 'rjson', 'rlang', 'RMariaDB', 'rstudioapi', 'sendmailR', 'sqldf', 'stringr', 'tibble', 'tidyr', 'tidyverse', 'testthat', 'vctrs', 'writexl'))"
RUN R -e "install.packages(c('DBI', 'dbx', 'dplyr', 'glue', 'knitr', 'lubridate', 'magrittr', 'mRpostman', 'checkmate', 'digest', 'dotenv', 'kableExtra', 'janitor', 'purr', 'RCurl', 'readr', 'readxl', 'rjson', 'rlang', 'RMariaDB', 'rstudioapi', 'sendmailR', 'sqldf', 'stringr', 'tibble', 'tidyr', 'tidyverse', 'testthat', 'vctrs', 'openxlsx'))"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like removing writexl is risky. I'm going to leave it in

@pbchase pbchase merged commit 7b4ebdf into master Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants