You can install this package from GitHub:
# install.packages("remotes")
remotes::install_github("jhelvy/jph")
Load the package with:
library(jph)
See the Reference documentation page for descriptions and details of all package functions.
- Author: John Paul Helveston https://www.jhelvy.com/
- Date First Written: Saturday, March 18, 2017 in the Cathedral of Learning in Pittsburgh, PA
- License: MIT
If you use this package for in a publication, I would greatly appreciate
it if you cited it - you can get the citation by typing
citation("jph")
into R:
citation("jph")
#>
#> To cite jph in publications use:
#>
#> John Paul Helveston (2021). Miscellaneous R Functions. R package
#> version 1.5.0
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {jph: Miscellaneous R Functions},
#> author = {John Paul Helveston},
#> year = {2021},
#> note = {R package version 1.5.0},
#> url = {https://jhelvy.github.io/jph/},
#> }