Skip to content

Commit

Permalink
Released 1.46.9 to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
cb4ds committed Nov 3, 2023
2 parents b78f7ad + 459eae8 commit 5ce3fc9
Show file tree
Hide file tree
Showing 32 changed files with 2,156 additions and 313 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ doc
Meta
revdep/*
!revdep/run_job.R
tests/testthat/Rplots.pdf
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.45.4
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
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export(canvasXpress.json)
export(canvasXpressOutput)
export(cxHtmlPage)
export(cxShinyExample)
export(ggplot.as.list)
export(renderCanvasXpress)
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
Loading

0 comments on commit 5ce3fc9

Please sign in to comment.