How to do I interpret/fix error when using tar_visnetwork() function in the targets package?

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.

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.