Skip to content

Commit

Permalink
feat: add callr encapsulation (#24)
Browse files Browse the repository at this point in the history
* feat: add callr encapsulation

* draft

* draft

* refactor: read functions

* refactor: combine read functions

* chore: pkgdown
  • Loading branch information
be-marc authored Jan 29, 2024
1 parent 1451787 commit 6b6122e
Show file tree
Hide file tree
Showing 16 changed files with 1,006 additions and 554 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Imports:
jsonlite,
lgr,
mlr3misc,
parallel,
processx,
redux,
rlecuyer,
uuid
Suggests:
callr,
Expand All @@ -28,6 +28,6 @@ Suggests:
withr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.2.3.9000
Config/testthat/edition: 3
Config/testthat/parallel: false
4 changes: 3 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ export(rush_available)
export(rush_config)
export(rush_plan)
export(start_worker)
export(worker_loop_callr)
export(worker_loop_default)
import(checkmate)
import(data.table)
import(mlr3misc)
import(redux)
import(rlecuyer)
importFrom(jsonlite,fromJSON)
importFrom(parallel,nextRNGStream)
importFrom(parallel,nextRNGSubStream)
importFrom(processx,process)
importFrom(utils,str)
importFrom(uuid,UUIDgenerate)
Loading

0 comments on commit 6b6122e

Please sign in to comment.