Closed hkjinlee closed 7 years ago
I am building my first R package, which utilizes rga. The build was successful, but when I try to use my newly built package, this error occurs:
Error in .self$refreshToken() : could not find function "POST"
The cause is rga package doesn't declare importing httr package in NAMESPACE. This PR fixes it.
I am building my first R package, which utilizes rga. The build was successful, but when I try to use my newly built package, this error occurs:
Error in .self$refreshToken() : could not find function "POST"
The cause is rga package doesn't declare importing httr package in NAMESPACE. This PR fixes it.