An open API service indexing awesome lists of open source software.

https://github.com/bhklab/testpkg


https://github.com/bhklab/testpkg

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# testPkg

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![Codecov test coverage](https://codecov.io/gh/bhklab/testPkg/branch/master/graph/badge.svg)](https://app.codecov.io/gh/bhklab/testPkg?branch=master)

The goal of testPkg is to ...

## Installation

You can install the development version of testPkg like so:

``` r
# FILL THIS IN! HOW CAN PEOPLE INSTALL YOUR DEV PACKAGE?
```

## Example

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

``` r
library(testPkg)
## basic example code
```