Skip to content

Personal R Package Of Handy Functions And Simple Data References

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

JasonLocklin/PPackage

Repository files navigation

PPackage

R-CMD-check Codecov test coverage

The goal of PPackage is to provide a personal R package of handy functions and small data sets that can be available to any project I’m working on.

Installation

You can install the development version of PPackage from GitHub with:

# install.packages("devtools")
devtools::install_github("JasonLocklin/PPackage", force=TRUE)
#> Downloading GitHub repo JasonLocklin/PPackage@HEAD
#> ── R CMD build ─────────────────────────────────────────────────────────────────
#>      checking for file ‘/private/var/folders/_f/mnsldm313pl88dzjpc5kz3tr0000gq/T/RtmpLZNYxV/remotes4da7f2adb64/JasonLocklin-PPackage-c50eef6/DESCRIPTION’ ...  ✔  checking for file ‘/private/var/folders/_f/mnsldm313pl88dzjpc5kz3tr0000gq/T/RtmpLZNYxV/remotes4da7f2adb64/JasonLocklin-PPackage-c50eef6/DESCRIPTION’
#>   ─  preparing ‘PPackage’:
#>      checking DESCRIPTION meta-information ...  ✔  checking DESCRIPTION meta-information
#>   ─  checking for LF line-endings in source and make files and shell scripts
#>   ─  checking for empty or unneeded directories
#>   ─  building ‘PPackage_0.0.0.9000.tar.gz’
#>      
#> 

Documentation

Full documentation website on: https://JasonLocklin.github.io/PPackage

Documentation

Full documentation website on: https://JasonLocklin.github.io/PPackage

Example

This is a basic example which shows you how to solve a common problem:

library(PPackage)
## basic example code

What is special about using README.Rmd instead of just README.md? You can include R chunks like so:

#head(schools)

You’ll still need to render README.Rmd regularly, to keep README.md up-to-date. devtools::build_readme() is handy for this.

You can also embed plots, for example:

In that case, don’t forget to commit and push the resulting figure files, so they display on GitHub and CRAN.

About

Personal R Package Of Handy Functions And Simple Data References

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages