print.pkgcheck | R Documentation |
Generic print method for 'pkgcheck' objects.
## S3 method for class 'pkgcheck'
print(x, deps = FALSE, ...)
x |
A 'pkgcheck' object to be printed. |
deps |
If 'TRUE', include details of dependency packages and function usage. |
... |
Further arguments pass to or from other methods (not used here). |
Nothing. Method called purely for side-effect of printing to screen.
Other pkgcheck_fns:
pkgcheck()
,
pkgcheck_bg()
## Not run:
checks <- pkgcheck ("/path/to/my/package")
print (checks) # print full checks, starting with summary
summary (checks) # print summary only
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.