ProjectMOSAIC / mosaic

Project MOSAIC R package
http://mosaic-web.org/
93 stars 26 forks source link

scatterString not found error? #798

Closed beanumber closed 2 years ago

beanumber commented 2 years ago
> mplot(penguins)
Choose a plot type. 

1: 1-variable (histogram, density plot, etc.)
2: 2-variable (scatter, boxplot, etc.)
3: map

Selection: 2
Error in .scatterString(vals, system, variables = variables) : 
  could not find function ".scatterString"

In lab right now and everyone is having this problem. I haven't had time to investigate. Is there a quick fix?

beanumber commented 2 years ago

Also,

> mosaic:::.scatterString
NULL
rpruim commented 2 years ago

It looks like two lines of code have been inverted somehow. The fix is easy. I'll be pushing to github momentarily and I'll submit and emergency fix to CRAN.

rpruim commented 2 years ago

@beanumber, this should be fixed on github and will be making its way to CRAN. Sorry for the unexpected hassle. Looks like I did a "paste before" when it should have been a "paste after" when adding a check_installed() to reduce dependencies that are not needed for all users.

beanumber commented 2 years ago

Thanks @rpruim !