View source: R/fix_desc_remotes.R
fix_desc_remotes | R Documentation |
Fix DESCRIPTION Remotes field
fix_desc_remotes(file, outfile = file)
file |
path to DESCRIPTION file |
outfile |
path to DESCRIPTION output file |
Character path of output file
tfile = tempfile()
path = system.file("bad_remotes_DESCRIPTION",
package = "neuroc.deps")
fixed = fix_desc_remotes(path, tfile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.