Skip to content

Commit f7abff1

Browse files
committed
update readme
1 parent d44daa7 commit f7abff1

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<!-- badges: start -->
44
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.org/articles/stages.html#stable)
5-
[![R-CMD-check](https://github.com/r-lib/cpp4r/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-lib/cpp4r/actions/workflows/R-CMD-check.yaml)
5+
[![R-CMD-check](https://github.com/pachadotdev/cpp4r/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/pachadotdev/cpp4r/actions/workflows/R-CMD-check.yaml)
66
[![CRAN status](https://www.r-pkg.org/badges/version/cpp4r)](https://CRAN.R-project.org/package=cpp4r)
7-
[![Codecov test coverage](https://codecov.io/gh/r-lib/cpp4r/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/cpp4r?branch=main)
7+
[![Codecov test coverage](https://codecov.io/gh/pachadotdev/cpp4r/branch/main/graph/badge.svg)](https://app.codecov.io/gh/pachadotdev/cpp4r?branch=main)
88
[![BuyMeACoffee](https://raw.githubusercontent.com/pachadotdev/buymeacoffee-badges/main/bmc-yellow.svg)](https://www.buymeacoffee.com/pacha)
99
<!-- badges: end -->
1010

@@ -13,7 +13,7 @@ It is a fork of the [cpp11](https://cran.r-project.org/package=cpp) package with
1313

1414
cpp4r can be used as a replacement for cpp11 in existing or new packages. Think of cpp11 and cpp4r as MySQL and MariaDB: they are almost identical, but cpp4r has some extra features.
1515

16-
After discussing some [pull requests](https://github.com/r-lib/cpp11/pulls/pachadotdev) with Hadley Wickham from Posit, it was mentioned that I should create my own fork to add the following features:
16+
After discussing some [pull requests](https://github.com/pachadotdev/cpp11/pulls/pachadotdev) with Hadley Wickham from Posit, it was mentioned that I should create my own fork to add the following features:
1717

1818
- [x] Convert ordered and unordered C++ maps to R lists.
1919
- [x] Roxygen support on C++ side.
@@ -22,7 +22,7 @@ After discussing some [pull requests](https://github.com/r-lib/cpp11/pulls/pacha
2222
- [x] Use values added to a vector with `push_back()` immediately.
2323
- [x] Support bidirectional passing of complex numbers/vectors.
2424
- [x] Provide flexibility with data types (e.g., cpp4r's `as_integers()` and `as_doubles()` accept logical inputs while cpp11's do not).
25-
- [x] Some internal optimizations for better speed (e.g., https://github.com/r-lib/cpp11/pull/463 and https://github.com/r-lib/cpp11/pull/430).
25+
- [x] Some internal optimizations for better speed (e.g., https://github.com/pachadotdev/cpp11/pull/463 and https://github.com/pachadotdev/cpp11/pull/430).
2626

2727
## Getting started
2828

docs/index.html

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ articles:
1919
14-internals: 14-internals.html
2020
15-FAQ: 15-FAQ.html
2121
16-worked-examples: 16-worked-examples.html
22-
last_built: 2025-09-30T20:00Z
22+
last_built: 2025-09-30T21:32Z
2323
urls:
2424
reference: ./reference
2525
article: ./articles

docs/reference/pkg_template.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)