Skip to content

Commit

Permalink
CRAN release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmannhardt committed Nov 27, 2018
1 parent 3d626fb commit 7fdb72a
Show file tree
Hide file tree
Showing 28 changed files with 56 additions and 45 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
^CRAN-RELEASE$
^Meta$
^doc$
^.*\.Rproj$
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: processanimateR
Type: Package
Title: Process Map Token Replay Animation
Version: 1.0.0.9000
Version: 1.0.0
Authors@R: c(person("Felix","Mannhardt", email = "[email protected]", role = c("aut","cre")),
person("Gert","Janssenswillen",email = "[email protected]", role = c("ctb")))
Description: Token replay animation for process maps created with
Expand Down
8 changes: 6 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ There are breaking changes in the API between v0.3.0 and v1.0.0. The old API was

### Backwards incompatible changes

* TBD
* Completely changed API to reduce the number of parameters. Factored out functions to deal with specific aspects of the visual representation of tokens to functions `token_aes` and `token_scale`.
* Dropped the `scales` based colors in favour of D3 scales and legends.

### New features

* TBD
* Added leaflet-based `renderer` that draws the process map on a geographical map.
* Added `initial_` parameters to control the initial playback state.
* Added `repeat_` parameters to control how the animation is repeated.
* Many other small improvements and tweaks.

## processanimateR 0.3.0

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ProcessanimateR provides a [htmlwidget](https://www.htmlwidgets.org/) using SVG

## Getting Started

**WARNING: There are breaking changes in the API of this package between v0.3.0 and v1.0. The documentation here is already updated to the new API in v1.0, which won't work with the released CRAN version!**
**WARNING: There are breaking changes in the API of this package between v0.3.0 and v1.0.0**

### Installing

Expand Down Expand Up @@ -100,7 +100,7 @@ Felix Mannhardt ([SINTEF Digital -- Technology Management Department](https://ww

## License

This software is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details
This software is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.

## Acknowledgments

Expand Down
2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/articles/use-external-data-to-change-tokens.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/articles/use-shiny-selections.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions docs/articles/use-token_scales.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/articles/use-with-shiny.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/activity_select_decoration.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions docs/reference/animate_process.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/attribution_osm.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/example_log.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/icon_circle.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/icon_marker.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/processanimaterOutput.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/renderProcessanimater.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/renderer_graphviz.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/renderer_leaflet.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/token_aes.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/token_scale.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/token_select_decoration.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7fdb72a

Please sign in to comment.