Hi,
I’m never quite sure whether I should be posting in this user forum or the dev one… Anyway, that is not the question!
I was discussing with Paul this morning about the new functions. They look great! However, I’m currently getting some errors, and not quite sure how to progress with that.
R version 3.3.3 (2017-03-06) -- "Another Canoe"
R> ## LOAD PREREQUISITES
R> devtools::install_github("datashield/dsBetaTestClient")
Skipping install of 'dsBetaTestClient' from a github remote, the SHA1 (b1ef7dd6) has not changed since last install.
Use `force = TRUE` to force installation
R> library("dsBetaTestClient")
Loading required package: dsBaseClient
Loading required package: opal
Loading required package: RCurl
Loading required package: bitops
Loading required package: rjson
Loading required package: mime
Loading required package: fields
Loading required package: spam
Loading required package: dotCall64
Loading required package: grid
Spam version 2.1-4 (2018-04-12) is loaded.
Type 'help( Spam)' or 'demo( spam)' for a short introduction
and overview of this package.
Help for individual functions is also obtained by adding the
suffix '.spam' to the function name, e.g. 'help( chol.spam)'.
Attaching package: ‘spam’
The following objects are masked from ‘package:base’:
backsolve, forwardsolve
Loading required package: maps
See www.image.ucar.edu/~nychka/Fields for
a vignette and other supplements.
Loading required package: dsStatsClient
Loading required package: dsGraphicsClient
Loading required package: dsModellingClient
R> ## Set credentials....
...
R> ## login
R> opals <- datashield.login(logins=logindata, assign=TRUE)
Logging into the collaborating servers
No variables have been specified.
All the variables in the opal table
(the whole dataset) will be assigned to R!
Assigning data:
...
R> ds.listOpals.o()
Error: could not find function "ds.listOpals.o"
R> ds.listClientsideFunctions.o()
### dsBaseClient functions
[1] "ds.asCharacter" "ds.asFactor" "ds.asList" "ds.asMatrix" "ds.asNumeric"
[6] "ds.assign" "ds.c" "ds.cbind" "ds.changeRefGroup" "ds.class"
[11] "ds.colnames" "ds.dataframe" "ds.dim" "ds.exists" "ds.exp"
[16] "ds.isNA" "ds.isValid" "ds.length" "ds.levels" "ds.list"
[21] "ds.log" "ds.ls" "ds.mean" "ds.meanByClass" "ds.names"
[26] "ds.numNA" "ds.quantileMean" "ds.recodeLevels" "ds.replaceNA" "ds.rowColCalc"
[31] "ds.subset" "ds.subsetByClass" "ds.summary" "ds.table1D" "ds.table2D"
[36] "ds.vectorCalc"
### dsGraphicsClient functions
[1] "ds.contourPlot" "ds.densityGrid" "ds.heatmapPlot" "ds.histogram"
### dsModellingClient functions
[1] "ds.gee" "ds.glm" "ds.lexis"
### dsStatsClient functions
[1] "ds.cor" "ds.corTest" "ds.cov" "ds.tTest" "ds.var"
### userDefinedClient functions
character(0)
R>
R> ds.listServersideFunctions.o()
Error in ds.listServersideFunctions.o() :
could not find function "dsadmin.get_methods"
R>
QUESTION: why is ds.listServersideFunctions.o()
not working? I have been working with the team in Porto at INESC-TEC who are running the (three) nodes that I am connecting to, and they’ve ensured that the latest version of dsBetaTest
is installed on the nodes. So, what am I doing wrong? Thanks!