Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not use plan(multiprocess). Instead, use plan(multisession) #747

Merged
merged 2 commits into from
Dec 30, 2020

Conversation

schloerke
Copy link
Collaborator

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

PR task list:

  • Update NEWS
  • [na] Add tests
  • [na] Update documentation with devtools::document()

@schloerke schloerke merged commit 6499ed9 into master Dec 30, 2020
@schloerke schloerke deleted the future_plan branch December 30, 2020 23:43
schloerke added a commit that referenced this pull request Jan 5, 2021
* master:
  Quote the version number in Dockerfile (#751)
  Do not use `plan(multiprocess)`. Instead, use `plan(multisession)` (#747)
  Default res headers to named list instead of list (#745)
  Add stage debugging section in Tips&Tricks (#741)
  Switch `Plumber$print()` wording to use magrittr api (#742)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant