diff --git a/DESCRIPTION b/DESCRIPTION index cdf0da2..f77f1c1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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, diff --git a/README.Rmd b/README.Rmd index c0df16e..8c16157 100644 --- a/README.Rmd +++ b/README.Rmd @@ -18,7 +18,7 @@ pkgload::load_all() # lazytest -[![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) @@ -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) --- diff --git a/README.md b/README.md index 4c891eb..b694b26 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ -[![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)
-library(lazytest)
+library(lazytest) 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 @@ -144,7 +144,7 @@ You can install the development version of lazytest from [cynkra R-universe](htt Or from GitHub:
-pak::pak("krlmlr/lazytest")
+pak::pak("krlmlr/lazytest") 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: @@ -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) ------------------------------------------------------------------------ diff --git a/man/lazytest-package.Rd b/man/lazytest-package.Rd index eb547ae..0f55741 100644 --- a/man/lazytest-package.Rd +++ b/man/lazytest-package.Rd @@ -11,9 +11,9 @@ A companion package to the testthat package that saves development time by helpi \seealso{ Useful links: \itemize{ - \item \url{https://github.com/krlmlr/lazytest} + \item \url{https://github.com/cynkra/lazytest} \item \url{https://cynkra.github.io/lazytest/} - \item Report bugs at \url{https://github.com/krlmlr/lazytest/issues} + \item Report bugs at \url{https://github.com/cynkra/lazytest/issues} } }