Skip to content

Commit 713983f

Browse files
committed
docs: updated authorship
1 parent e5b300c commit 713983f

14 files changed

Lines changed: 14 additions & 0 deletions

R/BooleDS.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#' input vector are all converted to 1 or 0 respectively.
2222
#'
2323
#' @author DataSHIELD Development Team
24+
#' @author Tim Cadman, Genomics Coordination Centre, UMCG, Netherlands
2425
#'
2526
#' @return the levels of the input variable.
2627
#' @export

R/cbindDS.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#' of \code{ds.cbind} (or default name \code{cbind.newobj})
2020
#' which is written to the serverside. The output object is of class data.frame.
2121
#' @author Paul Burton and Demetris Avraam for DataSHIELD Development Team
22+
#' @author Tim Cadman, Genomics Coordination Centre, UMCG, Netherlands
2223
#' @export
2324
#'
2425
cbindDS <- function(x.names.transmit=NULL, colnames.transmit=NULL){

R/dataFrameDS.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#' serverside and named according to the <newobj> argument of the clientside
3636
#' function ds.dataFrame()
3737
#' @author DataSHIELD Development Team
38+
#' @author Tim Cadman, Genomics Coordination Centre, UMCG, Netherlands
3839
#' @export
3940
#'
4041
dataFrameDS <- function(vectors=NULL, r.names=NULL, ch.rows=FALSE, ch.names=TRUE, clnames=NULL, strAsFactors=TRUE, completeCases=FALSE){

R/dataFrameFillDS.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#' The classes supported are 'numeric', 'integer', 'character', 'factor' and 'logical'.
1818
#' @return Nothing is returned to the client. The generated object is written to the serverside.
1919
#' @author Demetris Avraam for DataSHIELD Development Team
20+
#' @author Tim Cadman, Genomics Coordination Centre, UMCG, Netherlands
2021
#' @export
2122
#'
2223
dataFrameFillDS <- function(df.name, allNames.transmit, class.vect.transmit, levels.vec.transmit){

R/dataFrameSortDS.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#' R environment as a data.frame named according to the <newobj> argument(or with
3131
#' default name 'dataframesort.newobj') if no name is specified
3232
#' @author Paul Burton, with critical error identification by
33+
#' @author Tim Cadman, Genomics Coordination Centre, UMCG, Netherlands
3334
#' Leire Abarrategui-Martinez, for DataSHIELD Development Team, 2/4/2020
3435
#' @export
3536
#'

R/dataFrameSubsetDS1.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
#' In consequence, it records error messages as studysideMessages which can only be
4646
#' retrieved using ds.message
4747
#' @author Paul Burton
48+
#' @author Tim Cadman, Genomics Coordination Centre, UMCG, Netherlands
4849
#' @export
4950
#'
5051
dataFrameSubsetDS1 <- function(df.name=NULL,V1.name=NULL,V2.name=NULL,Boolean.operator.n=NULL,keep.cols=NULL,rm.cols=NULL,keep.NAs=NULL){

R/dataFrameSubsetDS2.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
#' without problems no studysideMessage will have been saved and ds.message("newobj")
5555
#' will return the message: "ALL OK: there are no studysideMessage(s) on this datasource".
5656
#' @author DataSHIELD Development Team
57+
#' @author Tim Cadman, Genomics Coordination Centre, UMCG, Netherlands
5758
#' @export
5859
#'
5960
dataFrameSubsetDS2<-function(df.name=NULL,V1.name=NULL, V2.name=NULL, Boolean.operator.n=NULL,keep.cols=NULL, rm.cols=NULL, keep.NAs=NULL){

R/mergeDS.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
#' without problems no studysideMessage will have been saved and ds.message(<newobj>)
5252
#' will return the message: "ALL OK: there are no studysideMessage(s) on this datasource".
5353
#' @author Paul Burton, Demetris Avraam, for DataSHIELD Development Team
54+
#' @author Tim Cadman, Genomics Coordination Centre, UMCG, Netherlands
5455
#' @export
5556
mergeDS <- function(x.name, y.name, by.x.names.transmit, by.y.names.transmit, all.x, all.y,
5657
sort, suffixes.transmit, no.dups, incomparables){

R/rbindDS.R

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

R/recodeValuesDS.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#' initially specified in calling ds.recodeValues. The output object (the required
2727
#' recoded variable called <newobj> is written to the serverside.
2828
#' @author Paul Burton, Demetris Avraam for DataSHIELD Development Team
29+
#' @author Tim Cadman, Genomics Coordination Centre, UMCG, Netherlands
2930
#' @export
3031
#'
3132
recodeValuesDS <- function(var.name.text=NULL, values2replace.text=NULL, new.values.text=NULL, missing=NULL){

0 commit comments

Comments
 (0)