README.md

Proj3Package

R-CMD-check codecov

The goal of Proj3Package is to ...

Installation

Install directly from Github using the devtools package.

#install.packages("devtools")
devtools::install_github("toadmengo/Proj3Package", build_vignettes = TRUE, build_opts = c())
library(Proj3Package)

Use

The vignettes contains example usage of the functions in the package. To use the vignette, use the following code.

library(Proj3Package)
# Use this to view the vignette in the Proj3Package HTML help
help(package = "Proj3Package", help_type = "html")
# Use this to view the vignette as an isolated HTML file
utils::browseVignettes(package = "Proj3Package")


toadmengo/Proj3Package documentation built on March 22, 2021, 2:41 p.m.