You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add R4.2 to the CI binding generation
* Adds R 4.2 variants for aarch64 and x86
* Update bindings [skip ci]
---------
Co-authored-by: andres <afquinteromoreano@gmail.com>
Co-authored-by: CGMossa <CGMossa@users.noreply.github.com>
#[doc = "The graphics engine will only accept locations and dimensions\n in native device coordinates, but it provides the following functions\n for converting between a couple of simple alternative coordinate\n systems and device coordinates:\n DEVICE = native units of the device\n NDC = Normalised device coordinates\n INCHES = inches (!)\n CM = centimetres (!!)"]
684
690
#[derive(Debug,Copy,Clone,Hash,PartialEq,Eq)]
685
691
pubenumGEUnit{
@@ -691,7 +697,6 @@ pub enum GEUnit {
691
697
GE_CM = 3,
692
698
}
693
699
#[repr(u32)]
694
-
#[non_exhaustive]
695
700
#[derive(Debug,Copy,Clone,Hash,PartialEq,Eq)]
696
701
pubenumGEevent{
697
702
#[doc = "In response to this event, the registered graphics system\n should allocate and initialise the systemSpecific structure\n\n Should return R_NilValue on failure so that engine\n can tidy up memory allocation"]
@@ -714,7 +719,6 @@ pub enum GEevent {
714
719
GE_ScalePS = 8,
715
720
}
716
721
#[repr(u32)]
717
-
#[non_exhaustive]
718
722
#[doc = "Some line end/join constants"]
719
723
#[derive(Debug,Copy,Clone,Hash,PartialEq,Eq)]
720
724
pubenumR_GE_lineend{
@@ -723,7 +727,6 @@ pub enum R_GE_lineend {
723
727
GE_SQUARE_CAP = 3,
724
728
}
725
729
#[repr(u32)]
726
-
#[non_exhaustive]
727
730
#[derive(Debug,Copy,Clone,Hash,PartialEq,Eq)]
728
731
pubenumR_GE_linejoin{
729
732
GE_ROUND_JOIN = 1,
@@ -1012,7 +1015,6 @@ pub struct _DevDesc {
1012
1015
pubreserved:[::std::os::raw::c_char;64usize],
1013
1016
}
1014
1017
#[repr(i32)]
1015
-
#[non_exhaustive]
1016
1018
#[doc = "These give the indices of some known keys"]
1017
1019
#[derive(Debug,Copy,Clone,Hash,PartialEq,Eq)]
1018
1020
pubenumR_KeyName{
@@ -1041,7 +1043,6 @@ pub enum R_KeyName {
1041
1043
knDEL = 21,
1042
1044
}
1043
1045
#[repr(u32)]
1044
-
#[non_exhaustive]
1045
1046
#[doc = "These are the three possible mouse events"]
1046
1047
#[derive(Debug,Copy,Clone,Hash,PartialEq,Eq)]
1047
1048
pubenumR_MouseEvent{
@@ -1128,7 +1129,6 @@ pub type d2fcn_p = ::std::option::Option<
1128
1129
),
1129
1130
>;
1130
1131
#[repr(u32)]
1131
-
#[non_exhaustive]
1132
1132
#[derive(Debug,Copy,Clone,Hash,PartialEq,Eq)]
1133
1133
pubenumRNGtype{
1134
1134
WICHMANN_HILL = 0,
@@ -1141,7 +1141,6 @@ pub enum RNGtype {
1141
1141
LECUYER_CMRG = 7,
1142
1142
}
1143
1143
#[repr(u32)]
1144
-
#[non_exhaustive]
1145
1144
#[doc = "Different kinds of \"N(0,1)\" generators :"]
1146
1145
#[derive(Debug,Copy,Clone,Hash,PartialEq,Eq)]
1147
1146
pubenumN01type{
@@ -1153,7 +1152,6 @@ pub enum N01type {
1153
1152
KINDERMAN_RAMAGE = 5,
1154
1153
}
1155
1154
#[repr(u32)]
1156
-
#[non_exhaustive]
1157
1155
#[doc = "Different ways to generate discrete uniform samples"]
0 commit comments