Re: [Rd] [External] Re: clarifying and adjusting the C API for R

2024-06-07 Thread luke-tierney--- via R-devel
n. Best, luke -Steve On Thu, Jun 6, 2024 at 10:47 AM luke-tierney--- via R-devel wrote: This is an update on some current work on the C API for use in R extensions. The internal R implementation makes use of tens of thousands of C entry points. On Linux a

Re: [Rd] [External] Re: clarifying and adjusting the C API for R

2024-06-07 Thread luke-tierney--- via R-devel
reminding you when we hit some of the tougher challenges down the road :-) Best, luke On Thu, Jun 6, 2024 at 9:47 AM luke-tierney--- via R-devel wrote: This is an update on some current work on the C API for use in R extensions. The internal R implementation makes use

Re: [Rd] [External] Re: clarifying and adjusting the C API for R

2024-06-07 Thread luke-tierney--- via R-devel
uot; Can we leave it at that please? luke On Fri, Jun 7, 2024 at 7:30 AM luke-tierney--- via R-devel wrote: On Fri, 7 Jun 2024, Steven Dirkse wrote: You don't often get email from sdir...@gams.com. Learn why this is important Thanks for sharing this overview of an interesting and much-ne

Re: [Rd] [External] Re: changes in R-devel and zero-extent objects in Rcpp

2024-06-08 Thread luke-tierney--- via R-devel
here     I'm in over my head and hoping for insight into whether this problem should be resolved by changing R, Rcpp, or downstream Rcpp packages ...    cheers     Ben Bolker __ R-devel@r-project.org <mailto:R-devel@r

Re: [Rd] clarifying and adjusting the C API for R

2024-06-18 Thread luke-tierney--- via R-devel
me time and coordination between R-core and maintainers of affected packages. Once things have gelled a bit more I hope to turn this into a blog post that will include some examples of moving non-API entry point uses into compliance. Best, luke -- Luke Tierney Ralph E. Wareham Professor of Mathe

[Rd] non-API entry point Rf_findVarInFrame3 will be removed

2024-06-19 Thread luke-tierney--- via R-devel
provided. Best, luke -- Luke Tierney Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 Department of Statistics andFax: 319-335-3017 Actuarial Science 241 Schaeffer Hall email: luke-tier

Re: [Rd] [External] Non-API updates

2024-06-25 Thread luke-tierney--- via R-devel
packages the advice is simple: stop using them. Best, luke [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Luke Tierney Ralph E. Wareham Professor of Mathematical Sciences Univers

Re: [Rd] [External] API for converting LANGSXP to LISTSXP?

2024-07-06 Thread luke-tierney--- via R-devel
ceVector() also emits the same error above since it uses the same code path. Thanks, Kevin __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Luke Tierney Ralph E. Wareham Professor of Mathematical Sciences Un

Re: [Rd] [External] Re: Could .Primitive("[") stop forcing R_Visible = TRUE?

2024-10-25 Thread luke-tierney--- via R-devel
rpreted code behavior, but that would need some looking into. Filing a bug report on the discrepancy would be a good next step. Best, luke -- Luke Tierney Ralph E. Wareham Professor of Mathematical Sciences University of Iowa Phone: 319-335-3386 Departme

Re: [Rd] [External] More precise documentation of on.exit() [when leaving function vs. "context"]

2025-02-14 Thread luke-tierney--- via R-devel
.texi [5] https://github.com/r-devel/r-svn/blob/9bd62756d3c1289c3c01faec0e2b4de9e8a88d59/doc/manual/R-lang.texi#L3755-L3757 ______ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Luke Tierney Ralph E. Wareham Professor of

Re: [Rd] [External] Suppressed "graphical parameter" warnings reviving themselves magically

2025-03-21 Thread luke-tierney--- via R-devel
points(0, 0, foo = TRUE) }) NULL NULL /Henrik PS. I thought I had sent this many months ago, but I just now found this message in my draft folder, so now I'm not sure. Sorry, if this is a duplicate. __ R-devel@r-project.org mailing list ht

<    1   2   3   4   5