Skip to content

Commit f442183

Browse files
committed
Prepare fastcpd language repository migration
1 parent 10c7329 commit f442183

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
# Fast Change Point Detection <a href="https://fastcpd.xingchi.li"><img src="man/figures/logo.png" align="right" height="138" /></a>
55

66
[![Codecov test
7-
coverage](https://codecov.io/gh/doccstat/fastcpd/branch/main/graph/badge.svg)](https://app.codecov.io/gh/doccstat/fastcpd?branch=main)
8-
[![CodeFactor](https://www.codefactor.io/repository/github/doccstat/fastcpd/badge)](https://www.codefactor.io/repository/github/doccstat/fastcpd)
7+
coverage](https://codecov.io/gh/doccstat/fastcpd-r/branch/main/graph/badge.svg)](https://app.codecov.io/gh/doccstat/fastcpd-r?branch=main)
8+
[![CodeFactor](https://www.codefactor.io/repository/github/doccstat/fastcpd-r/badge)](https://www.codefactor.io/repository/github/doccstat/fastcpd-r)
99
[![CRAN
1010
status](https://www.r-pkg.org/badges/version-last-release/fastcpd)](https://cran.r-project.org/package=fastcpd)
1111
[![doi](https://img.shields.io/badge/doi-10.48550/arXiv.2404.05933-green.svg)](https://doi.org/10.48550/arXiv.2404.05933)
12-
[![Full repository integration](https://github.com/doccstat/fastcpd/actions/workflows/integration.yml/badge.svg)](https://github.com/doccstat/fastcpd/actions/workflows/integration.yml)
12+
[![R CMD check](https://github.com/doccstat/fastcpd-r/actions/workflows/check-standard.yaml/badge.svg)](https://github.com/doccstat/fastcpd-r/actions/workflows/check-standard.yaml)
1313
[![r-universe](https://doccstat.r-universe.dev/badges/fastcpd)](https://doccstat.r-universe.dev)
1414
[![Python
1515
version](https://img.shields.io/pypi/pyversions/fastcpd)](https://pypi.org/project/fastcpd/)
@@ -18,22 +18,24 @@ package](https://img.shields.io/pypi/v/fastcpd)](https://pypi.org/project/fastcp
1818

1919
## Documentation: [x2r.io](https://x2r.io/fastcpd/reference/)
2020

21+
Python and standalone C++ sources are published separately in
22+
[`fastcpd-py`](https://github.com/doccstat/fastcpd-py) and
23+
[`fastcpd-cpp`](https://github.com/doccstat/fastcpd-cpp).
24+
2125
<details close>
2226
<summary>
2327
Installation
2428
</summary>
2529

2630
``` r
2731
# install.packages("pak")
28-
pak::pak("doccstat/fastcpd")
32+
pak::pak("doccstat/fastcpd-r")
2933
# or install from CRAN
3034
install.packages("fastcpd")
3135
```
3236

3337
``` shell
34-
# python -m ensurepip --upgrade
35-
pip install .
36-
# or install from PyPI
38+
# Install the Python package from PyPI
3739
pip install fastcpd
3840
```
3941

@@ -146,8 +148,8 @@ Encountered a bug or unintended behavior?
146148
</summary>
147149

148150
1. File a ticket at [GitHub
149-
Issues](https://github.com/doccstat/fastcpd/issues).
151+
Issues](https://github.com/doccstat/fastcpd-r/issues).
150152
2. Contact the authors specified in
151-
[DESCRIPTION](https://github.com/doccstat/fastcpd/blob/main/DESCRIPTION#L5-L10).
153+
[DESCRIPTION](https://github.com/doccstat/fastcpd-r/blob/main/DESCRIPTION#L5-L10).
152154

153155
</details>

0 commit comments

Comments
 (0)