Skip to content

Commit 2de5a70

Browse files
authored
add warning (#260)
1 parent 8574fac commit 2de5a70

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# libR-sys
22

3+
> [!WARNING]
4+
> extendr-ffi has replaced libR-sys as the primary bindings to R's C-API, so you
5+
> should not rely on libR-sys to write R packages. If you are hoping to
6+
> contribute to extend, first of all, thank you, but also, you should make PRs
7+
> to the main extendr repo: [extendr/extendr](https://github.com/extendr/extendr).
8+
> Date: 2026-02-23
9+
310
Low-level R library bindings
411

512
[![Github Actions Build Status](https://github.com/extendr/libR-sys/workflows/Tests/badge.svg)](https://github.com/extendr/libR-sys/actions)

0 commit comments

Comments
 (0)