Closed magda-tatarynowicz closed 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?)
A. Added importFrom
B. Removed config.r. Instead of that, all constant variables are set in .onLoad function
Thanks
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?)