Skip to content

Commit a3aa2b1

Browse files
committed
bump version; add revdep
1 parent 2c48df9 commit a3aa2b1

File tree

7 files changed

+1493
-2488
lines changed

7 files changed

+1493
-2488
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: htmlwidgets
22
Type: Package
33
Title: HTML Widgets for R
4-
Version: 1.5.3.9000
4+
Version: 1.5.4
55
Authors@R: c(
66
person("Ramnath", "Vaidyanathan", role = c("aut", "cph")),
77
person("Yihui", "Xie", role = c("aut")),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
htmlwidgets 1.5.3.9000
1+
htmlwidgets 1.5.4
22
-------------------------------------------------------
33

44
* Closed #320: `getDependency()` no longer includes an absolute src path in its return value. (#384)

revdep/.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
checks
22
library
3-
checks.noindex
4-
library.noindex
3+
*.noindex*
54
data.sqlite
65
*.html

revdep/README.md

Lines changed: 41 additions & 240 deletions
Large diffs are not rendered by default.

revdep/cran.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
## revdepcheck results
22

3-
We checked 217 reverse dependencies (199 from CRAN + 18 from BioConductor), comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 263 reverse dependencies (228 from CRAN + 35 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
44

55
* We saw 0 new problems
6-
* We failed to check 0 packages
6+
* We failed to check 3 packages
77

8+
Issues with CRAN packages are summarised below.
9+
10+
### Failed to check
11+
12+
* flipr (NA)
13+
* rabhit (NA)
14+
* SMITIDvisu (NA)

0 commit comments

Comments
 (0)