Skip to content

Commit

Permalink
Upgrade the package version to 0.0.8 and run roxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
bassel-zeidan committed Aug 29, 2017
1 parent df14e14 commit c5eafb8
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 115 deletions.
8 changes: 4 additions & 4 deletions r/sparkr/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package: ibmos2sparkR
Title: Loads Object Store data into Softlayer and Bluemix
Version: 0.0.7
Version: 0.0.8
Authors@R: person("Jim", "Crozier", email = "jim.crozier@ibm.com",
role = c("aut", "cre"))
Description: Loads data from Object Store in Softlayer and Bluemix
Description: Loads data from Object Store in Softlayer and Bluemix and ObjectStorage
Depends:
R (>= 3.1.0)
License: Apache
LazyData: true
RoxygenNote: 5.0.1
Imports:
SparkR
Imports:
SparkR
2 changes: 2 additions & 0 deletions r/sparkr/NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Generated by roxygen2: do not edit by hand

export(CloudObjectStorage)
export(bluemix)
export(softlayer)
exportClasses(CloudObjectStorage)
exportClasses(bluemix)
exportClasses(softlayer)
4 changes: 2 additions & 2 deletions r/sparkr/R/osconfig.R
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ bluemix <- setRefClass("bluemix",
#' instances, the values for these credentials can be obtained
#' by clicking on the 'insert to code' link just below a data
#' source.
#' @export bluemix
#' @exportClass bluemix
#' @export CloudObjectStorage
#' @exportClass CloudObjectStorage
CloudObjectStorage <- setRefClass("CloudObjectStorage",
fields=list(configName="character"),
methods=list(
Expand Down
26 changes: 26 additions & 0 deletions r/sparkr/man/CloudObjectStorage-class.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 3 additions & 17 deletions r/sparkr/man/bluemix-class.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 0 additions & 44 deletions r/sparkr/man/bluemix2d-class.Rd

This file was deleted.

22 changes: 3 additions & 19 deletions r/sparkr/man/softlayer-class.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 0 additions & 29 deletions r/sparkr/man/softlayer2d-class.Rd

This file was deleted.

0 comments on commit c5eafb8

Please sign in to comment.