We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5726930 commit ec3a244Copy full SHA for ec3a244
DESCRIPTION
@@ -27,7 +27,7 @@ Imports:
27
lifecycle (>= 1.0.3),
28
magrittr,
29
methods,
30
- pillar (>= 1.9.0),
+ pillar (>= 1.9.0.1038),
31
purrr (>= 1.0.1),
32
R6 (>= 2.2.2),
33
rlang (>= 1.1.1),
@@ -52,6 +52,8 @@ Suggests:
52
testthat (>= 3.1.10)
53
VignetteBuilder:
54
knitr
55
+Remotes:
56
+ r-lib/pillar
57
Config/Needs/website: tidyverse/tidytemplate
58
Config/testthat/edition: 3
59
Config/testthat/parallel: TRUE
tests/testthat/_snaps/tbl-sql.md
@@ -3,7 +3,7 @@
3
Code
4
mf2
5
Output
6
- # Source: SQL [3 x 2]
+ # Source: SQL [?? x 2]
7
# Database: sqlite ?.?.? [:memory:]
8
x y
9
<int> <int>
0 commit comments