Thank yiou
On Tue, Jun 25, 2024, 3:57 PM Duncan Murdoch
wrote:
> On 2024-06-25 5:25 a.m., Matthew Fidler wrote:
> > Hi,
> >
> > I have adapted code to run R from within C from the writing R extensions
> > here
> >
> >
> https://colinfay.me/writing-r-extensions/system-and-foreign-language-interfa
On 25 June 2024 at 12:25, Josiah Parry wrote:
| Is there a link you can provide regarding the "Moving into C compliance?" It
| cannot be found at https://cran.r-project.org/doc/manuals/R-exts.html.
https://rstudio.github.io/r-manuals/r-exts/The-R-API.html#moving-into-c-api-compliance
That's the
On 25/06/2024 17:25, Josiah Parry wrote:
With respect to NOTES and WARN on CRAN, these do not result in any
package maintainer notifications. The only notification that the developers
receive is the threatening one that states that the packages will be
removed
from CRAN with a very short timeli
It is probably important to note that the WRE with the new section on C API
compliance is
in the R-Devel docs, not the current ones.
JN
On 2024-06-25 12:10, luke-tierney--- via R-devel wrote:
On Tue, 25 Jun 2024, Josiah Parry wrote:
Hey folks,
I'm sure many of you all woke to the same messa
On 2024-06-25 12:25, Josiah Parry wrote:
"Stop using them" is pithy advice but far easier said than done!
With respect to NOTES and WARN on CRAN, these do not result in any
package maintainer notifications. The only notification that the developers
receive is the threatening one that states t
On 6/25/24 18:25, Josiah Parry wrote:
"Stop using them" is pithy advice but far easier said than done!
With respect to NOTES and WARN on CRAN, these do not result in any
package maintainer notifications. The only notification that the developers
receive is the threatening one that states that
"Stop using them" is pithy advice but far easier said than done!
With respect to NOTES and WARN on CRAN, these do not result in any
package maintainer notifications. The only notification that the developers
receive is the threatening one that states that the packages will be
removed
from CRAN wit
On Tue, 25 Jun 2024, Josiah Parry wrote:
Hey folks,
I'm sure many of you all woke to the same message I did: "Please correct
before 2024-07-09 to safely retain your package on CRAN" caused by Non-API
changes to CRAN.
This is quite unexpected as Luke Tierney's June 6th email writes (emphasis
mi
On 2024-06-25 5:25 a.m., Matthew Fidler wrote:
Hi,
I have adapted code to run R from within C from the writing R extensions
here
https://colinfay.me/writing-r-extensions/system-and-foreign-language-interfaces.html
That was written in 2017. You should use the one that came with R, or
even be
Hey folks,
I'm sure many of you all woke to the same message I did: "Please correct
before 2024-07-09 to safely retain your package on CRAN" caused by Non-API
changes to CRAN.
This is quite unexpected as Luke Tierney's June 6th email writes (emphasis
mine):
"An *experimental* *effort* is underw
В Tue, 25 Jun 2024 09:42:59 +
David McArthur пишет:
> ggplot(data, aes(x=body_mass_g,fill = species)) +
> geom _histogram()
>
> Could output something like:
>
> title "The body mass (g) of penguin species"
> x-axis "Body mass (g)" 3000 --> 5550
> y-axis "Count" 0 --> 2
> histogram
> Ade
On 6/25/24 11:25, Matthew Fidler wrote:
Hi,
I have adapted code to run R from within C from the writing R extensions
here
https://colinfay.me/writing-r-extensions/system-and-foreign-language-interfaces.html
As a more comprehensive example of constructing an R call in C code and
evaluating, c
Hi,
I have adapted code to run R from within C from the writing R extensions
here
https://colinfay.me/writing-r-extensions/system-and-foreign-language-interfaces.html
As a more comprehensive example of constructing an R call in C code and
evaluating, consider the following fragment of printAttri
13 matches
Mail list logo