Skip to content

Commit

Permalink
docs: fix GitHub links (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Apr 20, 2023
1 parent 7f596f3 commit 5c87ca0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ Description: A companion package to the testthat package that saves
development time by helping you rerun only the tests that have failed
during the last run.
License: MIT + file LICENSE
URL: https://github.com/krlmlr/lazytest,
https://cynkra.github.io/lazytest/
BugReports: https://github.com/krlmlr/lazytest/issues
URL: https://github.com/cynkra/lazytest, https://lazytest.cynkra.com/
BugReports: https://github.com/cynkra/lazytest/issues
Imports:
brio,
cli,
Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pkgload::load_all()
# lazytest

<!-- badges: start -->
[![R-CMD-check](https://github.com/krlmlr/lazytest/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/krlmlr/lazytest/actions/workflows/R-CMD-check.yaml)
[![R-CMD-check](https://github.com/cynkra/lazytest/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/cynkra/lazytest/actions/workflows/R-CMD-check.yaml)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/lazytest)](https://CRAN.R-project.org/package=lazytest)
<!-- badges: end -->
Expand Down Expand Up @@ -85,7 +85,7 @@ The add-in provides two commands:

This allows you to keep the workflows you're accustomed to and to benefit immediately.

![RStudio shortcut configuration](https://github.com/krlmlr/lazytest/raw/main/readme/rstudio-kb.png)
![RStudio shortcut configuration](https://github.com/cynkra/lazytest/raw/main/readme/rstudio-kb.png)

---

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

<!-- badges: start -->

[![R-CMD-check](https://github.com/krlmlr/lazytest/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/krlmlr/lazytest/actions/workflows/R-CMD-check.yaml) [![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) [![CRAN status](https://www.r-pkg.org/badges/version/lazytest)](https://CRAN.R-project.org/package=lazytest)
[![R-CMD-check](https://github.com/cynkra/lazytest/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/cynkra/lazytest/actions/workflows/R-CMD-check.yaml) [![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) [![CRAN status](https://www.r-pkg.org/badges/version/lazytest)](https://CRAN.R-project.org/package=lazytest)

<!-- badges: end -->

<pre class='chroma'>
<span><span class='kr'><a href='https://rdrr.io/r/base/library.html'>library</a></span><span class='o'>(</span><span class='nv'><a href='https://github.com/krlmlr/lazytest'>lazytest</a></span><span class='o'>)</span></span></pre>
<span><span class='kr'><a href='https://rdrr.io/r/base/library.html'>library</a></span><span class='o'>(</span><span class='nv'><a href='https://github.com/cynkra/lazytest'>lazytest</a></span><span class='o'>)</span></span></pre>

The goal of lazytest is to save development time by helping you rerun only the tests that have failed during the last run. It integrates tightly with the testthat package and provides the [`lazytest_local()`](https://cynkra.github.io/lazytest/reference/lazytest_local.html) function, a drop-in replacement for [`testthat::test_local()`](https://testthat.r-lib.org/reference/test_package.html), that

Expand Down Expand Up @@ -144,7 +144,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 All @@ -154,7 +154,7 @@ If you’re using RStudio, it is a good idea to remap the shortcut for running t

This allows you to keep the workflows you’re accustomed to and to benefit immediately.

![RStudio shortcut configuration](https://github.com/krlmlr/lazytest/raw/main/readme/rstudio-kb.png)
![RStudio shortcut configuration](https://github.com/cynkra/lazytest/raw/main/readme/rstudio-kb.png)

------------------------------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions man/lazytest-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5c87ca0

Please sign in to comment.