Skip to content

Commit

Permalink
v1.6.3 release candidate (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Nov 22, 2023
1 parent 943a819 commit 7711489
Show file tree
Hide file tree
Showing 9 changed files with 367 additions and 115 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: htmlwidgets
Title: HTML Widgets for R
Version: 1.6.2.9000
Version: 1.6.3
Authors@R: c(
person("Ramnath", "Vaidyanathan", role = c("aut", "cph")),
person("Yihui", "Xie", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# htmlwidgets (development version)
# htmlwidgets 1.6.3

### Potentially breaking changes

Expand Down
2 changes: 1 addition & 1 deletion R/htmlwidgets-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#' be:
#'
#' * Used at the R console for data analysis just like conventional R plots (via RStudio Viewer)
#' * Seamlessly embedded within [R Markdown](https://rmarkdown.rstudio.com/) documents and [Shiny](https://shiny.rstudio.com/) web applications.
#' * Seamlessly embedded within [R Markdown](https://rmarkdown.rstudio.com/) documents and [Shiny](https://shiny.posit.co/) web applications.
#' * Saved as standalone web pages for ad-hoc sharing via email, Dropbox, etc.
#'
#' To get started creating your own HTML widgets, see the documentation
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
The **htmlwidgets** package provides a framework for easily creating R bindings to JavaScript libraries. Widgets created using the framework can be:

* Used at the R console for data analysis just like conventional R plots (via RStudio Viewer).
* Seamlessly embedded within [R Markdown](https://rmarkdown.rstudio.com/) documents and [Shiny](https://shiny.rstudio.com/) web applications.
* Seamlessly embedded within [R Markdown](https://rmarkdown.rstudio.com/) documents and [Shiny](https://shiny.posit.co/) web applications.
* Saved as standalone web pages for ad-hoc sharing via email, Dropbox, etc.

There are already several R packages based on **htmlwidgets**, including:
Expand Down
2 changes: 1 addition & 1 deletion man/htmlwidgets-package.Rd

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

55 changes: 31 additions & 24 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,35 @@
# Revdeps

## Failed to check (21)
## Failed to check (28)

|package |version |error |warning |note |
|:-------|:-------|:-----|:-------|:----|
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|NA |? | | | |
|package |version |error |warning |note |
|:--------------------|:-------|:-----|:-------|:----|
|bigPint |? | | | |
|bioCancer |? | | | |
|BiocPkgTools |? | | | |
|cellscape |? | | | |
|COTAN |? | | | |
|EBImage |? | | | |
|EGSEA |? | | | |
|EpiCompare |? | | | |
|flowGraph |? | | | |
|GeneNetworkBuilder |? | | | |
|Glimma |? | | | |
|gSEM |? | | | |
|inlmisc |? | | | |
|interacCircos |? | | | |
|InterCellar |? | | | |
|LACE |? | | | |
|leaflet.multiopacity |? | | | |
|leaflet.opacity |? | | | |
|mapscape |? | | | |
|MatrixQCvis |? | | | |
|MetaVolcanoR |? | | | |
|mindr |? | | | |
|modchart |? | | | |
|motifStack |? | | | |
|octad |? | | | |
|omicsViewer |? | | | |
|palmid |? | | | |
|parcats |? | | | |

2 changes: 1 addition & 1 deletion revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## revdepcheck results

We checked 296 reverse dependencies (275 from CRAN + 21 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 312 reverse dependencies (284 from CRAN + 28 from Bioconductor), 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 7711489

Please sign in to comment.