Skip to content

Commit 157f925

Browse files
committed
Updated DESC and namespace
Added assertthat to imports, and myself to authors list.
1 parent 2ca7bd3 commit 157f925

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

DESCRIPTION

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
Package: plotly
22
Type: Package
33
Title: Interactive, publication-quality graphs online.
4-
Version: 0.3.4
4+
Version: 0.3.5
55
Authors@R: c(person("Chris", "Parmer", role = c("aut", "cre"),
66
email = "[email protected]"),
77
person("Scott", "Chamberlain", role = "aut",
8-
email = "[email protected]"))
8+
email = "[email protected]"),
9+
person("Karthik", "Ram", role = "aut",
10+
email = "[email protected]"))
911
License: MIT + file LICENSE
1012
Description: An interface to plotly's online graphing tools with desktop R
1113
environments. Send data to a plotly account and view the graphs in a web
@@ -17,6 +19,7 @@ URL: https://github.com/ropensci/plotly
1719
BugReports: https://github.com/ropensci/plotly/issues
1820
Depends:
1921
RCurl,
20-
RJSONIO
22+
RJSONIO,
23+
assertthat
2124
Imports:
2225
knitr

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ export(plotly)
22
export(signup)
33
import(RCurl)
44
import(RJSONIO)
5+
import(assertthat)
56
import(knitr)

0 commit comments

Comments
 (0)