update ApexCharts to 1.3.14 & import pipe

This commit is contained in:
pvictor 2018-08-28 15:30:59 +02:00
parent f3694c4099
commit f699021a6c
7 changed files with 57 additions and 4 deletions

View File

@ -11,7 +11,8 @@ Encoding: UTF-8
LazyData: true
ByteCompile: true
Imports:
htmlwidgets
htmlwidgets,
magrittr
RoxygenNote: 6.1.0
URL: https://github.com/dreamRs/apexcharter
BugReports: https://github.com/dreamRs/apexcharter/issues

View File

@ -1,5 +1,6 @@
# Generated by roxygen2: do not edit by hand
export("%>%")
export(apexcharter)
export(apexcharterOutput)
export(ax_annotations)
@ -35,4 +36,5 @@ importFrom(htmlwidgets,createWidget)
importFrom(htmlwidgets,shinyRenderWidget)
importFrom(htmlwidgets,shinyWidgetOutput)
importFrom(htmlwidgets,sizingPolicy)
importFrom(magrittr,"%>%")
importFrom(utils,modifyList)

25
R/apexcharter-package.R Normal file
View File

@ -0,0 +1,25 @@
#' An \code{htmlwidget} interface to the
#' ApexCharts javascript chart library
#'
#' This package allow you to use ApexCharts.js (\url{https://apexcharts.com/}),
#' to create interactive and modern SVG charts.
#'
#' @name apexcharter-package
#' @docType package
#' @author Victor Perrier (@@dreamRs_fr)
NULL
#' apexcharter exported operators and S3 methods
#'
#' The following functions are imported and then re-exported
#' from the apexcharter package to avoid listing the magrittr
#' as Depends of apexcharter
#'
#' @name apexcharter-exports
NULL
#' @importFrom magrittr %>%
#' @name %>%
#' @export
#' @rdname apexcharter-exports
NULL

View File

@ -1,5 +1,5 @@
dependencies:
- name: apexcharts
version: 1.3.8
version: 1.3.14
src: htmlwidgets/lib/apexcharts-1.3
script: apexcharts.min.js

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,11 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/apexcharter-package.R
\name{apexcharter-exports}
\alias{apexcharter-exports}
\alias{\%>\%}
\title{apexcharter exported operators and S3 methods}
\description{
The following functions are imported and then re-exported
from the apexcharter package to avoid listing the magrittr
as Depends of apexcharter
}

View File

@ -0,0 +1,14 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/apexcharter-package.R
\docType{package}
\name{apexcharter-package}
\alias{apexcharter-package}
\title{An \code{htmlwidget} interface to the
ApexCharts javascript chart library}
\description{
This package allow you to use ApexCharts.js (\url{https://apexcharts.com/}),
to create interactive and modern SVG charts.
}
\author{
Victor Perrier (@dreamRs_fr)
}