Skip to content

Commit 5873958

Browse files
leoxenoclaude
andcommitted
Update GitHub URLs to pattern-causality org
Repos transferred from leoxeno/pattern_causality to pattern-causality/pattern_causality. Updated all references in DESCRIPTION, README.md, and README.Rmd. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0d5489d commit 5873958

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ LazyData: true
4242
Roxygen: list(markdown = TRUE)
4343
Config/Needs/website:
4444
tidyverse/tidytemplate
45-
URL: https://github.com/skstavroglou/pattern_causality/
46-
BugReports: https://github.com/skstavroglou/pattern_causality/issues
45+
URL: https://github.com/pattern-causality/pattern_causality/
46+
BugReports: https://github.com/pattern-causality/pattern_causality/issues
4747
Config/testthat/edition: 3
4848
RoxygenNote: 7.3.2
4949
VignetteBuilder: knitr

README.Rmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ knitr::opts_chunk$set(
1919

2020
[![CRAN
2121
status](https://www.r-pkg.org/badges/version/patterncausality)](https://cran.r-project.org/package=patterncausality)
22-
[![R-CMD-check](https://github.com/skstavroglou/pattern_causality/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/skstavroglou/pattern_causality/actions/workflows/R-CMD-check.yaml)
22+
[![R-CMD-check](https://github.com/pattern-causality/pattern_causality/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/pattern-causality/pattern_causality/actions/workflows/R-CMD-check.yaml)
2323
[![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/patterncausality)](https://cran.r-project.org/package=patterncausality)
2424

2525
<!-- badges: end -->
@@ -55,11 +55,11 @@ This algorithm has a lot of advantages.
5555
## Installation
5656

5757
You can install the development version of patterncausality from
58-
[GitHub](https://github.com/skstavroglou/pattern_causality) with:
58+
[GitHub](https://github.com/pattern-causality/pattern_causality) with:
5959

6060
```r
6161
# install.packages("devtools")
62-
devtools::install_github("skstavroglou/pattern_causality")
62+
devtools::install_github("pattern-causality/pattern_causality")
6363
```
6464

6565
You can also install the package from
@@ -144,7 +144,7 @@ the pattern causality.
144144

145145
<a href="mailto:stavros.k.stavroglou@gmail.com">
146146
<img src="https://raw.githubusercontent.com/FortAwesome/Font-Awesome/6.x/svgs/solid/envelope.svg" width="40" height="40"/>
147-
</a> <a href="https://github.com/skstavroglou">
147+
</a> <a href="https://github.com/leoxeno">
148148
<img src="https://raw.githubusercontent.com/FortAwesome/Font-Awesome/6.x/svgs/brands/github.svg" width="40" height="40"/>
149149
</a> <a href="https://orcid.org/0000-0003-3931-0391">
150150
<img src="https://raw.githubusercontent.com/FortAwesome/Font-Awesome/6.x/svgs/brands/orcid.svg" width="40" height="40"/>

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[![CRAN
99
status](https://www.r-pkg.org/badges/version/patterncausality)](https://cran.r-project.org/package=patterncausality)
10-
[![R-CMD-check](https://github.com/skstavroglou/pattern_causality/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/skstavroglou/pattern_causality/actions/workflows/R-CMD-check.yaml)
10+
[![R-CMD-check](https://github.com/pattern-causality/pattern_causality/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/pattern-causality/pattern_causality/actions/workflows/R-CMD-check.yaml)
1111
[![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/patterncausality)](https://cran.r-project.org/package=patterncausality)
1212

1313
<!-- badges: end -->
@@ -48,11 +48,11 @@ This algorithm has a lot of advantages.
4848
## Installation
4949

5050
You can install the development version of patterncausality from
51-
[GitHub](https://github.com/skstavroglou/pattern_causality) with:
51+
[GitHub](https://github.com/pattern-causality/pattern_causality) with:
5252

5353
``` r
5454
# install.packages("devtools")
55-
devtools::install_github("skstavroglou/pattern_causality")
55+
devtools::install_github("pattern-causality/pattern_causality")
5656
```
5757

5858
You can also install the package from
@@ -182,7 +182,7 @@ the pattern causality.
182182

183183
<a href="mailto:stavros.k.stavroglou@gmail.com">
184184
<img src="https://raw.githubusercontent.com/FortAwesome/Font-Awesome/6.x/svgs/solid/envelope.svg" width="40" height="40"/>
185-
</a> <a href="https://github.com/skstavroglou">
185+
</a> <a href="https://github.com/leoxeno">
186186
<img src="https://raw.githubusercontent.com/FortAwesome/Font-Awesome/6.x/svgs/brands/github.svg" width="40" height="40"/>
187187
</a> <a href="https://orcid.org/0000-0003-3931-0391">
188188
<img src="https://raw.githubusercontent.com/FortAwesome/Font-Awesome/6.x/svgs/brands/orcid.svg" width="40" height="40"/>

0 commit comments

Comments
 (0)