sckott / cowsay

cowsay w/ more animals, in R
https://sckott.github.io/cowsay/
Other
308 stars 49 forks source link

Weird RJSONIO-jsonlite error upon import #38

Closed stevenpollack closed 9 years ago

stevenpollack commented 9 years ago

When I import cowsay into my package, then install it (via devtools::install), I get the following error:

Note: the specification for S3 class “AsIs” in package ‘RJSONIO’ seems equivalent to one from package ‘jsonlite’: not turning on duplicate class definitions for this class.

Any idea that what's about?

sckott commented 9 years ago

right, just a second

sckott commented 9 years ago

@stevenpollack okay, now using jsonlite instead of RJSONIO. try again see if you get the same error

stevenpollack commented 9 years ago

Totally fixed it. Way to go, dude. :+1: :+1:

sckott commented 9 years ago

:smile_cat: