Skip to content

Commit 0f5814a

Browse files
committed
docs: updated authorship
1 parent 97e2687 commit 0f5814a

18 files changed

Lines changed: 27 additions & 0 deletions

R/classDS.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#' @param x a string character, the name of an object
66
#' @return the class of the input object
77
#' @author Stuart Wheater, for DataSHIELD Development Team
8+
#' @author Tim Cadman, Genomics Coordination Centre, UMCG, Netherlands
89
#' @export
910
#'
1011
classDS <- function(x){

R/completeCasesDS.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#' without problems no studysideMessage will have been saved and ds.message("newobj")
3232
#' will return the message: "ALL OK: there are no studysideMessage(s) on this datasource".
3333
#' @author Paul Burton for DataSHIELD Development Team
34+
#' @author Tim Cadman, Genomics Coordination Centre, UMCG, Netherlands
3435
#' @export
3536
#'
3637
completeCasesDS <- function(x1.transmit){

R/dimDS.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#' @return a list with two elements: \code{dim} (the dimension of the input object)
77
#' and \code{class} (the class of the input object, for client-side consistency checking)
88
#' @author Demetris Avraam, for DataSHIELD Development Team
9+
#' @author Tim Cadman, Genomics Coordination Centre, UMCG, Netherlands
910
#' @export
1011
#'
1112
dimDS <- function(x){

R/isNaDS.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#' only NAs, FALSE otherwise) and \code{class} (the class of the input object,
88
#' for client-side consistency checking)
99
#' @author Gaye, A.
10+
#' @author Tim Cadman, Genomics Coordination Centre, UMCG, Netherlands
1011
#' @export
1112
#'
1213
isNaDS <- function(x){

R/lengthDS.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#' vector or list) and \code{class} (the class of the input object, for client-side
88
#' consistency checking)
99
#' @author Demetris Avraam, for DataSHIELD Development Team
10+
#' @author Tim Cadman, Genomics Coordination Centre, UMCG, Netherlands
1011
#' @export
1112
#'
1213
lengthDS <- function(x){

R/levelsDS.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#' in the vector) and \code{class} (the class of the input object, for
88
#' client-side consistency checking)
99
#' @author Alex Westerberg, for DataSHIELD Development Team
10+
#' @author Tim Cadman, Genomics Coordination Centre, UMCG, Netherlands
1011
#' @export
1112
#'
1213
levelsDS <- function(x){

R/namesDS.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#' @return \code{namesDS} returns to the client-side the names
1717
#' of a list object stored on the server-side.
1818
#' @author Amadou Gaye, updated by Paul Burton 25/06/2020
19+
#' @author Tim Cadman, Genomics Coordination Centre, UMCG, Netherlands
1920
#' @export
2021
#'
2122
namesDS <- function(xname.transmit){

R/numNaDS.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#' missing values) and \code{class} (the class of the input object, for
88
#' client-side consistency checking)
99
#' @author Gaye, A.
10+
#' @author Tim Cadman, Genomics Coordination Centre, UMCG, Netherlands
1011
#' @export
1112
#'
1213
numNaDS <- function(x){

R/uniqueDS.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#' @return the object specified by the \code{newobj} argument
77
#' which is written to the server-side.
88
#' @author Stuart Wheater for DataSHIELD Development Team
9+
#' @author Tim Cadman, Genomics Coordination Centre, UMCG, Netherlands
910
#' @export
1011
#'
1112
uniqueDS <- function(x.name.transmit = NULL){

man/classDS.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)