We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7b6459 commit 010e760Copy full SHA for 010e760
1 file changed
README.md
@@ -128,7 +128,7 @@ This README has been compiled on the
128
129
``` r
130
Sys.time()
131
-#> [1] "2024-09-30 13:50:40 BST"
+#> [1] "2024-09-30 13:57:31 BST"
132
```
133
134
Here are the tests results and package coverage:
@@ -137,13 +137,9 @@ Here are the tests results and package coverage:
137
devtools::check(quiet = TRUE)
138
#> ℹ Loading SQLRtools
139
#> ── R CMD check results ──────────────────────────────────── SQLRtools 0.0.1 ────
140
-#> Duration: 1m 34s
+#> Duration: 1m 37.3s
141
#>
142
-#> ❯ checking top-level files ... NOTE
143
-#> Non-standard file/directory found at top level:
144
-#> 'NEWS.html'
145
-#>
146
-#> 0 errors ✔ | 0 warnings ✔ | 1 note ✖
+#> 0 errors ✔ | 0 warnings ✔ | 0 notes ✔
147
148
149
0 commit comments