Closed TSchiefer closed 2 years ago
think the Windows tests should now work with 4edd1bb -- currently failing due to https://chocolatey.org/api/v2/ being down for maintenance, checking later again.
this seems ok now to me.
I disabled tests/testthat/test-up-to-date.R
on Windows, since it seems to have been that way also before it got broken completely.
Now it again failed on Windows (e.g. https://github.com/cynkra/munch/pull/44/checks?check_run_id=2236574313), which I don't understand (or does it maybe have something to do with weird Windows-encoding?). Maybe we can fix it somehow or leave it disabled on Windows.
I removed the obvious dependencies on {pkgload}; now I can't find any mention of {pkgload} anywhere, but the tests are still complaining that an apparent dependency isn't acknowledged.
It's tricky.
PRs are checked using a synthetic commit where the source branch is merged into the target branch: https://github.com/cynkra/munch/pull/44/checks?check_run_id=2237415606#step:3:394. The main branch was ahead and contained the evil pkgload line.
I think it's fine to use pkgload in the data-raw/
directory.
To recover, git reset --hard f809e25
, force-push, and redo.
We really need to merge main into this branch to avoid losing our minds.
Sorry for the mess... when I locally merge master main into this branch, no changes are the result. So I will let these checks finish, cause I haven't lost all hope that this will work now...
The main branch is called main.
...in this repo.
you're right, I meant main; seems to be good now.
Thanks!
closes #31