ModelOriented / modelDown

modelDown generates a website with HTML summaries for predictive models
https://ModelOriented.github.io/modelDown/
119 stars 14 forks source link

devtools::check() problems #55

Closed magda-tatarynowicz closed 5 years ago

magda-tatarynowicz commented 5 years ago

A. Consider adding importFrom("utils", "capture.output", "tail") - roxygen B. Undefined global functions or variables: DEFAULT_DEVICE DEFAULT_FONT_SIZE (from config.R file - should it be removed and variables moved to R script?)

kromash commented 5 years ago

A. Added importFrom

B. Removed config.r. Instead of that, all constant variables are set in .onLoad function

pbiecek commented 5 years ago

Thanks