https://github.com/bhklab/testpkg
https://github.com/bhklab/testpkg
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bhklab/testpkg
- Owner: bhklab
- License: other
- Created: 2022-12-13T19:17:48.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T20:11:45.000Z (about 3 years ago)
- Last Synced: 2024-12-30T03:22:51.998Z (about 1 year ago)
- Language: R
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
# testPkg
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](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
```