Skip to content

Strategy 'multiprocess' is deprecated in future (>= 1.20.0) #5

@doncqueurs

Description

@doncqueurs

When I run the example "shiny.worker demo" I get the following error message:

Warning: Strategy 'multiprocess' is deprecated in future (>= 1.20.0). Instead, explicitly specify either 'multisession' or 'multicore'. In the current R session, 'multiprocess' equals 'multisession'.

When I replace (in worker.R):

#' Initialize the worker's registry
initialize = function() {
   plan(multiprocess)
},

with:

initialize = function() {
   plan(multisession)
},

Things work fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions