Skip to content

Commit

Permalink
Update bindings [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Apr 25, 2024
1 parent 4ec65d5 commit e18313a
Show file tree
Hide file tree
Showing 14 changed files with 16,336 additions and 29 deletions.
3,278 changes: 3,278 additions & 0 deletions bindings/bindings-linux-aarch64-R4.4.rs

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions bindings/bindings-linux-aarch64-R4.5-devel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ pub const R_MINOR: &[u8; 4] = b"5.0\0";
pub const R_STATUS: &[u8; 29] = b"Under development (unstable)\0";
pub const R_YEAR: &[u8; 5] = b"2024\0";
pub const R_MONTH: &[u8; 3] = b"04\0";
pub const R_DAY: &[u8; 3] = b"21\0";
pub const R_SVN_REVISION: u32 = 86458;
pub const R_DAY: &[u8; 3] = b"24\0";
pub const R_SVN_REVISION: u32 = 86483;
pub const R_GE_definitions: u32 = 13;
pub const R_GE_deviceClip: u32 = 14;
pub const R_GE_group: u32 = 15;
Expand Down Expand Up @@ -1296,7 +1296,7 @@ extern "C" {
pub fn R_CheckUserInterrupt();
pub fn R_CheckStack();
pub fn R_CheckStack2(arg1: usize);
#[doc = "../../appl/interv.c: also in Applic.h"]
#[doc = "../../appl/interv.c: first also in Applic.h"]
pub fn findInterval(
xt: *mut f64,
n: ::std::os::raw::c_int,
Expand All @@ -1316,7 +1316,7 @@ extern "C" {
ilo: ::std::os::raw::c_int,
mflag: *mut ::std::os::raw::c_int,
) -> ::std::os::raw::c_int;
#[doc = "../../appl/maxcol.c: also in Applic.h"]
#[doc = "../../appl/maxcol.c"]
pub fn R_max_col(
matrix: *mut f64,
nr: *mut ::std::os::raw::c_int,
Expand Down Expand Up @@ -2072,12 +2072,12 @@ extern "C" {
pub fn SETLENGTH(x: SEXP, v: R_xlen_t);
pub fn SET_TRUELENGTH(x: SEXP, v: R_xlen_t);
pub fn SETLEVELS(x: SEXP, v: ::std::os::raw::c_int) -> ::std::os::raw::c_int;
#[doc = "used by BMA R6 admisc box collapse declared drake rlang this.path"]
#[doc = "used by admisc arcpbf b64 box clarabel collapse declared drake fcl rlang this.path"]
pub fn SET_ENVFLAGS(x: SEXP, v: ::std::os::raw::c_int);
pub fn SET_FRAME(x: SEXP, v: SEXP);
pub fn SET_ENCLOS(x: SEXP, v: SEXP);
pub fn SET_HASHTAB(x: SEXP, v: SEXP);
#[doc = "used by dplyr magrittr nseval quotedargs this.path"]
#[doc = "used by S7 arcpbf b64 clarabel dplyr fcl magrittr nseval quotedargs this.path"]
pub fn SET_PRENV(x: SEXP, v: SEXP);
pub fn SET_PRVALUE(x: SEXP, v: SEXP);
pub fn SET_PRCODE(x: SEXP, v: SEXP);
Expand Down Expand Up @@ -3214,7 +3214,7 @@ extern "C" {
trace: ::std::os::raw::c_int,
ex: *mut ::std::os::raw::c_void,
);
#[doc = "appl/pretty.c: for use in engine.c and util.c"]
#[doc = "appl/pretty.c: for use in engine.c and util.c\nFIXME: move out of this header"]
pub fn R_pretty(
lo: *mut f64,
up: *mut f64,
Expand All @@ -3225,7 +3225,7 @@ extern "C" {
eps_correction: ::std::os::raw::c_int,
return_bounds: ::std::os::raw::c_int,
) -> f64;
#[doc = "Also used in packages nlme, pcaPP"]
#[doc = "Foremerly used in package nlme, still used by pcaPP"]
pub fn optif9(
nr: ::std::os::raw::c_int,
n: ::std::os::raw::c_int,
Expand Down
2 changes: 1 addition & 1 deletion bindings/bindings-linux-aarch64.rs
Loading

0 comments on commit e18313a

Please sign in to comment.