Skip to content

Commit

Permalink
serie -> series
Browse files Browse the repository at this point in the history
  • Loading branch information
ncarchedi committed Jan 17, 2016
1 parent 7b0c48f commit 405f04a
Show file tree
Hide file tree
Showing 50 changed files with 3,592 additions and 3,592 deletions.
122 changes: 61 additions & 61 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,61 +1,61 @@
# Generated by roxygen2: do not edit by hand
export(hc_add_serie)
export(hc_add_serie_labels_values)
export(hc_add_serie_scatter)
export(hc_add_serie_treemap)
export(hc_add_serie_ts)
export(hc_add_serie_ts2)
export(hc_add_theme)
export(hc_chart)
export(hc_colorAxis)
export(hc_credits)
export(hc_exporting)
export(hc_get_colors)
export(hc_get_dash_styles)
export(hc_legend)
export(hc_plotOptions)
export(hc_rm_serie)
export(hc_subtitle)
export(hc_theme)
export(hc_theme_chalk)
export(hc_theme_darkunica)
export(hc_theme_gridlight)
export(hc_theme_merge)
export(hc_theme_sandsignika)
export(hc_title)
export(hc_tooltip)
export(hc_xAxis)
export(hc_yAxis)
export(highchart)
export(highchartOutput)
export(list.parse2)
export(renderHighchart)
export(str_to_id)
import(assertthat)
import(htmlwidgets)
import(magrittr)
import(rlist)
importFrom(dplyr,data_frame)
importFrom(dplyr,do)
importFrom(dplyr,filter_)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_)
importFrom(dplyr,rename_)
importFrom(dplyr,select)
importFrom(dplyr,select_)
importFrom(dplyr,tbl_df)
importFrom(plyr,ldply)
importFrom(purrr,map)
importFrom(purrr,map_if)
importFrom(stats,ecdf)
importFrom(stats,is.ts)
importFrom(stats,setNames)
importFrom(stats,time)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_trim)
importFrom(viridisLite,viridis)
importFrom(zoo,as.Date)
# Generated by roxygen2: do not edit by hand

export(hc_add_series)
export(hc_add_series_labels_values)
export(hc_add_series_scatter)
export(hc_add_series_treemap)
export(hc_add_series_ts)
export(hc_add_series_ts2)
export(hc_add_theme)
export(hc_chart)
export(hc_colorAxis)
export(hc_credits)
export(hc_exporting)
export(hc_get_colors)
export(hc_get_dash_styles)
export(hc_legend)
export(hc_plotOptions)
export(hc_rm_series)
export(hc_subtitle)
export(hc_theme)
export(hc_theme_chalk)
export(hc_theme_darkunica)
export(hc_theme_gridlight)
export(hc_theme_merge)
export(hc_theme_sandsignika)
export(hc_title)
export(hc_tooltip)
export(hc_xAxis)
export(hc_yAxis)
export(highchart)
export(highchartOutput)
export(list.parse2)
export(renderHighchart)
export(str_to_id)
import(assertthat)
import(htmlwidgets)
import(magrittr)
import(rlist)
importFrom(dplyr,data_frame)
importFrom(dplyr,do)
importFrom(dplyr,filter_)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_)
importFrom(dplyr,rename_)
importFrom(dplyr,select)
importFrom(dplyr,select_)
importFrom(dplyr,tbl_df)
importFrom(plyr,ldply)
importFrom(purrr,map)
importFrom(purrr,map_if)
importFrom(stats,ecdf)
importFrom(stats,is.ts)
importFrom(stats,setNames)
importFrom(stats,time)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_trim)
importFrom(viridisLite,viridis)
importFrom(zoo,as.Date)
Loading

0 comments on commit 405f04a

Please sign in to comment.