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

Combine deps install step #6260

Merged
merged 2 commits into from
Jul 14, 2024
Merged

Combine deps install step #6260

merged 2 commits into from
Jul 14, 2024

Conversation

MichaelChirico
Copy link
Member

Based on latest failure. R_LIBS_USER part apparently failed, not sure why, here's the .libPaths() that got picked up:

.libPaths()=='/tmp/Rtmp7Zozpg/RLIBS_610b4d40b38b','/opt/R/4.4.1/lib/R/library'

i.e. a session temp directory and the R system install library. I also see this earlier in the log:

  env:
    R_LIBS_USER: /home/runner/work/_temp/Library
    R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
    GITHUB_PAT: ***
    LC_ALL: lv_LV.utf8
    LANGUAGE: lv_LV
    TZ: UTC
    _R_CHECK_SYSTEM_CLOCK_: FALSE
    NOT_CRAN: true
    _R_CHECK_FORCE_SUGGESTS_: false
    _R_CHECK_CRAN_INCOMING_REMOTE_: false
    _R_CHECK_TESTS_NLINES_: 0

Suggesting maybe the r-lib actions are overriding what I tried.

For now, I'll try just combining the deps install step with the check step to avoid the issue altogether.

Lastly, I don't see the cat() output despite I think I should, probably it's not being sent to the right output buffer, hopefully message() works.

@MichaelChirico MichaelChirico merged commit bbe7563 into master Jul 14, 2024
1 check passed
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 this pull request may close these issues.

1 participant