/climdex.pcic

Routines to compute ETCCDI Climdex indices

Primary LanguageRGNU General Public License v3.0GPL-3.0

What is climdex.pcic?

Installation

climdex.pcic is not available from CRAN at this time.

One can install from the source tarball of our official release from PCIC's website

# ensure dependency is installed
> install.packages('PCICt')
> install.packages('https://pacificclimate.org/R/climdex.pcic_1.1-11.tar.gz')

Or using the devtools package, one can install any arbitrary version, commit or branch from GitHub

# if devtools is not installed
> install.packages('devtools')

# Install the master branch for bleeding edge code
> devtools::install_github("pacificclimate/climdex.pcic")

Getting Help

New to programming or to R?

Looking for code?

Need help using the package?

  • Read the manual

    > library(climdex.pcic)
    Loading required package: PCICt
    > ?climdex.pcic
    
  • Create a new issue on the package issue tracker and label it "help wanted"[1].

Want to contribute?

Still need help?

[1]Please know that the pool of people who can provide support for the package is extremely small and time is limited. We don't necessarily have the capacity for long, open-ended user support. If you keep your questions short, specific and direct, there's a greater probability that someone will take on the ticket.