Skip to content

Commit cf04bf0

Browse files
authored
Merge pull request #464 from ramnathv/rc-v1.6.2
v1.6.2 release candidate
2 parents 7587396 + 71d9b03 commit cf04bf0

File tree

6 files changed

+6
-195
lines changed

6 files changed

+6
-195
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.6.1.9000
4+
Version: 1.6.2
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.6.1.9000
1+
htmlwidgets 1.6.2
22
------------------------------------------------------
33

44
* Closed #452: `as.tag.htmlwidget()` now includes `...` in it's function signature (for compatibility with the `htmltools::as.tags` generic).

revdep/README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Revdeps
22

3-
## Failed to check (22)
3+
## Failed to check (21)
44

55
|package |version |error |warning |note |
66
|:-------|:-------|:-----|:-------|:----|
@@ -25,13 +25,4 @@
2525
|NA |? | | | |
2626
|NA |? | | | |
2727
|NA |? | | | |
28-
|NA |? | | | |
29-
30-
## New problems (3)
31-
32-
|package |version |error |warning |note |
33-
|:--------------|:-------|:------|:-------|:----|
34-
|[clinUtils](problems.md#clinutils)|0.1.3 |__+1__ | |1 |
35-
|[connectwidgets](problems.md#connectwidgets)|0.1.1 |__+1__ | |1 |
36-
|[slickR](problems.md#slickr)|0.5.0 |__+1__ | | |
3728

revdep/cran.md

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

3-
We checked 289 reverse dependencies (267 from CRAN + 22 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 296 reverse dependencies (275 from CRAN + 21 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
44

5-
* We saw 3 new problems
5+
* We saw 0 new problems
66
* We failed to check 0 packages
77

8-
Issues with CRAN packages are summarised below.
9-
10-
### New problems
11-
(This reports the first line of each new failure)
12-
13-
* clinUtils
14-
checking tests ... ERROR
15-
16-
* connectwidgets
17-
checking tests ... ERROR
18-
19-
* slickR
20-
checking tests ... ERROR
21-

revdep/failures.md

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -732,39 +732,4 @@ Run `revdepcheck::cloud_details(, "NA")` for more info
732732
733733
734734
735-
```
736-
# NA
737-
738-
<details>
739-
740-
* Version: NA
741-
* GitHub: NA
742-
* Source code: https://github.com/cran/NA
743-
* Number of recursive dependencies: 0
744-
745-
Run `revdepcheck::cloud_details(, "NA")` for more info
746-
747-
</details>
748-
749-
## Error before installation
750-
751-
### Devel
752-
753-
```
754-
755-
756-
757-
758-
759-
760-
```
761-
### CRAN
762-
763-
```
764-
765-
766-
767-
768-
769-
770735
```

revdep/problems.md

Lines changed: 1 addition & 132 deletions
Original file line numberDiff line numberDiff line change
@@ -1,132 +1 @@
1-
# clinUtils
2-
3-
<details>
4-
5-
* Version: 0.1.3
6-
* GitHub: https://github.com/openanalytics/clinUtils
7-
* Source code: https://github.com/cran/clinUtils
8-
* Date/Publication: 2022-10-24 16:25:08 UTC
9-
* Number of recursive dependencies: 104
10-
11-
Run `revdepcheck::cloud_details(, "clinUtils")` for more info
12-
13-
</details>
14-
15-
## Newly broken
16-
17-
* checking tests ... ERROR
18-
```
19-
Running ‘testthat.R’
20-
Running the tests in ‘tests/testthat.R’ failed.
21-
Last 13 lines of output:
22-
> test_check("clinUtils")
23-
[ FAIL 2 | WARN 0 | SKIP 2 | PASS 300 ]
24-
25-
══ Skipped tests ═══════════════════════════════════════════════════════════════
26-
• On CRAN (2)
27-
28-
══ Failed tests ════════════════════════════════════════════════════════════════
29-
── Failure ('test_knitPrintListPlots.R:151'): A list of interactive plots (plotly) is correctly included ──
30-
grep("class=\"plotly html-widget\"", outputHTMLPlots) has length 0, not length 2.
31-
── Failure ('test_knitPrintListPlots.R:169'): A list of interactive objects (plotly) is correctly included ──
32-
grep("class=\"plotly html-widget\"", outputHTMLObjects) has length 0, not length 2.
33-
34-
[ FAIL 2 | WARN 0 | SKIP 2 | PASS 300 ]
35-
Error: Test failures
36-
Execution halted
37-
```
38-
39-
## In both
40-
41-
* checking installed package size ... NOTE
42-
```
43-
installed size is 6.5Mb
44-
sub-directories of 1Mb or more:
45-
doc 5.4Mb
46-
```
47-
48-
# connectwidgets
49-
50-
<details>
51-
52-
* Version: 0.1.1
53-
* GitHub: https://github.com/rstudio/connectwidgets
54-
* Source code: https://github.com/cran/connectwidgets
55-
* Date/Publication: 2021-07-23 09:40:02 UTC
56-
* Number of recursive dependencies: 79
57-
58-
Run `revdepcheck::cloud_details(, "connectwidgets")` for more info
59-
60-
</details>
61-
62-
## Newly broken
63-
64-
* checking tests ... ERROR
65-
```
66-
Running ‘testthat.R’
67-
Running the tests in ‘tests/testthat.R’ failed.
68-
Last 13 lines of output:
69-
output[[1]][[4]]$attribs$class not equal to "rsc_grid html-widget html-widget-output".
70-
1/1 mismatches
71-
x[1]: "rsc_grid html-widget html-widget-output shiny-report-size html-fill-item-
72-
x[1]: overflow-hidden"
73-
y[1]: "rsc_grid html-widget html-widget-output"
74-
── Failure ('test-rsc_search.R:89'): rscsearchOutput ───────────────────────────
75-
output[[1]][[4]]$attribs$class not equal to "rsc_search html-widget html-widget-output".
76-
1/1 mismatches
77-
x[1]: "rsc_search html-widget html-widget-output shiny-report-size html-fill-ite
78-
x[1]: m-overflow-hidden"
79-
y[1]: "rsc_search html-widget html-widget-output"
80-
81-
[ FAIL 4 | WARN 4 | SKIP 0 | PASS 114 ]
82-
Error: Test failures
83-
Execution halted
84-
```
85-
86-
## In both
87-
88-
* checking dependencies in R code ... NOTE
89-
```
90-
Namespaces in Imports field not imported from:
91-
‘R6’ ‘httr’ ‘jsonlite’
92-
All declared Imports should be used.
93-
```
94-
95-
# slickR
96-
97-
<details>
98-
99-
* Version: 0.5.0
100-
* GitHub: https://github.com/yonicd/slickR
101-
* Source code: https://github.com/cran/slickR
102-
* Date/Publication: 2020-12-18 16:10:02 UTC
103-
* Number of recursive dependencies: 91
104-
105-
Run `revdepcheck::cloud_details(, "slickR")` for more info
106-
107-
</details>
108-
109-
## Newly broken
110-
111-
* checking tests ... ERROR
112-
```
113-
Running ‘testthat.R’
114-
Running the tests in ‘tests/testthat.R’ failed.
115-
Last 13 lines of output:
116-
── Failure ('test-widget.R:80'): slickR settings: add dots ─────────────────────
117-
w1 + settings(dots = TRUE) not equal to readRDS("../assets/widget_settings.Rds").
118-
Component "sizingPolicy": Names: 3 string mismatches
119-
Component "sizingPolicy": Length mismatch: comparison on first 6 components
120-
Component "sizingPolicy": Component 4: target is NULL, current is list
121-
Component "sizingPolicy": Component 5: Names: 1 string mismatch
122-
Component "sizingPolicy": Component 5: Length mismatch: comparison on first 5 components
123-
Component "sizingPolicy": Component 5: Component "fill": 1 element mismatch
124-
Component "sizingPolicy": Component 6: Names: 1 string mismatch
125-
Component "sizingPolicy": Component 6: Length mismatch: comparison on first 3 components
126-
Component "sizingPolicy": Component 6: Component 3: target is NULL, current is logical
127-
128-
[ FAIL 8 | WARN 0 | SKIP 0 | PASS 19 ]
129-
Error: Test failures
130-
Execution halted
131-
```
132-
1+
*Wow, no problems at all. :)*

0 commit comments

Comments
 (0)