powered by
Functions for controlling the look of package names in markdown created vignettes and easy curating of URLs for the packages.
Rpkg(pkg)CRANpkg(pkg)Githubpkg(pkg, username)Gitlabpkg(pkg, username)
CRANpkg(pkg)
Githubpkg(pkg, username)
Gitlabpkg(pkg, username)
The name of the package, will work as a quoted or raw name.
username for Github.com or Gitlab.com
Rpkg(qwraps2) Rpkg("qwraps2") CRANpkg(qwraps2) CRANpkg("qwraps2") Githubpkg(qwraps2, "dewittpe") Githubpkg("qwraps2", dewittpe) Gitlabpkg(qwraps2, "dewittpe") Gitlabpkg("qwraps2", dewittpe)
Run the code above in your browser using DataLab