Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

13 lines
353B

  1. #!/usr/bin/env Rscript
  2. # This is a helper script to run the pipeline.
  3. # Choose how to execute the pipeline below.
  4. # See https://books.ropensci.org/targets/hpc.html
  5. # to learn about your options.
  6. Sys.setenv("IN_TARGETS" = "true")
  7. targets::tar_make()
  8. # targets::tar_make_clustermq(workers = 2) # nolint
  9. # targets::tar_make_future(workers = 2) # nolint