python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
object not found when creating targets list programmatically
I'm trying to generate a {targets} list programmatically, via a function in an R package.
get_pipeline <- function(which_countries) {
countries <- NULL # avoid R CMD CHECK warning
print(whic...
Matthew Kuperus Heun
Votes: 0
Answers: 1
Using reticulate with targets
I'm having this weird issue where my target, which interfaces a slightly customized python module (installed with pip install --editable) through reticulate, gives different results when it's being ca...
Extrapolator
Votes: 0
Answers: 0
R targets: Create two targets for each row in a tibble to track meta data and the resulting file
I want to utilize the R package targets to call shell commands and read results, e.g. the exit code into a new target. The commands are organized as a tibble with metadata attached to them. Currently,...
danlooo
Votes: 0
Answers: 0
Non-interactive tar_visnetwork()/tar_glimpse()?
Background: I work in terminal R on a remote system and don't have interactive graphical capabilities. Perhaps I could manage to get X11 working but so far I have been productive using some workaround...
Extrapolator
Votes: 0
Answers: 1