File tree 2 files changed +15
-7
lines changed
2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 41
41
# ' installed alongside the library. This file contains source and line
42
42
# ' information that allows a debugger to step through original sources.
43
43
# '
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:
47
48
# '
48
49
# ' ```
49
50
# ' # Get information about the dangling temporary path for a function in your
53
54
# ' # Remap the dangling location to the actual package path
54
55
# ' settings set target.source-map /private/tmp/Rtmpnl5XgE/R.INSTALLe5133dcc3211/mypackage /path/to/mypackage
55
56
# ' ```
57
+ # '
58
+ # ' To avoid this, set `build` to `FALSE` to install directly from the source
59
+ # ' location instead of a "built" package tarball.
56
60
# ' @param ... additional arguments passed to [remotes::install_deps()]
57
61
# ' when installing dependencies.
58
62
# ' @family package installation
You can’t perform that action at this time.
0 commit comments