Skip to content

Commit

Permalink
Do not run examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ymarcon committed Oct 7, 2022
1 parent 0e5b87b commit c483a0c
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion R/defaultDSConfiguration.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' @param exclude Character vector of package names to be explicitly excluded. If NULL, do not filter packages.
#'
#' @examples
#' {
#' \dontrun{
#' # detect DS packages
#' defaultDSConfiguration()
#' # exclude a DS package
Expand Down
2 changes: 1 addition & 1 deletion R/getDSLiteData.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' is not of class \code{\link{DSLiteConnection-class}}.
#'
#' @examples
#' {
#' \dontrun{
#' # DataSHIELD login
#' logindata <- setupCNSIMTest()
#' conns <- datashield.login(logindata, assign=TRUE)
Expand Down
2 changes: 1 addition & 1 deletion R/setupCNSIMTest.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' @return The login data for the \link{datashield.login} function.
#' @family setup functions
#' @examples
#' {
#' \dontrun{
#' logindata <- setupCNSIMTest()
#' conns <- datashield.login(logindata, assign=TRUE)
#' # do DataSHIELD analysis
Expand Down
2 changes: 1 addition & 1 deletion R/setupDASIMTest.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' @return The login data for the \link{datashield.login} function.
#' @family setup functions
#' @examples
#' {
#' \dontrun{
#' logindata <- setupDASIMTest()
#' conns <- datashield.login(logindata, assign=TRUE)
#' # do DataSHIELD analysis
Expand Down
2 changes: 1 addition & 1 deletion R/setupDATASETTest.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' @return The login data for the \link{datashield.login} function.
#' @family setup functions
#' @examples
#' {
#' \dontrun{
#' logindata <- setupDATASETTest()
#' conns <- datashield.login(logindata, assign=TRUE)
#' # do DataSHIELD analysis
Expand Down
2 changes: 1 addition & 1 deletion R/setupDISCORDANTTest.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' @return The login data for the \link{datashield.login} function.
#' @family setup functions
#' @examples
#' {
#' \dontrun{
#' logindata <- setupDISCORDANTTest()
#' conns <- datashield.login(logindata, assign=TRUE)
#' # do DataSHIELD analysis
Expand Down
2 changes: 1 addition & 1 deletion R/setupDSLiteServer.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#' @family setup functions
#'
#' @examples
#' {
#' \dontrun{
#' logindata <- setupDSLiteServer(
#' datasets = c("CNSIM1", "CNSIM2", "CNSIM3"),
#' logindata = "logindata.dslite.cnsim", pkgs = "DSLite",
Expand Down
2 changes: 1 addition & 1 deletion R/setupSURVIVALTest.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' @return The login data for the \link{datashield.login} function.
#' @family setup functions
#' @examples
#' {
#' \dontrun{
#' logindata <- setupSURVIVALTest()
#' conns <- datashield.login(logindata, assign=TRUE)
#' # do DataSHIELD analysis
Expand Down
2 changes: 1 addition & 1 deletion man/defaultDSConfiguration.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/getDSLiteData.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/setupCNSIMTest.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/setupDASIMTest.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/setupDATASETTest.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/setupDISCORDANTTest.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/setupDSLiteServer.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/setupSURVIVALTest.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c483a0c

Please sign in to comment.