Deyan Spasov

Results 2 issues of Deyan Spasov

I tried using possibly with the identity function and realized it failed because it expected a value. I propose modifying it in the following lines so that it could work...

feature
adverb :books:

I stumbled into this issue with vctrs package ``` > list( + tibble(a = "chr", b = 2, d = jsonlite:::as.scalar(22)), + tibble(b = 3, c = TRUE) + )...