Closed jameslamb closed 7 months ago
I've observed that most of the packages on this list also have 0 dependencies in the report produced by DependencyReporter
, with a message like this on the Dependency tab
## Error in log_fatal(sprintf(msg, self$pkg_name, paste(private$dep_types, : Package 'gamair' does not have any dependencies in [Imports, Depends]. If you think this is an error consider adding more dependency types in your definition of DependencyReporter. For example: DependencyReporter$new(dep_types = c('Imports', 'Depends', 'Suggests'))
I'm unsure of the exact issue, but the following code
Yields an error like the following on the Function Network tab (generated by
FunctionReporter
):I've observed this error for the following packages:
carData
datasets
extrafontdb
fontBitstreamVera
fontcm
fontLiberation
FrF2.catlg128
gamair
ggplot2movies
ISOcodes
ISwR
MEMSS
mlmRev
networkDynamicData
nycflights
pder
plogr
RcppProgress
rnaturalearthdata
TH.data
discovered via the code in #252