Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
config:
- {os: ubuntu-20.04, r: '3.6.3'}
- {os: ubuntu-20.04, r: '4.1.1'}
# CRAN submission required to use this R version
- {os: ubuntu-20.04, r: 'release'}
# To catch errors with upcoming R version
- {os: ubuntu-20.04, r: 'devel'}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down
2 changes: 2 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ License: Apache License (== 2)
Copyright: Bonitasoft S.A.
URL: https://github.com/process-analytics/bpmn-visualization-R
BugReports: https://github.com/process-analytics/bpmn-visualization-R/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
htmlwidgets,
Expand Down
27 changes: 16 additions & 11 deletions man/bpmnVisualization-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,29 @@
The DESCRIPTION file:
\packageDESCRIPTION{bpmnVisualization}
\packageIndices{bpmnVisualization}
~~ An overview of how to use the package, including the most important ~~
~~ functions ~~
}
\author{
\packageAuthor{bpmnVisualization}

Maintainer: \packageMaintainer{bpmnVisualization}
}
\references{
~~ Literature or other references for background information ~~
\examples{
\dontrun{

bpmnVisualization::display(bpmn_xml)

}
\keyword{
~~ Optionally other standard keywords, one per line, from file KEYWORDS in ~~
~~ the R documentation directory ~~

}
\seealso{
~~ Optional links to other man pages ~~

\section{More examples}{


See \url{https://github.com/process-analytics/bpmn-visualization-R#readme} for more usage examples.
}
\examples{
# simple examples of the most important functions

\section{Support}{


Use \url{https://github.com/process-analytics/bpmn-visualization-R/issues} for bug reports
}