Skip to content

Commit 26e5e76

Browse files
committed
remove deprecated functions ds.listOpals and ds.setDefaultOpals
1 parent fe76d49 commit 26e5e76

15 files changed

Lines changed: 9 additions & 556 deletions

NAMESPACE

Lines changed: 0 additions & 2 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,7 +99,6 @@ 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)

R/.Rapp.history

Whitespace-only changes.

R/ds.listOpals.R

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

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.

docs/reference/ds.listOpals.html

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

0 commit comments

Comments
 (0)