Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gl-li/twstrade
https://github.com/gl-li/twstrade
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gl-li/twstrade
- Owner: GL-Li
- License: other
- Created: 2022-03-03T19:40:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T23:54:40.000Z (almost 3 years ago)
- Last Synced: 2024-10-28T05:17:18.789Z (3 months ago)
- Language: R
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# twstrade
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check](https://github.com/GL-Li/twstrade/workflows/R-CMD-check/badge.svg)](https://github.com/GL-Li/twstrade/actions)The goal of twstrade is to ...
## Installation
You can install the development version of twstrade from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("GL-Li/twstrade")
```