Error in Package ‘jsonlite’ installation

Loading required namespace: jsonlite
Failed with error: ‘there is no package called ‘jsonlite’’
Error in gbif("fallopia", "japonica*", geo = T) :
You need to install the jsonlite package to use this function

??jsonlite
No results found

install.packages("jsonlite")
Error in install.packages : object 'jsonlite' not found

Coild some one help me direct me how to solve the above issue, Thanks alot

You need to use quotes:
install.packages("jsonlite")

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.