Skip to content

Commit

Permalink
Merge pull request #26 from maelle/urls
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr authored May 19, 2023
2 parents 58c7d9f + 371957f commit 34b8ba7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
^LICENSE\.md$
^readme$
^README\.Rmd$
^README\.md$
^\.github$
^_pkgdown\.yml$
^docs$
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ If we run the tests, they all pass.
<span><span class='c'>#&gt; </span></span>
<span><span class='c'>#&gt; ══ <span style='font-weight: bold;'>Results</span> ═════════════════════════════════════════════════════════════════════</span></span>
<span><span class='c'>#&gt; [ FAIL 0 | WARN 0 | SKIP 0 | <span style='color: #00BB00;'>PASS</span> 2 ]</span></span>
<span><span class='c'>#&gt; </span></span>
<span><span class='c'>#&gt; <span style='color: #00BB00;'>😀</span></span></span>
<span><span class='c'>#&gt; → Testing all tests next time.</span></span></pre>

Now if we replace one of the tests with a failing test,
Expand Down Expand Up @@ -148,7 +146,7 @@ You can install the development version of lazytest from [cynkra R-universe](htt
Or from GitHub:

<pre class='chroma'>
<span><span class='nf'>pak</span><span class='nf'>::</span><span class='nf'><a href='http://pak.r-lib.org/reference/pak.html'>pak</a></span><span class='o'>(</span><span class='s'>"krlmlr/lazytest"</span><span class='o'>)</span></span></pre>
<span><span class='nf'>pak</span><span class='nf'>::</span><span class='nf'><a href='https://pak.r-lib.org/reference/pak.html'>pak</a></span><span class='o'>(</span><span class='s'>"krlmlr/lazytest"</span><span class='o'>)</span></span></pre>

If you’re using RStudio, it is a good idea to remap the shortcut for running tests (default: Ctrl + Shift + T / Cmd + Shift + T). The add-in provides two commands:

Expand Down
2 changes: 2 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
url: https://lazytest.cynkra.com/

template:
package: cynkratemplate

0 comments on commit 34b8ba7

Please sign in to comment.