dir_find | R Documentation |
Currently the following files and directories are used.
They are all in the main revdep directory, which is revdep
in the
package tree.
library
: a collection of package libraries
library/data.sqlite
: the SQLite database that contains the check
data.
library/<checked-pkg>/old
: library that contains the old version
of the revdep-checked package, together with its dependencies.
library/<checked-pkg>/new
: library that contains the new version
of the revdep-checked package, together with its dependencies.
library/<pkg>
are the libraries for the reverse dependencies.
dir_find(
pkgdir,
what = c("root", "db", "old", "new", "pkg", "check", "checks", "lib", "pkgold",
"pkgnew", "cloud"),
package = NULL
)
dir_setup(pkgdir)
dir_setup_package(pkgdir, package)
pkgdir |
Path to the package we are revdep-checking. |
what |
Directory to query:
|
package |
The name of the package, if |
Character scalar, the requested path.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.