Skip to content

Commit 427ddce

Browse files
committed
Remove stale link
1 parent e34d760 commit 427ddce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ foo()
6262
```
6363

6464
`rlang::entrace()` checks if winch is installed, and adds a native backtrace.
65-
As this cannot be easily demonstrated in a knitr document, the output is copied from [this GitHub Actions run](https://github.com/r-prof/winch/runs/1147640026?check_suite_focus=true#step:12:169).
65+
As this cannot be easily demonstrated in a knitr document, the output is copied from a GitHub Actions run.
6666

6767
```{r error, eval = FALSE}
6868
options(

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Below is an example where an R function calls into C which calls back into R. No
111111
<span class='c'>#&gt; [ reached 'max' / getOption("max.print") -- omitted 99 rows ]</span>
112112
</pre>
113113

114-
[`rlang::entrace()`](https://rlang.r-lib.org/reference/entrace.html) checks if winch is installed, and adds a native backtrace. As this cannot be easily demonstrated in a knitr document, the output is copied from [this GitHub Actions run](https://github.com/r-prof/winch/runs/1147640026?check_suite_focus=true#step:12:169).
114+
[`rlang::entrace()`](https://rlang.r-lib.org/reference/entrace.html) checks if winch is installed, and adds a native backtrace. As this cannot be easily demonstrated in a knitr document, the output is copied from a GitHub Actions run.
115115

116116
<pre class='chroma'>
117117
<span class='nf'><a href='https://rdrr.io/r/base/options.html'>options</a></span>(

0 commit comments

Comments
 (0)