- project
The project directory. If NULL
, then the active project will
be used. If no project is currently active, then the current working
directory is used instead.
- lockfile
Contents of the lockfile, or a filename containing one.
If not provided, it defaults to the project's lockfile.
- schema
Contents of a renv schema, or a filename containing a schema.
If not provided, renv's default schema is used.
- greedy
Boolean. Continue after first error?
- error
Boolean. Throw an error on parse failure?
- verbose
Boolean. If TRUE
, then an attribute errors
will list
validation failures as a data.frame
.
- strict
Boolean. Set whether the schema should be parsed strictly or
not. If in strict mode schemas will error to "prevent any unexpected
behaviours or silently ignored mistakes in user schema". For example it
will error if encounters unknown formats or unknown keywords. See
https://ajv.js.org/strict-mode.html for details.