Skip to content

Commit

Permalink
checks
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Sep 9, 2024
1 parent 61292de commit f433a66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,4 @@ importFrom(utils,capture.output)
importFrom(utils,compareVersion)
importFrom(utils,globalVariables)
importFrom(utils,head)
importFrom(utils,sessionInfo)
1 change: 1 addition & 0 deletions R/crew_package.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#' everything last_col matches num_range one_of starts_with
#' @importFrom tools pskill SIGINT SIGQUIT SIGTERM
#' @importFrom utils capture.output compareVersion globalVariables head
#' sessionInfo
NULL

utils::globalVariables(".")
2 changes: 1 addition & 1 deletion R/crew_worker.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ crew_worker <- function(settings, launcher, worker, instance) {
CREW_WORKER = worker,
CREW_INSTANCE = instance
)
crew_message(utils::capture.output(print(sessionInfo())))
crew_message(utils::capture.output(print(utils::sessionInfo())))
do.call(what = mirai::daemon, args = settings)
}

0 comments on commit f433a66

Please sign in to comment.