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.yml
is found, the type isquarto
If
pkgdown/_base.yml
is found, the type isanalysis
If
_pkgdown.yml
is 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.