it is probably bad style
but can I modify options on package loading? E.g. my package should set the following options
options(java.parameters = "-Xmx8000m")
options(dplyr.width = Inf)
lattice.options(default.args = list(as.table = TRUE))
lattice.options(skip.boundary.labels = 0)
.onAttach()
to set package options in the rpushbullet package by Dirk Eddelbuettel. – Mantra