Gábor Csárdi
Gábor Csárdi
This is a free service and has a 60 minutes time limit, see https://www.appveyor.com/pricing/
Probably one of your examples freezes. Try to find which one, and then investigate why.
Use dependency walker on your laptop to see which DLLs are needed.
@stewid IMHO that is a bad idea. Whenever I call `commits()` with an `n` parameter, I would need to check if it is one. I suggest you always return a...
Wow, I can reproduce this in the `devtools` tree, but not in other git trees.....
Btw. to do it for your locally _installed_ version, you need sg cumbersome currently: ```r r
FWIW (macos) `cp` has a `-n` option that skips existing files. I guess we could implement this, should we have time for it in the future. It does seem like...
@galenholt For R 4.0.x you need Rtools40. rig should install this if you run ``` rig add rtools ``` You can also specify it explicitly: ``` rig add rtools40 ```
So the problem is that pak does not use the version numbers to decide between two candidates for a package. It relies on the dependency solver to select one candidate,...
This should be now fixed with `pak-version: devel`.