ropensci / ReLTER

An Interface for the 'eLTER' Community
http://docs.ropensci.org/ReLTER
GNU General Public License v3.0
12 stars 6 forks source link

Remove dependency on RCurl #109

Closed maelle closed 9 months ago

maelle commented 9 months ago

as recommended in https://devguide.ropensci.org/building.html#recommended-scaffolding

Maybe you could use curl::has_internet() with an argument instead.

maelle commented 9 months ago

oh wait you already use both httr and httr2, it'd make sense to only use one of those, and to create a helper function with a minimal request, using the dependency you choose to keep.

oggioniale commented 9 months ago

oh wait you already use both httr and httr2, it'd make sense to only use one of those, and to create a helper function with a minimal request, using the dependency you choose to keep.

This commit has replaced httr packet with httr2

oggioniale commented 9 months ago

as recommended in https://devguide.ropensci.org/building.html#recommended-scaffolding

Maybe you could use curl::has_internet() with an argument instead.

This commit for replace Curl with httr2