Skip to content

Commit c5eafb8

Browse files
committed
Upgrade the package version to 0.0.8 and run roxygen
1 parent df14e14 commit c5eafb8

File tree

8 files changed

+40
-115
lines changed

8 files changed

+40
-115
lines changed

r/sparkr/DESCRIPTION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Package: ibmos2sparkR
22
Title: Loads Object Store data into Softlayer and Bluemix
3-
Version: 0.0.7
3+
Version: 0.0.8
44
Authors@R: person("Jim", "Crozier", email = "[email protected]",
55
role = c("aut", "cre"))
6-
Description: Loads data from Object Store in Softlayer and Bluemix
6+
Description: Loads data from Object Store in Softlayer and Bluemix and ObjectStorage
77
Depends:
88
R (>= 3.1.0)
99
License: Apache
1010
LazyData: true
1111
RoxygenNote: 5.0.1
12-
Imports:
13-
SparkR
12+
Imports:
13+
SparkR

r/sparkr/NAMESPACE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Generated by roxygen2: do not edit by hand
22

3+
export(CloudObjectStorage)
34
export(bluemix)
45
export(softlayer)
6+
exportClasses(CloudObjectStorage)
57
exportClasses(bluemix)
68
exportClasses(softlayer)

r/sparkr/R/osconfig.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ bluemix <- setRefClass("bluemix",
131131
#' instances, the values for these credentials can be obtained
132132
#' by clicking on the 'insert to code' link just below a data
133133
#' source.
134-
#' @export bluemix
135-
#' @exportClass bluemix
134+
#' @export CloudObjectStorage
135+
#' @exportClass CloudObjectStorage
136136
CloudObjectStorage <- setRefClass("CloudObjectStorage",
137137
fields=list(configName="character"),
138138
methods=list(

r/sparkr/man/CloudObjectStorage-class.Rd

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

r/sparkr/man/bluemix-class.Rd

Lines changed: 3 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

r/sparkr/man/bluemix2d-class.Rd

Lines changed: 0 additions & 44 deletions
This file was deleted.

r/sparkr/man/softlayer-class.Rd

Lines changed: 3 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

r/sparkr/man/softlayer2d-class.Rd

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)