How to uninstall RJSONIO package form R.. What I tried
> remove.packages("RJSONIO")
Removing package from ‘/Users/akshit/Library/R/3.2/library’
(as ‘lib’ is unspecified)
Error in remove.packages : there is no package called ‘RJSONIO’
But if I check the path of the package, I get this
> path.package("RJSONIO")
[1] "/Users/XXXXX/Library/R/3.2/library/RJSONIO"