microsoft / datamations

https://microsoft.github.io/datamations/
Other
67 stars 15 forks source link

Fix R Cmd Check erroring #89

Closed sharlagelfand closed 3 years ago

sharlagelfand commented 3 years ago

The r cmd check / continuous integration is failing because of an issue where packages are loaded directly, e.g. library(dplyr). You're not supposed to do this in an R package, but it's only happening in the Shiny app - so for now I'm excluding the offending file from the check. This will be solved more fully as part of #71, since we won't run these same checks on the Shiny app on its own.

sharlagelfand commented 3 years ago

And the checks pass now! 🎉