EOGrady21 / vprr

Video Plankton Recorder Data Processing
https://eogrady21.github.io/vprr/
Other
2 stars 1 forks source link

`devtools::check_win_devel()` #61

Closed EOGrady21 closed 3 months ago

EOGrady21 commented 10 months ago

check_win_devel() throws an error Error in curl::curl_fetch_memory(url, handle = h) : Recv failure: Connection was reset When attempting to build the package .tar.gz

This test is crucial to check the package on the development version of R. Info online would suggest going around this devtools function to upload the package and check it on R-devel directly (at https://win-builder.r-project.org/). It also seems like this could be an issue with win-builder, and it is worth waiting until tomorrow or the next day to check if it gets through.

EOGrady21 commented 10 months ago

Reference : https://github.com/r-lib/devtools/issues/2248

I've tested both main and develop branch with check_win_devel() and check_win_release() All failing with the same error. Updated curl and other packages.

Will retry tomorrow to see if has resolved.

EOGrady21 commented 10 months ago

check_mac_release() is passing

EOGrady21 commented 10 months ago

Still failing with the same error

EOGrady21 commented 3 months ago

This test is passing on my personal computer, I think it was failing from my DFO computer due to security features.