Message-ID: <20250819032540.0cc71d7a@Tarkus>
Date: 2025-08-19T00:25:40Z
From: Ivan Krylov
Subject: [R-pkg-devel] Using DOTS from C API
In-Reply-To: <CAL3ufUJ9uk8VZsUyUvhrjR5_H2AvheGN6Qk8YKDYW1rr+ViJgQ@mail.gmail.com>
? Mon, 18 Aug 2025 11:25:57 -0700
Josiah Parry <josiah.parry at gmail.com> ?????:
> *Question:* what is the best way to access a DOTSXP from R's C API in
> a function call.
In the future, there may be a C interface for that:
https://gist.github.com/lionel-/1ebcbd5ec69c0775d514c329522408a3?permalink_comment_id=5716011#gistcomment-5716011
Currently, working with promises most likely requires some non-API
entry points. What's the intended R-side call from the S3 method to
Rust? What's the intended use on the Rust side?
--
Best regards,
Ivan