Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- #!/usr/bin/env Rscript
-
- # This is a helper script to run the pipeline.
- # Choose how to execute the pipeline below.
- # See https://books.ropensci.org/targets/hpc.html
- # to learn about your options.
-
- Sys.setenv("IN_TARGETS" = "true")
- Sys.setenv("ALLOW_DOWNLOADS" = "true")
-
- targets::tar_make_future(workers = 8)
- targets::tar_make()
- # targets::tar_make_clustermq(workers = 2) # nolint
|