updating ggplot2Animint with new function names#1
Open
vivekktiwari wants to merge 119 commits intovivekktiwari:masterfrom
Open
updating ggplot2Animint with new function names#1vivekktiwari wants to merge 119 commits intovivekktiwari:masterfrom
vivekktiwari wants to merge 119 commits intovivekktiwari:masterfrom
Conversation
…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'
```
…lot2 into validate-params
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
adding few documentation
adding documentation
…nctions are now a_guides_* and a_guide_*
…are now a_label_*
…s are now a_aes_*
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.