Replies: 1 comment
-
The red text comes from how RStudio and |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Help
Description
Hi there,
I'm having a very similar issue to #302
Namely that
tar_make()
doesn't show any output in colors in the RStudio console.I thought it was an issue with my platform or my RStudio config but it seems to be targets only issue as I managed to get syntax coloring with
usethis
(see the screenshot below):I've checked the environment variables or the
cli
options but nothing has been set sotargets
should display the workflow in colors.I've also try adding
options(crayon.enabled = TRUE)
at the beginning of the_targets.R
file, and it doesn't change the result.What would cause such a difference in behavior between targets and other packages?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions