With: ```r # _targets.R file library(targets) list( tar_target(x, seq_len(1e4)), tar_target(y, x, pattern = map(x)) ) ``` and: ```r # R console tar_make() proffer::pprof(tar_outdated(callr_function = NULL)) ``` I see: 