is.r.package | R Documentation |
Check if ‘.tar.gz’ file is an R package.
is.r.package(targz, spec = NULL, warn = TRUE)
targz |
a filename ending with |
spec |
an optional list generated with |
warn |
whether to warn if the file contents look like an R package nested inside a repository. |
The only purpose of passing spec
is to get a more helpful warning
message if the file contents look like an R package nested inside a
repository.
Logical indicating whether targz
is an R package.
## Not run:
is.r.package("boot/software/SAM.tar.gz")
is.r.package("boot/software/stockassessment.tar.gz")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.