box 1.1.3
Bug fixes
- Silence warnings caused by an internal change of the R HTML help display functionality (#255, #278).
- Support loading modules inside RStudio even when ‘rstudioapi’ is not installed (#293).
- Do not crash in the presence of missing arguments in function calls inside modules (#266).
- Support trailing comma in in reexports via
box::use()
(#263).
New and improved features
- Add
box::topenv()
function, analogous tobase::topenv()
(#310). - Support lazy loading data from packages (#219).
- Improve error messages for invalid
box::use()
declarations (#253). - Add
box::purge_cache()
function to force reloading all modules (@kamilzyla, #236).
This version corresponds to version 1.1.3 on CRAN.