Skip to content

Commit d6916ad

Browse files
committed
Prepare CRAN #2
1 parent fe7d707 commit d6916ad

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
^LICENSE\.md$
1010
^inst/htmlwidgets/lib/d3/node_modules/
1111
^inst/htmlwidgets/lib/leaflet/node_modules/
12+
^cran-comments\.md$

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ vignettes/*.pdf
2929
inst/doc
3030
inst/htmlwidgets/lib/d3/node_modules/
3131
inst/htmlwidgets/lib/leaflet/node_modules/
32+
cran-comments.md

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Authors@R: c(person("Felix","Mannhardt", email = "[email protected]", ro
77
Description: Provides animated process maps based on the 'procesmapR' package.
88
Cases stored in event logs created with with 'bupaR' S3 class eventlog() are
99
rendered as tokens (SVG shapes) and animated according to their occurrence
10-
times on top of the process map. For rendering SVG animations (SMIL) and the
10+
times on top of the process map. For rendering SVG animations ('SMIL') and the
1111
'htmlwidget' package are used.
1212
License: MIT + file LICENSE
1313
Encoding: UTF-8

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
* Integration with `heuristicsmineR` for `animation_mode="off"`
44
* Added vignette contributed by @DomRowney
55
* Fix several minor issues with knitR and JS selection code
6+
* Fixed issue #16
67
* Update embedded leaflet to v1.5.1
78
* Security fix for embedded JS library braces used by leaflet
89

9-
1010
## processanimateR 1.0.0
1111

1212
There are breaking changes in the API between v0.3.0 and v1.0.0. The old API was not maintainable and to avoid the list of parameters growing even more, the decision to move to a new API was made.

0 commit comments

Comments
 (0)