Use heuristics (when strict = FALSE) or presence of specific files (when strict = TRUE) to
determine package type. If one of the files is found, the package is strictly determined:
Details
If
_quarto.ymlis found, the type isquartoIf
pkgdown/_base.ymlis found, the type isanalysisIf
_pkgdown.ymlis found, the type isrdev
package_type will return unknown if strict = TRUE and none of the files are present. When
strict checking is disabled, the package is assumed to be analysis if an analysis directory
is present, and rdev if not.
