Skip to content

Commit 4964e47

Browse files
committed
Add NEWS and docs for CALLR_NO_TEMP_DLLS
1 parent 72175f7 commit 4964e47

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ Config/testthat/edition: 3
4040
Encoding: UTF-8
4141
Language: en-US
4242
Roxygen: list(markdown = TRUE)
43-
RoxygenNote: 7.2.3
43+
RoxygenNote: 7.3.1.9000

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# callr (development version)
22

3+
* If the `CALLR_NO_TEMP_DLLS=true` env var is set then callr does not
4+
copy the dll the client DLL files from, in the subprocess. By
5+
default callr copies the DLL file that drives the callr subprocess into
6+
a temporary directory and loads it from there (#273).
7+
38
# callr 3.7.5
49

510
* No changes.

man/callr-package.Rd

Lines changed: 18 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)