Skip to content

USAID-OHA-SI/gagglr

Repository files navigation

gagglr

Corralling our gaggle of OHA R utility packages

R-CMD-check gagglr status badge Lifecycle: stable :name status badge

The goal of gagglr is to provide a check to users to ensure they are using the latest versions of the core OHA utility packages since they are not updated on regular intervals.

Installation

gagglr is not on CRAN, so you will have to install it directly from rOpenSci or GitHub using the code found below.

## SETUP

  #install from rOpenSci
    install.packages('gagglr', repos = c('https://usaid-oha-si.r-universe.dev', 'https://cloud.r-project.org'))
    
  #alt: install from GitHub using pak
    #install.packages("pak")
    #pak::pak("USAID-OHA-SI/gagglr")
    
  #load the package
    library(gagglr)

## LIST TYPES OF STYLES INCLUDED WITH PACKAGE
  ls("package:gagglr")

Disclaimer: The findings, interpretation, and conclusions expressed herein are those of the authors and do not necessarily reflect the views of United States Agency for International Development. All errors remain our own.

About

Corralling our gaggle of OHA R utility packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages