Skip to content

Commit

Permalink
Make process cloneable, to avoid warnings from R6
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Feb 19, 2025
1 parent e190b4a commit a82463e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# processx (development version)

* `processx::process` objects are cloneable again, temporarily,
to avoid warning-like messages from R6 2.6.0 and later.

# processx 3.8.5

* No changes.
Expand Down
1 change: 0 additions & 1 deletion R/process.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ dummy_r6 <- function() R6::R6Class

process <- R6::R6Class(
"process",
cloneable = FALSE,
public = list(

#' @description
Expand Down

0 comments on commit a82463e

Please sign in to comment.