Ricardo Rodrigo Basa

Results 27 comments of Ricardo Rodrigo Basa

It might be better to report this to VSCode-R-Debugger or its dependencies.

@klmr , to make `{box.linters}` work we wrote a "hacky" [`get_box_module_exports()`](https://github.com/Appsilon/box.linters/blob/main/R/get_box_module_exports.R) to get results similar to `base::getNamespaceExports()`. As far as we can tell, this does not attach the modules or...

> @radbasa Does `{box.linters}` also support modules from https://github.com/wahani/modules? `{box.linters}` is specific to how `{box}` works.

@latot, we recently released [`{box.linters}`](https://cran.r-project.org/package=box.linters). Please take a look. We would appreciate feedback.

~~PR #607 will fix the E2E test error in format_r() stage.~~ Already merged!

Because you initialized `renv`, you may have to reinstall all your package dependecies under `renv`. That includes `covr`. Note: packages don't really work well with `renv`.