File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ void jaspRCPP_returnDataFrame(Rcpp::DataFrame frame);
4040void jaspRCPP_returnString (SEXP Message);
4141void jaspRCPP_setRWarning (SEXP Message);
4242void jaspRCPP_setRError (SEXP Message);
43+ int jaspRCPP_dataSetRowCount ();
44+
4345
4446bool jaspRCPP_setColumnDataAsScale (std::string columnName, Rcpp::Vector<REALSXP> scalarData);
4547bool jaspRCPP_setColumnDataAsOrdinal (std::string columnName, Rcpp::Vector<INTSXP> ordinalData);
Original file line number Diff line number Diff line change @@ -116,7 +116,6 @@ RBRIDGE_TO_JASP_INTERFACE const char* STDCALL jaspRCPP_getLastErrorMsg();
116116RBRIDGE_TO_JASP_INTERFACE void STDCALL jaspRCPP_resetErrorMsg ();
117117RBRIDGE_TO_JASP_INTERFACE void STDCALL jaspRCPP_setErrorMsg (const char * msg);
118118RBRIDGE_TO_JASP_INTERFACE void STDCALL jaspRCPP_freeArrayPointer (bool ** arrayPointer);
119- RBRIDGE_TO_JASP_INTERFACE int STDCALL jaspRCPP_dataSetRowCount ();
120119
121120#ifndef __WIN32__
122121RBRIDGE_TO_JASP_INTERFACE const char * STDCALL jaspRCPP_getRConsoleOutput ();
You can’t perform that action at this time.
0 commit comments