Skip to content

updating ggplot2Animint with new function names #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 119 commits into
base: master
Choose a base branch
from

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