Skip to content
New issue

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

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

Already on GitHub? # to your account

R tester improvements #539

Merged

Conversation

david-yz-liu
Copy link
Contributor

Based on some instructor and TA feedback, I've made two updates to the R tester:

  1. Display R package installation stderr if the installation fails. Note: this change generalizes to all testers whose create_environment setup function raises an error, but only when there is information printed to stderr.
  2. Do not display the testthat result message field if the test passes. This field is always an error message, even when the test passes, and so should only be displayed on a test failure/error.

During the testing process, I found that tidyverse needed another package, libxml2-dev, to be installed, and so I added it to the server Dockerfile.

@david-yz-liu david-yz-liu merged commit bb2f7ae into MarkUsProject:master Aug 8, 2024
13 checks passed
@david-yz-liu david-yz-liu deleted the r-tester-improvements branch August 8, 2024 17:19
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant