Hello,
Following the walkthrough tutorial from the targets package manual. I also cloned the attached github repo. I'm getting the same output shown in the tutorial except when I run tar_visnetwork()
. I'm getting the following error -
Error:
! Error running targets::tar_visnetwork()
Error messages: targets::tar_meta(fields = error, complete_only = TRUE)
Debugging guide: https://books.ropensci.org/targets/debugging.html
How to ask for help: https://books.ropensci.org/targets/help.html
I'm using the latest version of targets (1.1.3). The tar_visnetwork()
function has a default argument, zoom_speed = 1
, so I'm lost on how to interpret/fix the error Last error: unused argument (zoomSpeed = self$zoom_speed)
. Any help will be appreciated.
Thanks.