r-universe-org / help

Support and bug tracker for R-universe
https://docs.r-universe.dev/
8 stars 2 forks source link

Data export "Error: unable to find required package xyz" #255

Closed jeroen closed 1 year ago

jeroen commented 1 year ago

This error appears when exporting a dataset that tries to lazy-load a package when converting.

This is not really a bug, it just means we can't convert it to anything else than rda or rds in webr right now. It can be prevented by making sure the GUI only lists supported formats for the object (only rda/rds in this case).