Skip to content

Add option to allow code in package_coverage to output to console (fixes #558)#559

Open
gergness wants to merge 1 commit into
r-lib:mainfrom
gergness:live-console-update
Open

Add option to allow code in package_coverage to output to console (fixes #558)#559
gergness wants to merge 1 commit into
r-lib:mainfrom
gergness:live-console-update

Conversation

@gergness
Copy link
Copy Markdown
Contributor

Allow using Rscript to run code instead of R CMD BATCH so that output prints to console. Fixes #558

@gergness gergness force-pushed the live-console-update branch from 3657038 to b5343fe Compare February 16, 2024 18:03
@gergness gergness force-pushed the live-console-update branch from b5343fe to 01ab78a Compare February 16, 2024 18:05
@jimhester
Copy link
Copy Markdown
Member

This want't be quite this simple unfortunately, for one thing Rscript and normal R CMD batch have a different set of default packages they include. Possibly using R -q --no-echo -f foo would be more similar to the current R CMD batch.

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.

Allow code to output to console

2 participants