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

Problems in tibble prints #132

Closed
EmilHvitfeldt opened this issue Jan 23, 2020 · 5 comments
Closed

Problems in tibble prints #132

EmilHvitfeldt opened this issue Jan 23, 2020 · 5 comments

Comments

@EmilHvitfeldt
Copy link
Contributor

Screen Shot 2020-01-23 at 3 56 34 PM

Appears to be related to change to Github Actions 1bcd54b.

We are having similar problems after converting EmilHvitfeldt/smltar#33

@hadley
Copy link
Owner

hadley commented Jan 24, 2020

cc @jimhester

@jimhester
Copy link
Contributor

jimhester commented Jan 24, 2020

The setup-r action sets crayon.enabled to TRUE by default. If you don't want this you can set it to FALSE in your workflow yaml, e.g. something like this.

- uses: r-lib/actions/setup-r@v1
   with:
     crayon.enabled: FALSE

@hadley
Copy link
Owner

hadley commented Jan 24, 2020

That manually forces colouring so the logs look nice? And then the usually checks for markdown get overridden?

@jimhester
Copy link
Contributor

jimhester commented Jan 24, 2020

yeah.

We could add an option or envvar to rcmdcheck, so we could just enable color only for that...

@hadley
Copy link
Owner

hadley commented May 18, 2020

Fixed in 0b3681e

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants