Closed matthewwardrop closed 4 years ago
Hi! This is the friendly automated conda-forge-linting service.
I just wanted to let you know that I linted all conda-recipes in your PR (recipe
) and found it was in an excellent condition.
@conda-forge-admin please rerender
No r-cairo available for aarch64 and pp64le.
Hmmm... So we can either universally disable a swathe of checks then, or selectively disable them only for arm. I'll patch this up tomorrow.
Hi! This is the friendly automated conda-forge-linting service.
I wanted to let you know that I linted all conda-recipes in your PR (recipe
) and found some lint.
Here's what I've got...
For recipe:
<two spaces>#<one space>[<expression>]
form. See lines [62]Hi! This is the friendly automated conda-forge-linting service.
I just wanted to let you know that I linted all conda-recipes in your PR (recipe
) and found it was in an excellent condition.
@dbast @ocefpaf Others? Should be ready to merge now. All builds have passed (there seems to be a stale/duplicate build here, probably because I pushed additional changes before the previous build finished).
Thanks so much for taking care of this @matthewwardrop!
No worries @ocefpaf! Happy to help out if things go haywire again... just ping me!
Checklist
0
(if the version changed)conda-smithy
(Use the phrase code>@<space/conda-forge-admin, please rerender in a comment in this PR for automated rerendering)I am currently blocked on this package being updated to R 4.0, and wanted to help out. So I spun up a docker container and poked around. The issue appears to be due to
r-cairo
not being present during the tests (specifically when testing the IPython magics which automatically set up the graphics environment), and then, withr-cairo
now available, testing the svg arguments would fail due to no fonts being installed (thus this patch skips the svg args test).With this patch things should start flowing again, and we can update to R 4.0!