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.
|
- #!/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.
-
- targets::tar_make()
- # targets::tar_make_clustermq(workers = 2) # nolint
- # targets::tar_make_future(workers = 2) # nolint
|