Skip to content

[R-pkg-devel] puzzling result from revdep_check()

1 message · Steven Jenkins

#
Running as a command indicates everything as expected:
?? INIT ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? Computing revdeps ??
?? INSTALL ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? 2 versions ??
Installing CRAN version of rollupTree
Installing DEV version of rollupTree
Installing 1 packages: igraph
?? CHECK ??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? 1 packages ??
? massProps 0.2.0                        ?? E: 0     | W: 0     | N: 0                                                                                                    
OK: 1                                                                                                                                                                   
BROKEN: 0
Total time: <1 min
?? REPORT ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
Writing summary to 'revdep/README.md'
Writing problems to 'revdep/problems.md'
Writing failures to 'revdep/failures.md'
Writing CRAN report to 'revdep/cran.md?

Despite logging the revdep massProps 0.2.0 above, the Revdeps section in the summary is empty. What am I missing?

# Platform

|field    |value                                 |
|:--------|:-------------------------------------|
|version  |R version 4.4.2 (2024-10-31)          |
|os       |macOS Sequoia 15.1.1                  |
|system   |aarch64, darwin20                     |
|ui       |RStudio                               |
|language |(EN)                                  |
|collate  |en_US.UTF-8                           |
|ctype    |en_US.UTF-8                           |
|tz       |America/New_York                      |
|date     |2025-02-05                            |
|rstudio  |2024.12.0+467 Kousa Dogwood (desktop) |
|pandoc   |3.6.2 @ /usr/local/bin/pandoc         |

# Dependencies

|package    |old   |new        |?  |
|:----------|:-----|:----------|:--|
|rollupTree |0.2.0 |0.2.0.9000 |*  |
|igraph     |NA    |2.1.4      |*  |

# Revdeps

Steve