# this sets the dev folder in the libPath
tryCatch(
  devtools::dev_mode(on = TRUE),
  error = function(e) invisible()
)
