Skip to content

Commit c483a0c

Browse files
committed
Do not run examples
1 parent 0e5b87b commit c483a0c

16 files changed

Lines changed: 16 additions & 16 deletions

R/defaultDSConfiguration.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#' @param exclude Character vector of package names to be explicitly excluded. If NULL, do not filter packages.
1010
#'
1111
#' @examples
12-
#' {
12+
#' \dontrun{
1313
#' # detect DS packages
1414
#' defaultDSConfiguration()
1515
#' # exclude a DS package

R/getDSLiteData.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#' is not of class \code{\link{DSLiteConnection-class}}.
1010
#'
1111
#' @examples
12-
#' {
12+
#' \dontrun{
1313
#' # DataSHIELD login
1414
#' logindata <- setupCNSIMTest()
1515
#' conns <- datashield.login(logindata, assign=TRUE)

R/setupCNSIMTest.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#' @return The login data for the \link{datashield.login} function.
1111
#' @family setup functions
1212
#' @examples
13-
#' {
13+
#' \dontrun{
1414
#' logindata <- setupCNSIMTest()
1515
#' conns <- datashield.login(logindata, assign=TRUE)
1616
#' # do DataSHIELD analysis

R/setupDASIMTest.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#' @return The login data for the \link{datashield.login} function.
1111
#' @family setup functions
1212
#' @examples
13-
#' {
13+
#' \dontrun{
1414
#' logindata <- setupDASIMTest()
1515
#' conns <- datashield.login(logindata, assign=TRUE)
1616
#' # do DataSHIELD analysis

R/setupDATASETTest.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#' @return The login data for the \link{datashield.login} function.
1111
#' @family setup functions
1212
#' @examples
13-
#' {
13+
#' \dontrun{
1414
#' logindata <- setupDATASETTest()
1515
#' conns <- datashield.login(logindata, assign=TRUE)
1616
#' # do DataSHIELD analysis

R/setupDISCORDANTTest.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#' @return The login data for the \link{datashield.login} function.
1111
#' @family setup functions
1212
#' @examples
13-
#' {
13+
#' \dontrun{
1414
#' logindata <- setupDISCORDANTTest()
1515
#' conns <- datashield.login(logindata, assign=TRUE)
1616
#' # do DataSHIELD analysis

R/setupDSLiteServer.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#' @family setup functions
1919
#'
2020
#' @examples
21-
#' {
21+
#' \dontrun{
2222
#' logindata <- setupDSLiteServer(
2323
#' datasets = c("CNSIM1", "CNSIM2", "CNSIM3"),
2424
#' logindata = "logindata.dslite.cnsim", pkgs = "DSLite",

R/setupSURVIVALTest.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#' @return The login data for the \link{datashield.login} function.
1111
#' @family setup functions
1212
#' @examples
13-
#' {
13+
#' \dontrun{
1414
#' logindata <- setupSURVIVALTest()
1515
#' conns <- datashield.login(logindata, assign=TRUE)
1616
#' # do DataSHIELD analysis

man/defaultDSConfiguration.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/getDSLiteData.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)