marcusyoung / otpr

OpenTripPlanner REST API wrapper for R
Other
31 stars 4 forks source link

CRAN binary builds note #2

Closed marcusyoung closed 5 years ago

marcusyoung commented 5 years ago

Some binary linux builds, but not all, have note:

Check: dependencies in R code Result: NOTE Namespace in Imports field not imported from: ‘curl’ All declared Imports should be used.

I think this is because the package is not directly using 'curl'. The package is importing httr (which is a wrapper for curl and itself imports 'curl').

I've removed 'curl' from Imports: in DESCRIPTION.