lock2desc | R Documentation |
By default, this will take in a lockfile or a desc object and convert it to an equivalent DESCRIPTION file for use with packages that check for system dependencies.
lock2desc(lockfile, desc = tempfile())
lockfile |
the path to the renv lockfile OR a |
desc |
the path to the new description file |
the path to the new description file
lock <- system.file("renv.lock", package = "vise")
lock2desc(lock)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.