Skip to content
Open
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
4 changes: 4 additions & 0 deletions R/console.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ igraph.console <- function() {
#' @family console
#' @export
console <- function() {
lifecycle::deprecate_stop(
"3.0.0",
"console()",
)
oldverb <- igraph_opt("verbose")
igraph_options(verbose = "tkconsole")
pb <- .igraph.progress.tkconsole.create(oldverb)
Expand Down
1 change: 1 addition & 0 deletions R/tkplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ assign(".next", 1, .tkplot.env)
#'
tkplot <- function(graph, canvas.width = 450, canvas.height = 450, ...) {
# nocov start
lifecycle::deprecate_stop("3.0.0", "tkplot()")
ensure_igraph(graph)

# Libraries
Expand Down
17 changes: 11 additions & 6 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
# Revdeps

## Failed to check (3)
## Failed to check (4)

|package |version |error |warning |note |
|:-----------|:-------|:-----|:-------|:----|
|caugi |1.0.0 |1 | | |
|blavaan |0.5-10 |1 | | |
|caugi |1.1.0 |1 | | |
|ClustAssess |? | | | |
|streamDAG |? | | | |

## New problems (6)
## New problems (10)

|package |version |error |warning |note |
|:----------|:--------|:------|:-------|:----|
|package |version |error |warning |note |
|:-----------|:--------|:------|:-------|:----|
|[Boptbd](problems.md#boptbd)|1.0.7 |__+1__ | | |
|[c3net](problems.md#c3net)|1.1.1.1 |__+1__ | | |
|[Cascade](problems.md#cascade)|2.3 | |__+1__ | |
|[DiagrammeR](problems.md#diagrammer)|1.0.11 |__+2__ | | |
|[ggm](problems.md#ggm)|2.5.2 |__+1__ | | |
|[jewel](problems.md#jewel)|2.0.2 |__+1__ | | |
|[manynet](problems.md#manynet)|1.7.0 |__+1__ | | |
|[optbdmaeAT](problems.md#optbdmaeat)|1.0.2 |__+1__ | | |
|[optrcdmaeAT](problems.md#optrcdmaeat)|1.0.1 |__+1__ | | |
|[rSpectral](problems.md#rspectral)|1.0.0.14 |__+1__ | | |
|[sfnetworks](problems.md#sfnetworks)|0.6.5 |__+1__ | | |

23 changes: 18 additions & 5 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,39 @@
## revdepcheck results

We checked 2210 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 2264 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 6 new problems
* We failed to check 3 packages
* We saw 10 new problems
* We failed to check 4 packages

Issues with CRAN packages are summarised below.

### New problems
(This reports the first line of each new failure)

* Boptbd
checking examples ... ERROR

* c3net
checking examples ... ERROR

* Cascade
checking whether package ‘Cascade’ can be installed ... WARNING

* DiagrammeR
checking examples ... ERROR
checking tests ... ERROR

* ggm
checking examples ... ERROR

* jewel
checking examples ... ERROR

* manynet
checking tests ... ERROR
* optbdmaeAT
checking examples ... ERROR

* optrcdmaeAT
checking examples ... ERROR

* rSpectral
checking tests ... ERROR
Expand All @@ -31,6 +43,7 @@ Issues with CRAN packages are summarised below.

### Failed to check

* blavaan (NA)
* caugi (NA)
* ClustAssess (NA)
* streamDAG (NA)
Loading
Loading