-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: cpsievert <cpsievert@users.noreply.github.com>
- Loading branch information
Showing
8 changed files
with
8 additions
and
270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ | |
^tools$ | ||
^_pkgdown\.yml$ | ||
^pkgdown$ | ||
^sandbox$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
.RData | ||
node_modules | ||
coverage | ||
sandbox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | | | | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. :)* |