Skip to content

Commit

Permalink
[SW-975] Fix CRAN issues of Rsparkling (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubhava committed Aug 3, 2018
1 parent 9a73305 commit f972c3a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion r/build.gradle
Expand Up @@ -57,7 +57,7 @@ task test(type: Exec, dependsOn: [configurations.compile]) {
environment['spark.ext.h2o.backend.cluster.mode'] = detectBackendClusterMode()
environment["spark.ext.h2o.external.start.mode"] = detectExternalBackendStartMode()

workingDir file("tests")
workingDir file("src/tests")
commandLine getOsSpecificCommandLine(['R', '-f', 'testthat.R'])
}

Expand Down
10 changes: 9 additions & 1 deletion r/src/DESCRIPTION
Expand Up @@ -9,6 +9,14 @@ Authors@R: c(
person("JJ", "Allaire", role = c("aut"), email = "jj@rstudio.com"),
person("H2O.ai", role = c("cph")),
person("RStudio", role = c("cph")))
Author: Jakub Hava [aut, cre],
Navdeep Gill [aut],
Erin LeDell [aut],
Michal Malohlava [aut],
JJ Allaire [aut],
H2O.ai [cph],
RStudio [cph]
Maintainer: Jakub Hava <jakub@h2o.ai>
Imports:
utils,
sparklyr (>= 0.3),
Expand All @@ -21,7 +29,7 @@ Encoding: UTF-8
LazyData: true
NeedsCompilation: no
SystemRequirements: Java (>6)
URL: https://github.com/h2oai/rsparkling
URL: https://github.com/h2oai/sparkling-water/tree/master/r
BugReports: http://jira.h2o.ai
RoxygenNote: 5.0.1
Depends:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit f972c3a

Please sign in to comment.