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

Add XML2 package and a few others to r-base-image; remove duplication in R packages targets. #94

Merged
merged 2 commits into from
Oct 11, 2023

Conversation

jcferretti
Copy link
Member

No description provided.

@jcferretti jcferretti requested a review from kosak October 11, 2023 02:12
#
RUN set -eux; \
[ "${DISTRO_BASE_SHORT}" = "fedora" ] || [ "${DISTRO_BASE_SHORT}" = "ubi" ] || exit 0; \
. "${PREFIX}/env.sh"; \
echo 'install.packages(c("Rcpp", "arrow", "R6", "dplyr", "testthat"), repos="http://cran.us.r-project.org", quiet=TRUE)' | \
echo 'install.packages(c("Rcpp", "arrow", "R6", "dplyr", "testthat", "xml2"), repos="http://cran.us.r-project.org", quiet=TRUE)' | \
Copy link
Contributor

Choose a reason for hiding this comment

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

This is a pattern-matching observation; maybe you know better than I do.

In deephaven/deephaven-core#4600 I found that the tests don't run without the "lubridate" and "zoo" packages. Since you seem to be including "testthat" here, would you also want lubridate and zoo?

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks, I think I will be missing those too, so added them.

@jcferretti jcferretti changed the title Add XML2 package to r-base-image; remove duplication in R packages targets. Add XML2 package and a few others to r-base-image; remove duplication in R packages targets. Oct 11, 2023
@jcferretti jcferretti merged commit 3975489 into deephaven:main Oct 11, 2023
1 check passed
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.

2 participants