Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fix failed pipeline #325

Closed
donyunardi opened this issue Aug 13, 2024 · 3 comments · Fixed by #327
Closed

Fix failed pipeline #325

donyunardi opened this issue Aug 13, 2024 · 3 comments · Fixed by #327
Assignees
Labels

Comments

@donyunardi
Copy link
Contributor

https://github.com/pawelru/ie_status?tab=readme-ov-file

@m7pr m7pr self-assigned this Aug 14, 2024
@m7pr
Copy link
Contributor

m7pr commented Aug 14, 2024

Starting new run https://github.com/insightsengineering/teal.data/actions/runs/10384115851 just in case
The last pipeline broke because we did not have rmarkdown installed for noSuggests and we could not create a vignette - I will investigate. https://github.com/insightsengineering/teal.data/actions/runs/10336789637/job/28612913785#step:7:98

@m7pr
Copy link
Contributor

m7pr commented Aug 14, 2024

I think we could skip vignettes building, as there is no rmarkdown installed to render the vignettes https://stackoverflow.com/questions/41817313/r-cmd-check-skip-checking-re-building-of-vignette-outputs
however there is no missing rmarkdown error in vignettes build for teal.slice https://github.com/insightsengineering/teal.slice/actions/runs/10383145531/job/28747519682#step:7:95

@donyunardi
Copy link
Contributor Author

however there is no missing rmarkdown error in vignettes build for teal.slice

I think it's because rmarkdown is hard dependencies for htmlwidgets so it got installed during the pipeline.
https://github.com/ramnathv/htmlwidgets/blob/master/DESCRIPTION
https://github.com/insightsengineering/teal.slice/actions/runs/10383145531/job/28747519682#step:6:975

@donyunardi donyunardi self-assigned this Aug 23, 2024
@donyunardi donyunardi linked a pull request Aug 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants