Appsilon / shiny.i18n

Shiny applications internationalization made easy
https://appsilon.github.io/shiny.i18n/
Other
168 stars 38 forks source link

replace dataset calls in vignettes with box imports #124

Open PawanRamaMali opened 1 year ago

PawanRamaMali commented 1 year ago

In vignettes, dataset calls follow the :: pattern due to a bug in the box package. Since the bug has been fixed and the new version of box is available on CRAN, all :: calls should be replaced with the proper box import.

Changes