knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

devrcap

Travis build status AppVeyor build status Coverage status CRAN status lifecycle

The goal of devrcap is to collect code and data for the capstone assignments of the Coursera specialization "Mastering Software Development in R."

You can install the development version from GitHub with the following procedure:

# install.packages("devtools")
devtools::install_github("ManuelAlejandroMartinezFlores/EarthquakePackage")

Usage

The package provide the following functions and data:

To see a complete example, please to the vignette.



ankit2219/package-evaluation documentation built on Dec. 24, 2021, 1:25 a.m.