Hi!
I am just in the process of setting up a new server as a DataSHIELD client with version 5 and have successfully installed the dsBaseClient
via
install.packages("dsBaseClient", repos="http://cran.obiba.org", type="source")
When I try the same with the other packages, e. g. dsModellingClient
, I get the message:
package ‘dsModellingClient’ is not available (for R version 3.5.2)
Then I checked the OBiBa CRAN and it is indeed not there: https://github.com/obiba/cran/tree/gh-pages/src/contrib
Is it now only possible to install the other DataSHIELD packages via devtools?
Here it says that both ways should work: https://data2knowledge.atlassian.net/wiki/spaces/DSDEV/pages/659652609/Version+5.0.0
EDIT: Now I checked the R help of dsBaseClient
. It seems like the other packages are now integrated in dsBaseClient
?