Skip to content

Conversation

@gergness
Copy link
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
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