Open jhk0530 opened 1 year ago
Hi, thanks for nice package.
I followed issue related "fa-icon list" #81 . and tried omsvg package's info_lineawesome()
omsvg
info_lineawesome()
after that, When I call fa while omsvg is loaded, fa returns icon and error message (which not effected to icon maybe)
fa
Here is minimal code to reproduce this problem.
library(fontawesome) library(omsvg) fa('r-project')
Error in svg$width : $ operator is invalid for atomic vectors
r: 4.2.2 rstudio: 2022.12.0 build 353 fontawesome: 0.5.0.9000 omsvg: 0.1.0
I uploaded this issue in fontawesome but I'm not sure about whether this issue is caused by omsvg, or fontawesome.
fontawesome
Problem
Hi, thanks for nice package.
I followed issue related "fa-icon list" #81 . and tried
omsvg
package'sinfo_lineawesome()
after that, When I call
fa
whileomsvg
is loaded,fa
returns icon and error message (which not effected to icon maybe)Reproducible code
Here is minimal code to reproduce this problem.
Version info
r: 4.2.2 rstudio: 2022.12.0 build 353 fontawesome: 0.5.0.9000 omsvg: 0.1.0
ETC
I uploaded this issue in
fontawesome
but I'm not sure about whether this issue is caused byomsvg
, orfontawesome
.