Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.6.3 release candidate #476

Merged
merged 4 commits into from
Nov 22, 2023
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
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
Loading
Loading