Skip to content

Commit 08777ae

Browse files
committed
allow description label
1 parent ad2ae47 commit 08777ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: R/tar_visnetwork.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ tar_visnetwork <- function(
5555
tar_assert_package("visNetwork")
5656
tar_assert_lgl(targets_only, "targets_only must be logical.")
5757
tar_assert_lgl(outdated, "outdated in tar_visnetwork() must be logical.")
58-
tar_assert_in(label, c("time", "size", "branches"))
58+
tar_assert_in(label, c("description", "time", "size", "branches"))
5959
tar_assert_scalar(degree_from, "degree_from must have length 1.")
6060
tar_assert_scalar(degree_to, "degree_to must have length 1.")
6161
tar_assert_dbl(degree_from, "degree_from must be numeric.")

0 commit comments

Comments
 (0)