From f1e1e3ae8d10175073783498a6498bf819e3db6c Mon Sep 17 00:00:00 2001 From: Mauro Lepore Date: Tue, 26 Nov 2024 23:14:11 +0000 Subject: [PATCH] Update README --- .github/workflows/pkgdown.yaml | 1 - DESCRIPTION | 2 +- README.md | 9 ++++----- _pkgdown.yml | 2 +- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 4bbce75..bfc9f4d 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -4,7 +4,6 @@ on: push: branches: [main, master] pull_request: - branches: [main, master] release: types: [published] workflow_dispatch: diff --git a/DESCRIPTION b/DESCRIPTION index 7c10946..4afa26f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -9,7 +9,7 @@ License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 -URL: https://dsincubator.github.io/inc.rtests/ +URL: https://ixpantia.github.io/inc.rtests/ Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 diff --git a/README.md b/README.md index ad98f91..58daf09 100644 --- a/README.md +++ b/README.md @@ -129,9 +129,8 @@ Other * [R packages (2e)](https://r-pkgs.org/). * [Snapshot testing](https://testthat.r-lib.org/articles/snapshotting.html) -Repos used in demos for reverse dependency checks on GitHub Actions - -* [Adapted tower](https://github.com/dsincubator/tower) ([original](https://github.com/ixpantia/tower)) -* [Adapted tapLock](https://github.com/dsincubator/tapLock) ([original](https://github.com/ixpantia/tapLock)) - +Reverse dependency checks on GitHub Actions +* [tower](https://github.com/ixpantia/tower). +* [tapLock](https://github.com/ixpantia/tapLock). +* [Workflow file](https://github.com/ixpantia/tower/pull/14/files#diff-8fe6f19b5ce17649a885f3ad91e83f63c1ca2dc91dbcd00fa3bd7e242f80dda7). diff --git a/_pkgdown.yml b/_pkgdown.yml index d3e1453..885d6b5 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,4 +1,4 @@ -url: https://dsincubator.github.io/inc.rtests/ +url: https://ixpantia.github.io/inc.rtests/ template: bootstrap: 5