| in_dir {devtools} | R Documentation |
These functions are Deprecated in this release of devtools, they will be marked as Defunct and removed in a future version.
in_dir(new, code)
with_collate(new, code)
with_envvar(new, code, action = "replace")
with_lib(new, code)
with_libpaths(new, code)
with_locale(new, code)
with_makevars(new, code, path = file.path("~", ".R", "Makevars"))
with_options(new, code)
with_par(new, code)
with_path(new, code, add = TRUE)
in_dirworking directory
with_collatecollation order
with_envvarenvironmental variables
with_liblibrary paths, prepending to current libpaths
with_libpathslibrary paths, replacing current libpaths
with_localeany locale setting
with_makevarsTemporarily change contents of an existing Makevars file.
with_optionsoptions
with_pargraphics parameters
with_pathPATH environment variable