Skip to content

Commit 5daff18

Browse files
authored
Merge pull request #30 from datashield/v6.4.0-dev
V6.4.0 dev
2 parents b74ee5d + e3c8f0f commit 5daff18

37 files changed

Lines changed: 37 additions & 1549 deletions

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: dsBaseClient
22
Title: DataSHIELD Client Functions
3-
Version: 6.3.1
3+
Version: 6.4.0.9000
44
Author: DataSHIELD Developers <datashield@liverpool.ac.uk>
55
Maintainer: DataSHIELD Developers <datashield@liverpool.ac.uk>
66
Description: DataSHIELD client functions for the client side.

NAMESPACE

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ export(ds.lexis)
5656
export(ds.list)
5757
export(ds.listClientsideFunctions)
5858
export(ds.listDisclosureSettings)
59-
export(ds.listOpals)
6059
export(ds.listServersideFunctions)
6160
export(ds.lmerSLMA)
6261
export(ds.log)
@@ -100,11 +99,9 @@ export(ds.rowColCalc)
10099
export(ds.sample)
101100
export(ds.scatterPlot)
102101
export(ds.seq)
103-
export(ds.setDefaultOpals)
104102
export(ds.setSeed)
105103
export(ds.skewness)
106104
export(ds.sqrt)
107-
export(ds.subset)
108105
export(ds.subsetByClass)
109106
export(ds.summary)
110107
export(ds.table)

R/.Rapp.history

Whitespace-only changes.

R/ds.listOpals.R

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

R/ds.meanByClass.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
#' @export
3232
#' @author DataSHIELD Development Team
3333
#' @seealso \code{\link{ds.subsetByClass}} to subset by the classes of factor vector(s).
34-
#' @seealso \code{\link{ds.subset}} to subset by complete cases (i.e. removing missing values), threshold, columns and rows.
3534
#' @examples
3635
#' \dontrun{
3736
#'

R/ds.meanSdGp.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@
6868
#' across studies and/or separately for each study, depending on the argument \code{type}.
6969
#'
7070
#' @author DataSHIELD Development Team
71-
#' @seealso \code{\link{ds.subsetByClass}} to subset by the classes of factor vector(s).
72-
#' @seealso \code{\link{ds.subset}} to subset by complete cases (i.e. removing missing values), threshold,
73-
#' columns and rows.
7471
#' @export
7572
#' @examples
7673
#' \dontrun{

R/ds.sample.R

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -110,15 +110,9 @@
110110
#' For further details see help for \code{sample} in native R.
111111
#' @param newobj This a character string providing a name for the output
112112
#' data.frame which defaults to 'newobj.sample' if no name is specified.
113-
#' @param datasources specifies the particular opal object(s) to use. If the <datasources>
114-
#' argument is not specified the default set of opals will be used. The default opals
115-
#' are called default.opals and the default can be set using the function
116-
#' \code{ds.setDefaultOpals}. If the <datasources> is to be specified, it should be set without
117-
#' inverted commas: e.g. datasources=opals.em or datasources=default.opals. If you wish to
118-
#' apply the function solely to e.g. the second opal server in a set of three,
119-
#' the argument can be specified as: e.g. datasources=opals.em[2].
120-
#' If you wish to specify the first and third opal servers in a set you specify:
121-
#' e.g. datasources=opals.em[c(1,3)]
113+
#' @param datasources a list of \code{\link{DSConnection-class}}
114+
#' objects obtained after login. If the \code{datasources} argument is not specified
115+
#' the default set of connections will be used: see \code{\link{datashield.connections_default}}.
122116
#' @param notify.of.progress specifies if console output should be produce to indicate
123117
#' progress. The default value for notify.of.progress is FALSE.
124118
#' @return the object specified by the <newobj> argument (or default name

R/ds.setDefaultOpals.R

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

R/ds.subset.R

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

R/ds.subsetByClass.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#' @return a no data are return to the user but messages are printed out.
1717
#' @author Gaye, A.
1818
#' @seealso \link{ds.meanByClass} to compute mean and standard deviation across categories of a factor vectors.
19-
#' @seealso \link{ds.subset} to subset by complete cases (i.e. removing missing values), threshold, columns and rows.
2019
#' @export
2120
#' @examples
2221
#' \dontrun{

0 commit comments

Comments
 (0)