Skip to content

Commit

Permalink
doc: version up and roxygen2 new version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgohel committed Apr 26, 2024
1 parent e6fb3b7 commit 87085cb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: mschart
Type: Package
Title: Chart Generation for 'Microsoft Word' and 'Microsoft PowerPoint' Documents
Version: 0.4.0
Version: 0.4.1.001
Authors@R: c(
person("David", "Gohel", role = c("aut", "cre"),
email = "[email protected]"),
Expand Down Expand Up @@ -31,6 +31,6 @@ Imports: stats, data.table,
htmltools, utils
URL: https://ardata-fr.github.io/officeverse/, https://ardata-fr.github.io/mschart/
BugReports: https://github.com/ardata-fr/mschart/issues
RoxygenNote: 7.2.2
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Suggests: tinytest, doconv
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ importFrom(cellranger,as.range)
importFrom(cellranger,cell_limits)
importFrom(cellranger,ra_ref)
importFrom(cellranger,to_string)
importFrom(data.table,":=")
importFrom(data.table,.N)
importFrom(data.table,as.data.table)
importFrom(data.table,dcast.data.table)
importFrom(data.table,rbindlist)
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# mschart 0.4.1

## Issues

* fix issue with dcast by making sure all data are preserved.

# mschart 0.4.0

## New features
Expand Down
2 changes: 1 addition & 1 deletion man/mschart.Rd

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

0 comments on commit 87085cb

Please sign in to comment.