Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thiyangt/checkceylon


https://github.com/thiyangt/checkceylon

Last synced: 20 days ago
JSON representation

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")
```
## Example

This is a basic example which shows you how to solve a common problem:

```{r example}
library(ceylon)
check_ceylondata()
```