sm.options(poly.index = 0)
# subsequent regression estimations will be performed using local means
# instead of local regression
#
sm.options(describe = FALSE)
# turns off typing documentation files of data loaded by `sm.script'
# (works from command-line)
#
setHook(packageEvent("sm", "onLoad"),
function(...) sm.options(describe = FALSE)))
# this line can be inserted in `.Rprofile' for permanent customisation
Run the code above in your browser using DataLab