File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 4141# ' installed alongside the library. This file contains source and line
4242# ' information that allows a debugger to step through original sources.
4343# '
44- # ' Note that since `install()` operates from a temporary directory, the source
45- # ' paths will point to dangling locations. You will need to remap these paths
46- # ' to the actual sources on your disk, e.g. with lldb:
44+ # ' Note that when `build` is set to `TRUE`, `install()` operates from a
45+ # ' temporary directory which causes the source paths to point to dangling
46+ # ' locations. You will need to remap these paths to the actual sources on your
47+ # ' disk, e.g. with lldb:
4748# '
4849# ' ```
4950# ' # Get information about the dangling temporary path for a function in your
5354# ' # Remap the dangling location to the actual package path
5455# ' settings set target.source-map /private/tmp/Rtmpnl5XgE/R.INSTALLe5133dcc3211/mypackage /path/to/mypackage
5556# ' ```
57+ # '
58+ # ' To avoid this, set `build` to `FALSE` to install directly from the source
59+ # ' location instead of a "built" package tarball.
5660# ' @param ... additional arguments passed to [remotes::install_deps()]
5761# ' when installing dependencies.
5862# ' @family package installation
You can’t perform that action at this time.
0 commit comments