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

dvsem

Travis build status AppVeyor build status CRAN status codecov Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept. Lifecycle: experimental

The goal of dvsem is to ...

Installation

You can install the released version of dvsem from CRAN with:

install.packages("dvsem")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("Dainanahan/dvsem")

Example

This is a basic example which shows you how to solve a common problem:

library(dvsem)
## basic example code

Code of Conduct

Please note that the 'dvsem' project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



Dainanahan/dvsem documentation built on Nov. 14, 2019, 11:18 a.m.