Functions for controlling the look of package names in markdown created vignettes and easy curating of URLs for the packages.
Examples
Rpkg(qwraps2)
#> [1] "*qwraps2*"
Rpkg("qwraps2")
#> [1] "*qwraps2*"
CRANpkg(qwraps2)
#> [1] "*[qwraps2](https://cran.r-project.org/package=qwraps2)*"
CRANpkg("qwraps2")
#> [1] "*[qwraps2](https://cran.r-project.org/package=qwraps2)*"
Githubpkg(qwraps2, "dewittpe")
#> [1] "*[qwraps2](https://github.com/dewittpe/package=qwraps2)*"
Githubpkg("qwraps2", dewittpe)
#> [1] "*[qwraps2](https://github.com/dewittpe/package=qwraps2)*"
Gitlabpkg(qwraps2, "dewittpe")
#> [1] "*[qwraps2](https://gitlab.com/dewittpe/package=qwraps2)*"
Gitlabpkg("qwraps2", dewittpe)
#> [1] "*[qwraps2](https://gitlab.com/dewittpe/package=qwraps2)*"