mastodonien.de

fosstodon.org

Zeitpunkt              Nutzer    Delta   Tröts        TNR     Titel                     Version  maxTL
Mi 10.07.2024 00:00:53    61.929      +5    3.530.507    57,0 Fosstodon                 4.2.10     500
Di 09.07.2024 00:00:08    61.924      +2    3.527.175    57,0 Fosstodon                 4.2.10     500
Mo 08.07.2024 00:00:19    61.922      +5    3.524.369    56,9 Fosstodon                 4.2.10     500
So 07.07.2024 00:00:04    61.917       0    3.522.885    56,9 Fosstodon                 4.2.10     500
Sa 06.07.2024 00:00:07    61.917      -2    3.523.632    56,9 Fosstodon                 4.2.10     500
Fr 05.07.2024 00:00:27    61.919       0    3.520.710    56,9 Fosstodon                 4.2.10     500
Do 04.07.2024 00:00:52    61.919      +2    3.517.337    56,8 Fosstodon                 4.2.9      500
Mi 03.07.2024 00:00:12    61.917      +2    3.513.906    56,8 Fosstodon                 4.2.9      500
Di 02.07.2024 00:01:44    61.915      -2    3.510.479    56,7 Fosstodon                 4.2.9      500
Mo 01.07.2024 00:00:33    61.917       0    3.507.420    56,6 Fosstodon                 4.2.9      500

Mi 10.07.2024 14:41

{callme} update - a pkg for compiling inline C code and automatically wrapping the C functions so they can be called from R.

Features:
* Kick-arse logo :)
* .Call() syntax only (so you need to grok SEXPs)
* Can set CPPFLAGS and LDFLAGS when compiling
* Can link to third party libraries
* Can immediately call from R using auto-generated wrapper functions

Just in time for @ellakaye's talk on "you should learn C" :)

github.com/coolbutuseless/call

Picture sleeve for Blondie's single

Picture sleeve for Blondie's single "Call me". this is the hex logo for the {callme} package.

Compile C code following R's

Compile C code following R's ".Call()" syntax and make it immediately available to run in R using the {callme} package

Information about the {callme} package for R:

{callme} compiles C code and generates wrappers so that the C code can be called easily from R.

Code is defined in a character string, and must be valid C code matching R’s .Call() syntax.

Features:

    Supports .Call() syntax only.
    User submits complete C code - including function declaration and header #include directives.
    Explicit handling for PKG_CPPFLAGS and PKG_LDFLAGS for setting C pre-processor flags, and library linking flags so code can link to other libraries installed on the system.
    Generates R functions to call the compiled C functions.
    Multiple functions allowed in a single code block.

Information about the {callme} package for R: {callme} compiles C code and generates wrappers so that the C code can be called easily from R. Code is defined in a character string, and must be valid C code matching R’s .Call() syntax. Features: Supports .Call() syntax only. User submits complete C code - including function declaration and header #include directives. Explicit handling for PKG_CPPFLAGS and PKG_LDFLAGS for setting C pre-processor flags, and library linking flags so code can link to other libraries installed on the system. Generates R functions to call the compiled C functions. Multiple functions allowed in a single code block.

An example showing {callme} being used to link to an installed library on the system and call one of its functions.

An example showing {callme} being used to link to an installed library on the system and call one of its functions.

[Öffentlich] Antw.: 0 Wtrl.: 1 Fav.: 0

Antw. · Weiterl. · Fav. · Lesez. · Pin · Stumm · Löschen