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

Reports "Error: (converted from warning)"... appears to be ignoring some environment settings in appveyor.yml #127

Closed
pcarbo opened this issue Oct 17, 2018 · 3 comments

Comments

@pcarbo
Copy link

pcarbo commented Oct 17, 2018

It appears that something changed with Appveyor in the past week, because the Appveyor tests for my R packages tests were working fine up until a few days ago. It now appears to be ignoring some of the configuration in the YAML file. Do you have any idea what might be going on with Appveyor?

In my YAML file, I have (among other settings):

environment:
  global:
    _R_CHECK_FORCE_SUGGESTS_: false
    WARNINGS_ARE_ERRORS:

and yet Appveyor still reports (for the suggested packages):

Skipping 3 packages not available: ExtremeDeconvolution, flashr, mixsqp
...
Error: (converted from warning) packages 'ExtremeDeconvolution', 'flashr', 'mixsqp' are not available (for R version 3.5.1)
Execution halted
Command exited with code 1

The error only occured after I forced a re-build (no new commits).

See here for a full example of this. Any help or insight would be much appreciated! And I'm happy to provide more details to help isolate the issue.

@pcarbo pcarbo changed the title Reports "Error: (converted from warning)" even though _R_CHECK_FORCE_SUGGESTS_ = false Reports "Error: (converted from warning)"... appears to be ignoring some environment settings in appveyor.yml Oct 17, 2018
@gaborcsardi
Copy link

See #57 (comment)

@pcarbo
Copy link
Author

pcarbo commented Oct 17, 2018

@gaborcsardi Seems to be working! I don't quite fully understand what the issue was, but thanks! Maybe R_REMOTES_NO_ERRORS_FROM_WARNINGS should be mentioned somewhere in the README? I think others could benefit.

@pcarbo
Copy link
Author

pcarbo commented Oct 17, 2018

Regardless, feel free to close the issue as you see fit.

richfitz added a commit to vimc/orderly that referenced this issue Nov 28, 2018
Caught in the crossfire with remotes changing behaviour

krlmlr/r-appveyor#57
krlmlr/r-appveyor#127
r-lib/remotes#202
@krlmlr krlmlr closed this as completed Feb 17, 2019
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

No branches or pull requests

3 participants