search for: r_qsort_i

Displaying 3 results from an estimated 3 matches for "r_qsort_i".

Did you mean: r_qsort
2008 Aug 06
1
error in installing R packages
...s function) classTree.c:362: error: ?catCount? undeclared (first use in this function) classTree.c:363: error: ?tclasscat? undeclared (first use in this function) classTree.c:363: error: ?nclass? undeclared (first use in this function) classTree.c:366: warning: implicit declaration of function ?R_qsort_I? classTree.c:369: error: ?classCount? undeclared (first use in this function) classTree.c:371: error: ?totalWt? undeclared (first use in this function) classTree.c:388: error: ?critmax? undeclared (first use in this function) classTree.c:403: error: ?nbest? undeclared (first use in this functio...
2013 Apr 03
0
R 3.0.0 is released
...h, and that no longer includes R_exts/Print.h. o Passing NULL to .C() is now an error. o .C() and .Fortran() now warn if "single" arguments are used with DUP = FALSE, as changes to such arguments are not returned to the caller. o C entry points R_qsort and R_qsort_I now have start and end as size_t to allow them to work with longer vectors on 64-bit platforms. Code using them should be recompiled. o A few recently added C entry points were missing the remapping to Rf_, notably [dpq]nbinom_mu. o Some of the interface pointers former...
2013 Apr 03
0
R 3.0.0 is released
...h, and that no longer includes R_exts/Print.h. o Passing NULL to .C() is now an error. o .C() and .Fortran() now warn if "single" arguments are used with DUP = FALSE, as changes to such arguments are not returned to the caller. o C entry points R_qsort and R_qsort_I now have start and end as size_t to allow them to work with longer vectors on 64-bit platforms. Code using them should be recompiled. o A few recently added C entry points were missing the remapping to Rf_, notably [dpq]nbinom_mu. o Some of the interface pointers former...