knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%", message = FALSE, warning = FALSE )
library("badger")
r badge_devel("yanpd01/yyeasy", "green")
r badger::badge_custom("Windows", "passing", "green")
r badger::badge_custom("Linux", "passing", "green")
cat(packageDescription("yyeasy")$Description)
Pengdong Yan
Get the development version from github or gitee:
## install.packages("remotes") # from github remotes::install_github("yanpd01/yyeasy") # from gitee remotes::install_git("https://gitee.com/yanpd01/yyeasy")
For the usage of this R package, please type ?function
after installation to view it.
There are detailed case descriptions in it.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.