Skip to content

Commit 07e32d9

Browse files
Merge branch 'v6.3.2-test' into v6.3.2-test
2 parents ad44726 + 6d66ea5 commit 07e32d9

252 files changed

Lines changed: 506 additions & 506 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

R/checkClass.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#' @details In DataSHIELD an object included in analysis must be of the same type in all
55
#' the collaborating studies. If that is not the case the process is stopped
66
#' @param datasources a list of \code{\link[DSI]{DSConnection-class}} objects obtained after login. If the <datasources>
7-
#' the default set of connections will be used: see \link{datashield.connections_default}.
7+
#' the default set of connections will be used: see \link[DSI]{datashield.connections_default}.
88
#' @param obj a string character, the name of the object to check for.
99
#' @keywords internal
1010
#' @return a message or the class of the object if the object has the same class in all studies.

R/ds.Boole.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
#' Default \code{'NA'}. For more information see details.
3535
#' @param newobj a character string that provides the name for the output
3636
#' object that is stored on the data servers. Default \code{boole.newobj}.
37-
#' @param datasources a list of \code{\link{DSConnection-class}}
37+
#' @param datasources a list of \code{\link[DSI]{DSConnection-class}}
3838
#' objects obtained after login. If the \code{datasources} argument is not specified
39-
#' the default set of connections will be used: see \code{\link{datashield.connections_default}}.
39+
#' the default set of connections will be used: see \code{\link[DSI]{datashield.connections_default}}.
4040
#' @return \code{ds.Boole} returns the object specified by the \code{newobj} argument
4141
#' which is written to the server-side. Also, two validity messages are returned
4242
#' to the client-side indicating the name of the \code{newobj} which

R/ds.abs.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
#' @param x a character string providing the name of a numeric or an integer vector.
1111
#' @param newobj a character string that provides the name for the output variable
1212
#' that is stored on the data servers. Default name is set to \code{abs.newobj}.
13-
#' @param datasources a list of \code{\link{DSConnection-class}} objects obtained after login.
13+
#' @param datasources a list of \code{\link[DSI]{DSConnection-class}} objects obtained after login.
1414
#' If the \code{datasources} argument is not specified the default set of connections will be
15-
#' used: see \code{\link{datashield.connections_default}}.
15+
#' used: see \code{\link[DSI]{datashield.connections_default}}.
1616
#' @return \code{ds.abs} assigns a vector for each study that includes the absolute values of
1717
#' the input numeric or integer vector specified in the argument \code{x}. The created vectors
1818
#' are stored in the servers.

R/ds.asCharacter.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
#' character.
1010
#' @param newobj a character string that provides the name for the output object
1111
#' that is stored on the data servers. Default \code{ascharacter.newobj}.
12-
#' @param datasources a list of \code{\link{DSConnection-class}}
12+
#' @param datasources a list of \code{\link[DSI]{DSConnection-class}}
1313
#' objects obtained after login. If the \code{datasources} argument is not specified
14-
#' the default set of connections will be used: see \code{\link{datashield.connections_default}}.
14+
#' the default set of connections will be used: see \code{\link[DSI]{datashield.connections_default}}.
1515
#' @return \code{ds.asCharacter} returns the object converted into a class character
1616
#' that is written to the server-side. Also, two validity messages are returned to the client-side
1717
#' indicating the name of the \code{newobj} which has been created in each data source and if

R/ds.asDataMatrix.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#' a matrix.
99
#' @param newobj a character string that provides the name for the output object
1010
#' that is stored on the data servers. Default \code{asdatamatrix.newobj}.
11-
#' @param datasources a list of \code{\link{DSConnection-class}}
11+
#' @param datasources a list of \code{\link[DSI]{DSConnection-class}}
1212
#' objects obtained after login. If the \code{datasources} argument is not specified
13-
#' the default set of connections will be used: see \code{\link{datashield.connections_default}}.
13+
#' the default set of connections will be used: see \code{\link[DSI]{datashield.connections_default}}.
1414
#' @return \code{ds.asDataMatrix} returns the object converted into a matrix
1515
#' that is written to the server-side. Also, two validity messages are returned
1616
#' to the client-side

R/ds.asFactor.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@
130130
#' to be used in the creation of the matrix with dummy variables.
131131
#' If the \code{fixed.dummy.vars} is set to FALSE then any value of the baseline level is not taken
132132
#' into account.
133-
#' @param datasources a list of \code{\link{DSConnection-class}} objects obtained after login.
133+
#' @param datasources a list of \code{\link[DSI]{DSConnection-class}} objects obtained after login.
134134
#' If the \code{datasources} argument is not specified
135-
#' the default set of connections will be used: see \code{\link{datashield.connections_default}}.
135+
#' the default set of connections will be used: see \code{\link[DSI]{datashield.connections_default}}.
136136
#' @return \code{ds.asFactor} returns the unique levels of the converted
137137
#' variable in ascending order and a validity
138138
#' message with the name of the created object on the client-side and

R/ds.asFactorSimple.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
#' the name of the variable to be converted to a factor.
1515
#' @param newobj.name a character string that provides the name for the output variable
1616
#' that is stored on the data servers. Default \code{asfactor.newobj}.
17-
#' @param datasources a list of \code{\link{DSConnection-class}} objects obtained after login.
17+
#' @param datasources a list of \code{\link[DSI]{DSConnection-class}} objects obtained after login.
1818
#' If the \code{datasources} argument is not specified
19-
#' the default set of connections will be used: see \code{\link{datashield.connections_default}}.
19+
#' the default set of connections will be used: see \code{\link[DSI]{datashield.connections_default}}.
2020
#' @return an output vector of class factor to the serverside. In addition, returns a validity
2121
#' message with the name of the created object on the client-side and if creation fails an
2222
#' error message which can be viewed using datashield.errors().
@@ -109,4 +109,4 @@ return(list(return.info=return.info,return.message=return.message)) #
109109

110110

111111
}
112-
#ds.asFactorSimple
112+
#ds.asFactorSimple

R/ds.asInteger.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
#' an integer.
2323
#' @param newobj a character string that provides the name for the output object
2424
#' that is stored on the data servers. Default \code{asinteger.newobj}.
25-
#' @param datasources a list of \code{\link{DSConnection-class}}
25+
#' @param datasources a list of \code{\link[DSI]{DSConnection-class}}
2626
#' objects obtained after login. If the \code{datasources} argument is not specified
27-
#' the default set of connections will be used: see \code{\link{datashield.connections_default}}.
27+
#' the default set of connections will be used: see \code{\link[DSI]{datashield.connections_default}}.
2828
#' @return \code{ds.asInteger} returns the R object converted into an integer
2929
#' that is written to the server-side. Also, two validity messages are returned to the
3030
#' client-side indicating the name of the \code{newobj} which

R/ds.asList.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
#' a list.
1010
#' @param newobj a character string that provides the name for the output object
1111
#' that is stored on the data servers. Default \code{aslist.newobj}.
12-
#' @param datasources a list of \code{\link{DSConnection-class}}
12+
#' @param datasources a list of \code{\link[DSI]{DSConnection-class}}
1313
#' objects obtained after login. If the \code{datasources} argument is not specified
14-
#' the default set of connections will be used: see \code{\link{datashield.connections_default}}.
14+
#' the default set of connections will be used: see \code{\link[DSI]{datashield.connections_default}}.
1515
#' @return \code{ds.asList} returns the R object converted into a list
1616
#' which is written to the server-side. Also, two validity messages are returned to the
1717
#' client-side indicating the name of the \code{newobj} which has been created in each data

R/ds.asLogical.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#' input object to be coerced to a logical.
99
#' @param newobj a character string that provides the name for the output object
1010
#' that is stored on the data servers. Default \code{aslogical.newobj}.
11-
#' @param datasources a list of \code{\link{DSConnection-class}}
11+
#' @param datasources a list of \code{\link[DSI]{DSConnection-class}}
1212
#' objects obtained after login. If the \code{datasources} argument is not specified
13-
#' the default set of connections will be used: see \code{\link{datashield.connections_default}}.
13+
#' the default set of connections will be used: see \code{\link[DSI]{datashield.connections_default}}.
1414
#' @return \code{ds.asLogical} returns the R object converted into a logical
1515
#' that is written to the server-side. Also, two validity messages are returned
1616
#' to the client-side indicating the name of the \code{newobj} which

0 commit comments

Comments
 (0)