Skip to content

Conversation

@vivekktiwari
Copy link
Owner

No description provided.

faizan-khan-iit and others added 30 commits June 13, 2016 18:38
…int2``` package but have not been exported in NAMESPACE of ```ggplot2Animint```

To avoid this error:
```R
checking examples ... ERROR
Running examples in 'animint2-Ex.R' failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: animint2dir
> ### Title: Compile and render an animint in a local directory
> ### Aliases: animint2dir animint
>
> ### ** Examples
... 18 lines ...
+                   showSelected="year",
+                   clickSelects="country",
+                   data=WorldBank)+
+        geom_text(aes(fertility.rate, life.expectancy, label=country),
+                  showSelected=c("country", "year"),
+                  data=WorldBank)+
+        make_text(WorldBank, 5, 80, "year")+
+        scale_size_animint(pixel.range=c(2,20), breaks=10^(4:9)))
> animint2dir(gapminder, "WorldBank-viz")
Error: 'plot_theme' is not an exported object from 'namespace:ggplot2Animint'
Execution halted

```

And this one too(in ```animint2``` ):

```R
Missing or unexported objects:
  'ggplot2Animint::guides_geom' 'ggplot2Animint::guides_merge'
  'ggplot2Animint::guides_train' 'ggplot2Animint::plot_theme'
  'ggplot2Animint::stairstep'

```
Needed to pass test-layer.r where we check for stray params in geoms
Skip running build for master
Updated README  to reflect changes including Travis build and installation. Need to add CRAN badge and update description
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants