Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiyangt/checkceylon
https://github.com/thiyangt/checkceylon
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thiyangt/checkceylon
- Owner: thiyangt
- License: other
- Created: 2021-03-11T11:35:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-12T03:04:11.000Z (almost 4 years ago)
- Last Synced: 2024-10-30T04:59:38.235Z (2 months ago)
- Language: R
- Size: 21.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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%"
)
```# ceylon
The goal of ceylon is to ...
## Installation
You can install the released version of ceylon from [CRAN](https://CRAN.R-project.org) with:
``` r
install.packages("ceylon")
```And the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("thiyangt/ceylon")
```
## ExampleThis is a basic example which shows you how to solve a common problem:
```{r example}
library(ceylon)
check_ceylondata()
```