Skip to content
This repository has been archived by the owner on May 24, 2019. It is now read-only.

Switch from RCurl to curl #86

Closed
5 tasks done
leeper opened this issue Jun 9, 2015 · 2 comments
Closed
5 tasks done

Switch from RCurl to curl #86

leeper opened this issue Jun 9, 2015 · 2 comments

Comments

@leeper
Copy link
Member

leeper commented Jun 9, 2015

This reduces dependencies (namely methods and bitops) and will hopefully mean a performance enhancement.

  • DESCRIPTION
  • NAMESPACE imports
  • Code updates
    • Switch RCurl::curlEscape and RCurl::curlUnescape to curl::curl_escape and curl::curl_unescape
    • Find replacement for RCurl::base64Encode. Maybebase64::base64encode`
@jeroen
Copy link

jeroen commented Jun 15, 2015

Simon's base64enc package is by far the best base64 implementation available. There is an implementation available in the openssl package as well.

@leeper
Copy link
Member Author

leeper commented Jun 16, 2015

Thanks, @jeroenooms!

@leeper leeper closed this as completed in 80220e4 Jun 30, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants