Hi there: I'm trying to render a simple Rmarkdown document in RStudio cloud and it returns this error:
Error: object ‘faststack’ is not exported by 'namespace:fastmap'
Any ideas
Hi there: I'm trying to render a simple Rmarkdown document in RStudio cloud and it returns this error:
Error: object ‘faststack’ is not exported by 'namespace:fastmap'
Any ideas
This suggests the fastmap
package is not properly installed in your project or it is outdated, try reinstalling/updating the package with
install.packages("fastmap")
Do you get any error messages while doing so?
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.