You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESCRIPTION
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,18 @@
1
1
Package: analysisPipelines
2
2
Type: Package
3
3
Title: Compose interoperable analysis pipelines, and put them into production
4
-
Version: 0.0.0.9002
4
+
Version: 0.0.0.9003
5
5
Authors@R: c(
6
-
person("Naren","Srinivasan", email = "Naren.Srinivasan@mu-sigma.com", role = c("cre","aut")),
6
+
person("Naren","Srinivasan", email = "Naren.Srinivasan@mu-sigma.com", role = c("aut")),
7
+
person("Zubin Dowlaty","", email = "Zubin.Dowlaty@mu-sigma.com", role = c("ctb")),
7
8
person("Sanjay","", email = "Sanjay@mu-sigma.com", role = c("ctb")),
8
9
person("Neeratyoy","Mallik", email = "Neeratyoy.Mallik@mu-sigma.com", role = c("ctb")),
9
-
person("Anoop S","", email = "Anoop.S@mu-sigma.com", role = c("ctb"))
10
+
person("Anoop S","", email = "Anoop.S@mu-sigma.com", role = c("ctb")),
11
+
person("Mu Sigma, Inc.", email = "ird.experiencelab@mu-sigma.com", role = c("cre"))
10
12
)
11
-
Description: The package aims at enabling data scientists to compose pipelines of analysis which consist of data manipulation, exploratory analysis & reporting, as well as modeling steps. It also aims to enable data scientists to use tools of their choice through an R interface, and compose interoperable pipelines between R, Spark, and Python.
13
+
Description: The package aims at enabling data scientists to compose pipelines of analysis which consist of data manipulation, exploratory analysis & reporting, as well as modeling steps. It also aims to enable data scientists to use tools of their choice through an R interface, and compose interoperable pipelines between R, Spark, and Python. Credits to Mu Sigma for supporting the development of the package.
12
14
Depends: R (>= 3.4.0), tibble, magrittr, data.table, pipeR, devtools
13
-
Imports: ggplot2, dplyr, futile.logger, RCurl
15
+
Imports: ggplot2, dplyr, futile.logger, RCurl, proto
0 commit comments