A bucket list without a header throws a "writeImpl(text)" error
andrie opened this issue · 0 comments
andrie commented
This code:
bucket_list(
# header = "This is a bucket list. You can drag items between the lists.",
add_rank_list(
text = "Drag from here",
labels = c("a", "bb", "ccc")
),
add_rank_list(
text = "to here",
labels = NULL
)
)
throws an error:
Error in writeImpl(text) :
Text to be written must be a length-one character vector