ropensci-archive / RMendeley

:no_entry: ARCHIVED :no_entry: Interface to Mendeley API methods
43 stars 6 forks source link

Make compatible with newest version of ROAuth #17

Closed emhart closed 10 years ago

emhart commented 10 years ago

Currently this only installs properly with https://github.com/duncantl/ROAuth, but not the main version on github or CRAN. If either of those are installed, the following error is thrown.

Error in reconcilePropertiesAndPrototype(name, slots, prototype, superClasses, : no definition was found for superclass "OAuthCredentials" in the specification of class "MendeleyCredentials" Error : unable to load R code in package 'RMendeley' ERROR: lazy loading failed for package 'RMendeley'

We should make this compatible with the most up-to-date versions on CRAN and then push RMendeley up to CRAN (since that is currently broken).

karthik commented 10 years ago

Closing. See discussion here