beanumber / openWARData

An R package consisting of data associated with openWAR
7 stars 1 forks source link

Another call to "densityplot" #7

Closed znmeb closed 9 years ago

znmeb commented 9 years ago

I've forked openWARData and am trying to build it with RStudio. Currently it's failing the R CMD CHECK with

> # Get data from yesterday
> ds = getrWAR()
> mosaic::densityplot(~WAR, data=ds, plot.points=FALSE)
Error: 'densityplot' is not an exported object from 'namespace:mosaic'
Execution halted

I guess the easiest fix would be to delete that example but I didn't want to do a pull request without checking.

znmeb commented 9 years ago

I should note that I'm using Mosaic from Github, not from CRAN - specifically, https://github.com/ProjectMOSAIC/mosaic/releases/tag/v0.10.0

beanumber commented 9 years ago

This has been removed.