Skip to content

Commit

Permalink
additions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcizel committed Jan 30, 2015
1 parent e764604 commit 2f98293
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: highcharts
Title: What the Package Does (one line, title case)
Package: highchartR
Title: A htmlwidget wrapper around Highcharts and Highstock APIs
Version: 0.0.0.9000
Authors@R: person("First", "Last", , "first.last@example.com", role = c("aut", "cre"))
Description: What the package does (one paragraph)
Authors@R: person("Janko", "Cizel", , "jcizel@gmail.com", role = c("aut", "cre"))
Description: This is a collection of htmlwidgets that provide a wrappers around Highchartsa and Highstock APIs.
Depends: R (>= 3.1.1),
data.table,
pipeR,
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generated by roxygen2 (4.1.0): do not edit by hand

import(data.table)
export(highcharts)
export(highchartsOutput)
export(highstocks)
Expand Down

0 comments on commit 2f98293

Please sign in to comment.