Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qiushiyan/ymisc
my miscellaneous R package
https://github.com/qiushiyan/ymisc
Last synced: about 2 months ago
JSON representation
my miscellaneous R package
- Host: GitHub
- URL: https://github.com/qiushiyan/ymisc
- Owner: qiushiyan
- License: other
- Created: 2020-09-21T09:31:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-19T23:18:35.000Z (about 2 years ago)
- Last Synced: 2023-03-04T17:07:30.840Z (almost 2 years ago)
- Language: R
- Homepage: https://qiushiyan.github.io/ymisc
- Size: 198 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output:
github_document:
pandoc_args: --webtex=https://ibm.codecogs.com/png.latex?
always_allow_html: yes
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%",
warnings = FALSE,
collapse = TRUE,
fig.align = "center"
)
```# ymisc
[![R-CMD-check](https://github.com/enixam/ymisc/workflows/R-CMD-check/badge.svg)](https://github.com/enixam/ymisc/actions)
This package contains my personal miscellaneous functions.
You can install the package from Github via
``` r
remotes::install_github("enixam/ymisc")
```