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

test

R CMD Check Website deployment Test coverage codecov CRAN status License: GPL (>= 2) LifeCycle Project Status: Concept Dependencies

The goal of the R package test is to {{ PLEASE ADD A FEW LINES }}

Installation

You can install the development version from GitHub with:

# install.packages("remotes")
remotes::install_github("LPDagallier/test")

Then you can attach the package test:

library("test")

Overview

Here is an overview of test content: {{ PLEASE ADD A FEW LINES }}

Citation

Please cite this package as:

Dagallier Léo-Paul (r format(Sys.Date(), "%Y")) test: An R package to {{ TITLE }}. R package version 0.0.0.9000.

Code of Conduct

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



LPDagallier/test documentation built on March 19, 2022, 2:32 a.m.