Skip to content

Commit 12a6e63

Browse files
committed
silence us-only message
1 parent 06aed90 commit 12a6e63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/signal-discovery.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ the endpoint, provides information about the signals that are available, what
3636
time ranges they are available for, and when they have been updated.
3737

3838
```{r, echo = FALSE}
39-
invisible(capture.output(endpts <- avail_endpoints()))
39+
suppressMessages(invisible(capture.output(endpts <- avail_endpoints())))
4040
filter(endpts, endsWith(Endpoint, "_meta()")) %>% knitr::kable()
4141
```
4242

@@ -54,7 +54,7 @@ avail_endpoints()
5454
```
5555

5656
```{r, echo = FALSE}
57-
invisible(capture.output(endpts <- avail_endpoints()))
57+
suppressMessages(invisible(capture.output(endpts <- avail_endpoints())))
5858
knitr::kable(endpts)
5959
```
6060

0 commit comments

Comments
 (0)