README.md

amc: Alex's miscellaneous code

R build status Codecov test coverage

Variously useful functions and utilities

Installation

From GitHub

  1. Install development libraries: building packages from source requires the appropriate development libraries for your operating system. See here for more details.

    • Windows: install Rtools.
    • macOS: install Xcode commandline tools from the terminal: xcode-select install.
    • Debian/Ubuntu Linux: ensure r-base-dev is installed.
  2. Install from GitHub:

    ```r

    install.packages("devtools")

    library("devtools") install_github("achubaty/amc") ```

Reporting bugs

Contact us via the package GitHub site: https://github.com/achubaty/amc/issues.

Contributions

This Git repository uses the Git Flow branching model (the git flow extension is useful for this). The development branch contains the latest contributions and other code that will appear in the next release, and the master branch contains the code of the latest release.

To make a contribution to the package, just send a pull request. When you send your PR, make sure development is the destination branch on the amc repository. Your PR should pass R CMD check --as-cran, which will also be checked by when the PR is submitted.



achubaty/amc documentation built on April 6, 2021, 6:56 a.m.