Skip to content

Commit

Permalink
ready for submission
Browse files Browse the repository at this point in the history
  • Loading branch information
cb4ds committed Nov 3, 2023
1 parent ce9dd7c commit 459eae8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: canvasXpress
Version: 1.46.9.9000
Version: 1.46.9
Title: Visualization Package for CanvasXpress in R
Description: Enables creation of visualizations using the CanvasXpress framework
in R. CanvasXpress is a standalone JavaScript library for reproducible research
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ For detailed information on changes to the stand-alone JavaScript CanvasXpress l

---

## v1.46.9
* Updated CanvasXpress JS and CSS libraries to v46.9
* Added piping support and tests

## v1.45.4
* Updated CanvasXpress JS and CSS libraries to v45.4
* Updated ggplot conversion functionality to expand functionality and fix bugs
Expand Down
8 changes: 4 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## Comments from Maintainer

* Updated JS underlying library
* Updated ggplot functionality for conversions to canvasXpress
* Added piping capability
* Added tests

---

Expand Down Expand Up @@ -53,15 +54,14 @@ devtools::check()

```
> revdepcheck::cran_revdeps('canvasXpress', bioc = T)
[1] "canvasXpress" "canvasXpress.data" "DGEobj.utils" "MAFDash" "periscope"
[1] "canvasXpress" "canvasXpress.data" "DGEobj.utils" "MAFDash" "periscope" "periscope2"
```

```
> revdepcheck:: revdep_report_cran()
## revdepcheck results
We checked 4 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 5 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
* We saw 0 new problems
* We failed to check 0 packages
Expand Down

0 comments on commit 459eae8

Please sign in to comment.