diff --git a/dev/pkgdown.yml b/dev/pkgdown.yml index 3ed928f2e..f1705f7c5 100644 --- a/dev/pkgdown.yml +++ b/dev/pkgdown.yml @@ -3,7 +3,7 @@ pkgdown: 2.0.7.9000 pkgdown_sha: 548a9493b72ff93d3ed8392d4ad30b77d8b15fa5 articles: DBItest: DBItest.html -last_built: 2024-01-11T16:50Z +last_built: 2024-01-11T18:18Z urls: reference: https://dbitest.r-dbi.org/reference article: https://dbitest.r-dbi.org/articles diff --git a/dev/reference/context.html b/dev/reference/context.html index 1d486a1c6..f59439f10 100644 --- a/dev/reference/context.html +++ b/dev/reference/context.html @@ -140,7 +140,7 @@

Examples

#> <DBIConnector><SQLiteDriver> #> Arguments: #> $dbname -#> [1] "/tmp/RtmpdPno7M/DBItest11756f7c37c5.sqlite" +#> [1] "/tmp/RtmprAEMUe/DBItest100721b24c3a.sqlite" #> #> #> $drv diff --git a/dev/reference/test_all.html b/dev/reference/test_all.html index ecf332043..68e7f993a 100644 --- a/dev/reference/test_all.html +++ b/dev/reference/test_all.html @@ -74,7 +74,10 @@

Arguments

skip

[character()]
A vector of regular expressions to match against test names; skip test if matching any. -The regular expressions are matched against the entire test name.

+The regular expressions are matched against the entire test name +minus a possible suffix _N where N is a number. +For example, skip = "exists_table" will skip both +"exists_table_1" and "exists_table_2".

run_only
diff --git a/dev/reference/test_arrow.html b/dev/reference/test_arrow.html index 97bdb99a7..af9d0a624 100644 --- a/dev/reference/test_arrow.html +++ b/dev/reference/test_arrow.html @@ -64,7 +64,10 @@

Arguments

skip

[character()]
A vector of regular expressions to match against test names; skip test if matching any. -The regular expressions are matched against the entire test name.

+The regular expressions are matched against the entire test name +minus a possible suffix _N where N is a number. +For example, skip = "exists_table" will skip both +"exists_table_1" and "exists_table_2".

run_only
diff --git a/dev/reference/test_compliance.html b/dev/reference/test_compliance.html index d7a660bc7..61cc92598 100644 --- a/dev/reference/test_compliance.html +++ b/dev/reference/test_compliance.html @@ -64,7 +64,10 @@

Arguments

skip

[character()]
A vector of regular expressions to match against test names; skip test if matching any. -The regular expressions are matched against the entire test name.

+The regular expressions are matched against the entire test name +minus a possible suffix _N where N is a number. +For example, skip = "exists_table" will skip both +"exists_table_1" and "exists_table_2".

run_only
diff --git a/dev/reference/test_connection.html b/dev/reference/test_connection.html index 53f1e5f2d..37d7c2074 100644 --- a/dev/reference/test_connection.html +++ b/dev/reference/test_connection.html @@ -64,7 +64,10 @@

Arguments

skip

[character()]
A vector of regular expressions to match against test names; skip test if matching any. -The regular expressions are matched against the entire test name.

+The regular expressions are matched against the entire test name +minus a possible suffix _N where N is a number. +For example, skip = "exists_table" will skip both +"exists_table_1" and "exists_table_2".

run_only
diff --git a/dev/reference/test_driver.html b/dev/reference/test_driver.html index 9b64d54d4..17885ecea 100644 --- a/dev/reference/test_driver.html +++ b/dev/reference/test_driver.html @@ -64,7 +64,10 @@

Arguments

skip

[character()]
A vector of regular expressions to match against test names; skip test if matching any. -The regular expressions are matched against the entire test name.

+The regular expressions are matched against the entire test name +minus a possible suffix _N where N is a number. +For example, skip = "exists_table" will skip both +"exists_table_1" and "exists_table_2".

run_only
diff --git a/dev/reference/test_getting_started.html b/dev/reference/test_getting_started.html index da98267ac..9ad83ff79 100644 --- a/dev/reference/test_getting_started.html +++ b/dev/reference/test_getting_started.html @@ -66,7 +66,10 @@

Arguments

skip

[character()]
A vector of regular expressions to match against test names; skip test if matching any. -The regular expressions are matched against the entire test name.

+The regular expressions are matched against the entire test name +minus a possible suffix _N where N is a number. +For example, skip = "exists_table" will skip both +"exists_table_1" and "exists_table_2".

run_only
diff --git a/dev/reference/test_meta.html b/dev/reference/test_meta.html index ed4cabc64..323272075 100644 --- a/dev/reference/test_meta.html +++ b/dev/reference/test_meta.html @@ -64,7 +64,10 @@

Arguments

skip

[character()]
A vector of regular expressions to match against test names; skip test if matching any. -The regular expressions are matched against the entire test name.

+The regular expressions are matched against the entire test name +minus a possible suffix _N where N is a number. +For example, skip = "exists_table" will skip both +"exists_table_1" and "exists_table_2".

run_only
diff --git a/dev/reference/test_result.html b/dev/reference/test_result.html index c7a5fa5b3..c61793c18 100644 --- a/dev/reference/test_result.html +++ b/dev/reference/test_result.html @@ -64,7 +64,10 @@

Arguments

skip

[character()]
A vector of regular expressions to match against test names; skip test if matching any. -The regular expressions are matched against the entire test name.

+The regular expressions are matched against the entire test name +minus a possible suffix _N where N is a number. +For example, skip = "exists_table" will skip both +"exists_table_1" and "exists_table_2".

run_only
diff --git a/dev/reference/test_sql.html b/dev/reference/test_sql.html index 9b87301ed..692ad09e8 100644 --- a/dev/reference/test_sql.html +++ b/dev/reference/test_sql.html @@ -64,7 +64,10 @@

Arguments

skip

[character()]
A vector of regular expressions to match against test names; skip test if matching any. -The regular expressions are matched against the entire test name.

+The regular expressions are matched against the entire test name +minus a possible suffix _N where N is a number. +For example, skip = "exists_table" will skip both +"exists_table_1" and "exists_table_2".

run_only
diff --git a/dev/reference/test_stress.html b/dev/reference/test_stress.html index b7af95668..f80ec45ab 100644 --- a/dev/reference/test_stress.html +++ b/dev/reference/test_stress.html @@ -64,7 +64,10 @@

Arguments

skip

[character()]
A vector of regular expressions to match against test names; skip test if matching any. -The regular expressions are matched against the entire test name.

+The regular expressions are matched against the entire test name +minus a possible suffix _N where N is a number. +For example, skip = "exists_table" will skip both +"exists_table_1" and "exists_table_2".

ctx
diff --git a/dev/reference/test_transaction.html b/dev/reference/test_transaction.html index 0cc1c884f..38ad46856 100644 --- a/dev/reference/test_transaction.html +++ b/dev/reference/test_transaction.html @@ -64,7 +64,10 @@

Arguments

skip

[character()]
A vector of regular expressions to match against test names; skip test if matching any. -The regular expressions are matched against the entire test name.

+The regular expressions are matched against the entire test name +minus a possible suffix _N where N is a number. +For example, skip = "exists_table" will skip both +"exists_table_1" and "exists_table_2".

run_only