in_dir {devtools}R Documentation

Deprecated Functions

Description

These functions are Deprecated in this release of devtools, they will be marked as Defunct and removed in a future version.

Usage

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_dir

working directory

with_collate

collation order

with_envvar

environmental variables

with_lib

library paths, prepending to current libpaths

with_libpaths

library paths, replacing current libpaths

with_locale

any locale setting

with_makevars

Temporarily change contents of an existing Makevars file.

with_options

options

with_par

graphics parameters

with_path

PATH environment variable


[Package devtools version 1.13.6 Index]