-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from alexym1/release-check-cran
fix note
- Loading branch information
Showing
3 changed files
with
97 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Version: 1.0.0 | |
Title: Embedding FusionCharts in R | ||
Description: FusionCharts provides awesome and minimalist functions to make beautiful interactive charts <https://www.fusioncharts.com/>. | ||
Authors@R: c( | ||
person("Alex", "Martinez", , "[email protected]", role = c("aut", "cre"), | ||
person("Alex","Yahiaoui Martinez", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-5315-675X")) | ||
) | ||
License: MIT + file LICENSE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,54 @@ | ||
--- | ||
output: github_document | ||
always_allow_html: true | ||
--- | ||
|
||
<!-- README.md is generated from README.Rmd. Please edit that file --> | ||
|
||
```{r, include = FALSE} | ||
knitr::opts_chunk$set( | ||
collapse = TRUE, | ||
comment = "#>", | ||
fig.path = "man/figures/README-", | ||
out.width = "100%" | ||
) | ||
``` | ||
|
||
# fusionchartsR <a href=#><img src='man/figures/logo.png' align="right" height="139" /></a> | ||
|
||
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/fusionchartsR)](https://cran.r-project.org/package=fusionchartsR) | ||
[![](https://cranlogs.r-pkg.org/badges/fusionchartsR)](https://cran.r-project.org/package=fusionchartsR) | ||
![](https://img.shields.io/badge/github%20version-1.0.0-green.svg) | ||
|
||
> R interface to FusionCharts | ||
|
||
## fusionchartsR | ||
`{fusionchartsR}` was designed to provide an R interface to [FusionCharts](https://github.com/fusioncharts). | ||
|
||
|
||
## Installation | ||
|
||
The `fusionchartsR` package can be installed from CRAN as follows: | ||
|
||
```{r eval = FALSE} | ||
install.packages("fusionchartsR") | ||
``` | ||
|
||
The latest version can be installed from GitHub as follows: | ||
|
||
```{r eval = FALSE} | ||
install.packages("devtools") | ||
devtools::install_github("alexym1/fusionchartsR") | ||
``` | ||
|
||
|
||
## Example | ||
|
||
You can retrieve a demo [here](https://udmy52-alex0yahiaoui0martinez.shinyapps.io/FusionShiny/). | ||
|
||
|
||
## Licence | ||
|
||
FusionChartsR has dependencies on FusionCharts, a commercial JavaScript charting library. FusionCharts is not free for commercial and governmental use. Please, purchase a licence at https://www.fusioncharts.com/buy. | ||
|
||
--- | ||
output: github_document | ||
always_allow_html: true | ||
--- | ||
|
||
<!-- README.md is generated from README.Rmd. Please edit that file --> | ||
|
||
```{r, include = FALSE} | ||
knitr::opts_chunk$set( | ||
collapse = TRUE, | ||
comment = "#>", | ||
fig.path = "man/figures/README-", | ||
out.width = "100%" | ||
) | ||
``` | ||
|
||
# fusionchartsR <a href=#><img src='man/figures/logo.png' align="right" height="139" /></a> | ||
|
||
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/fusionchartsR)](https://cran.r-project.org/package=fusionchartsR) | ||
[![](https://cranlogs.r-pkg.org/badges/fusionchartsR)](https://cran.r-project.org/package=fusionchartsR) | ||
![](https://img.shields.io/badge/github%20version-1.0.0-green.svg) | ||
|
||
> R interface to FusionCharts | ||
|
||
## fusionchartsR | ||
`{fusionchartsR}` was designed to provide an R interface to [FusionCharts](https://github.com/fusioncharts). | ||
|
||
|
||
## Installation | ||
|
||
The `fusionchartsR` package can be installed from CRAN as follows: | ||
|
||
```{r eval = FALSE} | ||
install.packages("fusionchartsR") | ||
``` | ||
|
||
The latest version can be installed from GitHub as follows: | ||
|
||
```{r eval = FALSE} | ||
install.packages("devtools") | ||
devtools::install_github("alexym1/fusionchartsR") | ||
``` | ||
|
||
|
||
## Example | ||
|
||
You can retrieve a demo [here](https://udmy52-alex0yahiaoui0martinez.shinyapps.io/FusionShiny/). | ||
|
||
|
||
## Licence | ||
|
||
FusionChartsR has dependencies on FusionCharts, a commercial JavaScript charting library. FusionCharts is not free for commercial and governmental use. Please, purchase a licence at https://cart.fusioncharts.com/. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
|
||
<!-- README.md is generated from README.Rmd. Please edit that file --> | ||
|
||
# fusionchartsR <a href=#><img src='man/figures/logo.png' align="right" height="139" /></a> | ||
|
||
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/fusionchartsR)](https://cran.r-project.org/package=fusionchartsR) | ||
[![](https://cranlogs.r-pkg.org/badges/fusionchartsR)](https://cran.r-project.org/package=fusionchartsR) | ||
![](https://img.shields.io/badge/github%20version-1.0.0-green.svg) | ||
|
||
> R interface to FusionCharts | ||
## fusionchartsR | ||
|
||
`{fusionchartsR}` was designed to provide an R interface to | ||
[FusionCharts](https://github.com/fusioncharts). | ||
|
||
## Installation | ||
|
||
The `fusionchartsR` package can be installed from CRAN as follows: | ||
|
||
``` r | ||
install.packages("fusionchartsR") | ||
``` | ||
|
||
The latest version can be installed from GitHub as follows: | ||
|
||
``` r | ||
install.packages("devtools") | ||
devtools::install_github("alexym1/fusionchartsR") | ||
``` | ||
|
||
## Example | ||
|
||
You can retrieve a demo | ||
[here](https://udmy52-alex0yahiaoui0martinez.shinyapps.io/FusionShiny/). | ||
|
||
## Licence | ||
|
||
FusionChartsR has dependencies on FusionCharts, a commercial JavaScript | ||
charting library. FusionCharts is not free for commercial and | ||
governmental use. Please, purchase a licence at | ||
<https://www.fusioncharts.com/buy>. | ||
|
||
<!-- README.md is generated from README.Rmd. Please edit that file --> | ||
|
||
# fusionchartsR <a href=#><img src='man/figures/logo.png' align="right" height="139" /></a> | ||
|
||
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/fusionchartsR)](https://cran.r-project.org/package=fusionchartsR) | ||
[![](https://cranlogs.r-pkg.org/badges/fusionchartsR)](https://cran.r-project.org/package=fusionchartsR) | ||
![](https://img.shields.io/badge/github%20version-1.0.0-green.svg) | ||
|
||
> R interface to FusionCharts | ||
## fusionchartsR | ||
|
||
`{fusionchartsR}` was designed to provide an R interface to | ||
[FusionCharts](https://github.com/fusioncharts). | ||
|
||
## Installation | ||
|
||
The `fusionchartsR` package can be installed from CRAN as follows: | ||
|
||
``` r | ||
install.packages("fusionchartsR") | ||
``` | ||
|
||
The latest version can be installed from GitHub as follows: | ||
|
||
``` r | ||
install.packages("devtools") | ||
devtools::install_github("alexym1/fusionchartsR") | ||
``` | ||
|
||
## Example | ||
|
||
You can retrieve a demo | ||
[here](https://udmy52-alex0yahiaoui0martinez.shinyapps.io/FusionShiny/). | ||
|
||
## Licence | ||
|
||
FusionChartsR has dependencies on FusionCharts, a commercial JavaScript | ||
charting library. FusionCharts is not free for commercial and | ||
governmental use. Please, purchase a licence at | ||
<https://cart.fusioncharts.com/>. |