Skip to content

Commit 2555477

Browse files
committed
Fix typos
1 parent 9d07ed3 commit 2555477

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

R/ds.colnames.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#'
77
#' Server function called: \code{colnamesDS}
88
#' @param x a character string providing the name of the input data frame or matrix.
9-
#' @param datasources a list of \code{\link{DSConnection-class}} objects obtained after login.
9+
#' @param datasources a list of \code{\link[DSI]{DSConnection-class}} objects obtained after login.
1010
#' If the \code{datasources} argument is not specified
11-
#' the default set of connections will be used: see \code{\link{datashield.connections_default}}.
11+
#' the default set of connections will be used: see \code{\link[DSI]{datashield.connections_default}}.
1212
#' @return \code{ds.colnames} returns the column names of
1313
#' the specified server-side data frame or matrix.
1414
#' @author DataSHIELD Development Team

tests/testthat/perf_files/default_perf_profile.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"ds.asNumeric::perf:0","2.185","0.5","2"
77
"ds.assign::perf::0","5.490","0.5","2"
88
"ds.class::perf::combine:0","4.760","0.5","2"
9-
"ds.colnames::perf:0","9.942","0.5","2"
9+
"ds.colnames::perf:0","4.218","0.5","2"
1010
"ds.exists::perf::combine:0","11.09","0.5","2"
1111
"ds.length::perf::combine:0","9.479","0.5","2"
1212
"ds.mean::perf::combine:0","9.650","0.5","2"

0 commit comments

Comments
 (0)