Skip to content

Commit

Permalink
1.2.0 release candidate (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: cpsievert <cpsievert@users.noreply.github.com>
  • Loading branch information
cpsievert and cpsievert authored Nov 4, 2021
1 parent 80ee1cb commit 2bd0a03
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 270 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
^tools$
^_pkgdown\.yml$
^pkgdown$
^sandbox$
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.RData
node_modules
coverage
sandbox
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: crosstalk
Type: Package
Title: Inter-Widget Interactivity for HTML Widgets
Version: 1.1.1.9000
Version: 1.2.0
Authors@R: c(
person("Joe", "Cheng", role = "aut", email = "joe@rstudio.com"),
person("Carson", "Sievert", role = c("aut", "cre"),
Expand Down Expand Up @@ -47,5 +47,5 @@ Suggests:
bslib
URL: https://rstudio.github.io/crosstalk/
BugReports: https://github.com/rstudio/crosstalk/issues
RoxygenNote: 7.1.1
RoxygenNote: 7.1.2
Encoding: UTF-8
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## crosstalk 1.1.1.9000
## crosstalk 1.2.0

### Breaking changes

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crosstalk",
"version": "1.1.1-alpha.9000",
"version": "1.2.0",
"description": "",
"main": "inst/www/js/crosstalk.js",
"directories": {
Expand Down
41 changes: 0 additions & 41 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,2 @@
# Platform

|field |value |
|:--------|:----------------------------|
|version |R version 4.0.3 (2020-10-10) |
|os |macOS Big Sur 10.16 |
|system |x86_64, darwin17.0 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |America/Chicago |
|date |2021-01-11 |

# Dependencies

|package |old |new |Δ |
|:---------|:-------|:-----|:--|
|crosstalk |1.1.0.1 |1.1.1 |* |

# Revdeps

## All (16)

|package |version |error |warning |note |
|:--------------------------------------|:--------|:-----|:-------|:----|
|[DT](problems.md#dt) |0.17 | | |1 |
|enviGCMS |0.6.6 | | | |
|GGally |2.1.0 | | | |
|[govdown](problems.md#govdown) |0.10.0 |1 | | |
|gprofiler2 |0.2.0 | | | |
|leaflet |2.0.4.1 | | | |
|parcoords |1.0.0 | | | |
|[plotly](problems.md#plotly) |4.9.3 |1 | |1 |
|[RagGrid](problems.md#raggrid) |0.2.0 | | |1 |
|reactable |0.2.3 | | | |
|[rgl](problems.md#rgl) |0.104.16 | | |1 |
|[sigmajs](problems.md#sigmajs) |0.1.5 | | |1 |
|[SimSurvey](problems.md#simsurvey) |0.1.2 | | |2 |
|threejs |0.3.3 | | | |
|[tsibbletalk](problems.md#tsibbletalk) |0.1.0 | | |1 |
|upsetjs |1.6.0 | | | |

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 16 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 21 reverse dependencies, 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
225 changes: 1 addition & 224 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -1,224 +1 @@
# DT

<details>

* Version: 0.17
* GitHub: https://github.com/rstudio/DT
* Source code: https://github.com/cran/DT
* Date/Publication: 2021-01-06 16:01:25 UTC
* Number of recursive dependencies: 35

Run `revdep_details(, "DT")` for more info

</details>

## In both

* checking installed package size ... NOTE
```
installed size is 5.2Mb
sub-directories of 1Mb or more:
htmlwidgets 4.3Mb
```
# govdown
<details>
* Version: 0.10.0
* GitHub: https://github.com/ukgovdatascience/govdown
* Source code: https://github.com/cran/govdown
* Date/Publication: 2020-07-07 14:50:06 UTC
* Number of recursive dependencies: 53
Run `revdep_details(, "govdown")` for more info
</details>
## In both
* checking tests ...
```
ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
1. └─rmarkdown::render_site(site_dir)
2. └─generator$render(...)
3. └─base::sapply(...)
4. └─base::lapply(X = X, FUN = FUN, ...)
5. └─rmarkdown:::FUN(X[[i]], ...)
6. └─rmarkdown:::render_one(...)
7. ├─base::suppressMessages(rmarkdown::render(...))
8. │ └─base::withCallingHandlers(...)
9. └─rmarkdown::render(...)
10. └─rmarkdown::pandoc_available(required_pandoc, error = TRUE)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
```
# plotly
<details>
* Version: 4.9.3
* GitHub: https://github.com/ropensci/plotly
* Source code: https://github.com/cran/plotly
* Date/Publication: 2021-01-10 14:30:02 UTC
* Number of recursive dependencies: 157
Run `revdep_details(, "plotly")` for more info
</details>
## In both
* checking tests ...
```
ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
---
> "href": "jquery-3.5.1"
451c451
< "version": "1.1.0.1",
---
> "version": "1.1.1",
453c453
< "href": "crosstalk-1.1.0.1"
---
> "href": "crosstalk-1.1.1"
[ FAIL 1 | WARN 114 | SKIP 24 | PASS 1522 ]
Error: Test failures
Execution halted
```
* checking installed package size ... NOTE
```
installed size is 6.8Mb
sub-directories of 1Mb or more:
htmlwidgets 3.8Mb
```
# RagGrid
<details>
* Version: 0.2.0
* GitHub: https://github.com/no-types/RagGrid
* Source code: https://github.com/cran/RagGrid
* Date/Publication: 2018-08-12 09:30:03 UTC
* Number of recursive dependencies: 34
Run `revdep_details(, "RagGrid")` for more info
</details>
## In both
* checking dependencies in R code ... NOTE
```
Namespace in Imports field not imported from: ‘knitr’
All declared Imports should be used.
```
# rgl
<details>
* Version: 0.104.16
* GitHub: NA
* Source code: https://github.com/cran/rgl
* Date/Publication: 2021-01-10 17:10:13 UTC
* Number of recursive dependencies: 65
Run `revdep_details(, "rgl")` for more info
</details>
## In both
* checking installed package size ... NOTE
```
installed size is 7.1Mb
sub-directories of 1Mb or more:
doc 3.0Mb
fonts 1.5Mb
```
# sigmajs
<details>
* Version: 0.1.5
* GitHub: https://github.com/JohnCoene/sigmajs
* Source code: https://github.com/cran/sigmajs
* Date/Publication: 2020-06-18 18:10:02 UTC
* Number of recursive dependencies: 65
Run `revdep_details(, "sigmajs")` for more info
</details>
## In both
* checking data for non-ASCII characters ... NOTE
```
Note: found 28 marked UTF-8 strings
```
# SimSurvey
<details>
* Version: 0.1.2
* GitHub: https://github.com/PaulRegular/SimSurvey
* Source code: https://github.com/cran/SimSurvey
* Date/Publication: 2020-09-09 09:10:07 UTC
* Number of recursive dependencies: 111
Run `revdep_details(, "SimSurvey")` for more info
</details>
## In both
* checking package dependencies ... NOTE
```
Package suggested but not available for checking: ‘INLA’
```
* checking dependencies in R code ... NOTE
```
Namespaces in Imports field not imported from:
‘igraph’ ‘rgeos’ ‘sp’
All declared Imports should be used.
```
# tsibbletalk
<details>
* Version: 0.1.0
* GitHub: NA
* Source code: https://github.com/cran/tsibbletalk
* Date/Publication: 2020-10-02 08:40:02 UTC
* Number of recursive dependencies: 89
Run `revdep_details(, "tsibbletalk")` for more info
</details>
## In both
* checking dependencies in R code ... NOTE
```
Namespaces in Imports field not imported from:
‘R6’ ‘crosstalk’
All declared Imports should be used.
```
*Wow, no problems at all. :)*

0 comments on commit 2bd0a03

Please sign in to comment.