You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It happens the same if I use the score: dplyr_s <- pkg_score(dplyr_a) and then list2DF(dplyr_s) or as.data.frame(dplyr_s). I think it has something to do with classes pkg_score and pkg_metric.
The output is correct, and it does't affect the normal operation on the data.frame and can be saved without those characters (for example using write.csv(list2DF(dplyr_a[lengths(dplyr_a) == 1]), file = "riskmetric_score.csv")) just but it would be nice if this weren't printed on the R console.
The text was updated successfully, but these errors were encountered:
Converting a
list_of_pkg_metric
to a data.frame or a score (output class list) leads to<pillar_ornament>
on screen:Created on 2024-11-21 with reprex v2.1.1
It happens the same if I use the score:
dplyr_s <- pkg_score(dplyr_a)
and thenlist2DF(dplyr_s)
oras.data.frame(dplyr_s)
. I think it has something to do with classespkg_score
andpkg_metric
.The output is correct, and it does't affect the normal operation on the data.frame and can be saved without those characters (for example using
write.csv(list2DF(dplyr_a[lengths(dplyr_a) == 1]), file = "riskmetric_score.csv")
) just but it would be nice if this weren't printed on the R console.The text was updated successfully, but these errors were encountered: