ggtree icon indicating copy to clipboard operation
ggtree copied to clipboard

DLL requires the use of native symbols

Open msubirana opened this issue 2 years ago • 0 comments
trafficstars

with the new version of Rstudio when I run this code I got this error (in the last versions it worked ok):


p_tree = ggtree(treeFile) +
  theme(plot.margin = unit(c(0, 0, 0, 0), "pt"))

Error in vectbl_assign(x[[j]], i, recycled_value[[j]]) : 
  DLL requires the use of native symbols

msubirana avatar May 22 '23 12:05 msubirana