Skip to content

Commit

Permalink
Use per-session temporary directory in rcc.r
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Jan 16, 2024
1 parent 91a9af5 commit 78101bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-01-16 Dirk Eddelbuettel <edd@debian.org>

* inst/examples/rcc.r (rccwrapper): Use env -S r -t to switch to
using a per-session temporary directory as R does

2024-01-03 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Date, Version): Roll micro version and date
Expand Down
4 changes: 2 additions & 2 deletions inst/examples/rcc.r
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env r
#!/usr/bin/env -S r -t
##
## Call 'rcmdcheck' on a package
##
## Copyright (C) 2016 - 2023 Dirk Eddelbuettel
## Copyright (C) 2016 - 2024 Dirk Eddelbuettel
##
## Released under GPL (>= 2)

Expand Down

0 comments on commit 78101bf

Please sign in to comment.