Skip to content

update + fix Rmd #8

@achubaty

Description

@achubaty

use neutralLandscapeMap() instead of defunct gaussMap():

processing file: fireSense_SpreadPredict.Rmd
1/16                          
2/16 [setup]                  
3/16                          
4/16 [packages]               
* installing *binary* packagelogging...
* DONE (logging)
* installing *source* packageRandomFieldsUtils...
   81 |     SPRINTF(E_AUX, M, A,B,C,D); RFERROR(E_AUX);}
Basic_utils.h:227:5: note: in expansion of macroRFERROR4227 |     RFERROR4("Severe error occured in function '%.50s' (file '%.50s', line %d).%.200s", \
  227 |     RFERROR4("Severe error occured in function '%.50s' (file '%.50s', line %d).%.200s", \
   77 |     SPRINTF(E_AUX, M, A,B); RFERROR(E_AUX);}
kleinkram.cc:705:9: note: in expansion of macroRFERROR2705 |   else  RFERROR2("invalid value (%d) for boolean variable '%.50s'.",
kleinkram.cc:765:3: note: in expansion of macroRFERROR2765 |   RFERROR2("'%.50s' can not be transformed to double! (got'%.50s')\n",
   75 |     SPRINTF(E_AUX, M, A); RFERROR(E_AUX);}
kleinkram.cc:777:5: note: in expansion of macroRFERROR1777 |     RFERROR1("'%.50s' cannot be transformed to double.\n", name);
kleinkram.cc:805:9: note: in expansion of macroRFERROR2805 |         RFERROR2("%.50s: integer value expected. Got %10e.", name, value);
kleinkram.cc:814:3: note: in expansion of macroRFERROR2814 |   RFERROR2("%.50s: incorrect type. Got '%.50s'.",
kleinkram.cc:829:5: note: in expansion of macroRFERROR1829 |     RFERROR1("'%.50s' cannot be transformed to integer.\n",name);
kleinkram.cc:843:16: note: in expansion of macroRFERROR1843 |   if (n == 0)  RFERROR1("'%.50s' cannot be transformed to integer.\n",name);
kleinkram.cc:847:5: note: in expansion of macroRFERROR1847 |     RFERROR1("first component of '%.50s' must be at least 1", name);
kleinkram.cc:852:7: note: in expansion of macroRFERROR1852 |       RFERROR1("'%.50s' must be increasing", name);
kleinkram.cc:857:11: note: in expansion of macroRFERROR1857 |           RFERROR1("'%.50s' is not a sequence of numbers",name);
kleinkram.cc:879:3: note: in expansion of macroRFERROR1879 |   RFERROR1("'%.50s' cannot be transformed to logical.\n", name);
kleinkram.cc:899:3: note: in expansion of macroRFERROR1899 |   RFERROR1("'%.50s' cannot be transformed to character.\n",  name);
kleinkram.cc:909:5: note: in expansion of macroRFERROR1909 |     RFERROR1("number of variable names exceeds %d. Take abbreviations?",
kleinkram.cc:926:3: note: in expansion of macroRFERROR1926 |   RFERROR1("'%.50s' cannot be transformed to character.\n",  name);
kleinkram.cc:1063:5: note: in expansion of macroRFERROR21063 |     RFERROR2("option '%.50s' is too lengthy. Maximum length is %d.",
kleinkram.cc:1105:3: note: in expansion of macroRFERROR21105 |   RFERROR2("%.900s and '%.50s'.", msg0, List[i]);
kleinkram.cc:1114:3: note: in expansion of macroRFERROR11114 |   RFERROR1("'%.50s': no value given.", name);
   54 | #define ERR1(X,Y) {ERR00(X);SPRINTF(E_AUX,X,Y); RFERROR(E_AUX);}
   55 | #define ERR2(X,Y,Z) {ERR00(X);SPRINTF(E_AUX,X,Y,Z); RFERROR(E_AUX);}
   81 |     SPRINTF(E_AUX, M, A,B,C,D); RFERROR(E_AUX);}
Basic_utils.h:227:5: note: in expansion of macroRFERROR4227 |     RFERROR4("Severe error occured in function '%.50s' (file '%.50s', line %d).%.200s", \
  227 |     RFERROR4("Severe error occured in function '%.50s' (file '%.50s', line %d).%.200s", \
   77 |     SPRINTF(E_AUX, M, A,B); RFERROR(E_AUX);}
solve.cc:2027:5: note: in expansion of macroRFERROR22027 |     RFERROR2("'%.200s': %.200s.\n", methname[calculate], msg);
   54 | #define ERR1(X,Y) {ERR00(X);SPRINTF(E_AUX,X,Y); RFERROR(E_AUX);}
  714 | #define ASSERT_AVAILABILITY(V,W) if ((V##Avail)) {} else {char msg[300]; SPRINTF(msg, "The program was compiled for '%.10s%.5s%.10s. %.200s'", #V, STRCMP(#V, #W) ? " && " : "", STRCMP(#V, #W) ? #W : "", ASSERT_TEXT); RFERROR(msg);}
* DONE (RandomFieldsUtils)
* installing *source* packageRandomFields...
   81 |     SPRINTF(E_AUX, M, A,B,C,D); RFERROR(E_AUX);}
/home/runner/work/_temp/Library/RandomFieldsUtils/include/Basic_utils.h:227:5: note: in expansion of macroRFERROR4227 |     RFERROR4("Severe error occured in function '%.50s' (file '%.50s', line %d).%.200s", \
  227 |     RFERROR4("Severe error occured in function '%.50s' (file '%.50s', line %d).%.200s", \
   57 | #define XERR(X) {LOCAL_MSG; /* UERR; */ errorMSG(X, MSG);  RFERROR(MSG);}
  192 |       XERR(ERRORMEMORYALLOCATION)                                       \
   54 | #define ERR1(X,Y) {ERR00(X);SPRINTF(E_AUX,X,Y); RFERROR(E_AUX);}
  346 |   RFERROR(m);
  353 |   RFERROR(m);
  360 |   RFERROR(m);
 1257 |   if ((err = covcpy(cov->sub + 0, cov->key->sub[0])) != NOERROR) BUG;
   81 |     SPRINTF(E_AUX, M, A,B,C,D); RFERROR(E_AUX);}
/home/runner/work/_temp/Library/RandomFieldsUtils/include/Basic_utils.h:227:5: note: in expansion of macroRFERROR4227 |     RFERROR4("Severe error occured in function '%.50s' (file '%.50s', line %d).%.200s", \
  227 |     RFERROR4("Severe error occured in function '%.50s' (file '%.50s', line %d).%.200s", \
  591 |       if ((err = REINIT(cov, cov->mpp.moments, S)) != NOERROR) BUG;
   57 | #define XERR(X) {LOCAL_MSG; /* UERR; */ errorMSG(X, MSG);  RFERROR(MSG);}
  192 |       XERR(ERRORMEMORYALLOCATION)                                       \
   55 | #define ERR2(X,Y,Z) {ERR00(X);SPRINTF(E_AUX,X,Y,Z); RFERROR(E_AUX);}
   81 |     SPRINTF(E_AUX, M, A,B,C,D); RFERROR(E_AUX);}
/home/runner/work/_temp/Library/RandomFieldsUtils/include/Basic_utils.h:227:5: note: in expansion of macroRFERROR4227 |     RFERROR4("Severe error occured in function '%.50s' (file '%.50s', line %d).%.200s", \
  227 |     RFERROR4("Severe error occured in function '%.50s' (file '%.50s', line %d).%.200s", \
   54 | #define ERR1(X,Y) {ERR00(X);SPRINTF(E_AUX,X,Y); RFERROR(E_AUX);}
 1274 |         if (s->n_##a1!=0) { ERR1("%.50s=NULL; n<>0 !! ERROR !!\n", #a1); } \
 1275 |       } else if (s->n_##a1 == 0) { ERR1("%.50s<>NULL; n=0 !! ERROR !!\n", #a1); } \
   57 | #define XERR(X) {LOCAL_MSG; /* UERR; */ errorMSG(X, MSG);  RFERROR(MSG);}
 1696 |   if (whichparam < 0 || whichparam > LASTSORTOF) XERR(ERRORSORTOF);
 1697 |   if (knr < 0 || knr  > MODEL_MAX || key[knr] == NULL) XERR(ERRORREGISTER);
   75 |     SPRINTF(E_AUX, M, A); RFERROR(E_AUX);}
Options.cc:475:9: note: in expansion of macroRFERROR1475 |         RFERROR1("'%.50s' will likely not be programmed", general[GENERAL_CLOSE]);
Options.cc:513:9: note: in expansion of macroRFERROR1513 |         RFERROR1("'%.50s' not a scalar or vector/matrix of multiple of length 2",
   85 |     SPRINTF(E_AUX, M, A,B,C,D,E,F); RFERROR(E_AUX);}
Options.cc:521:13: note: in expansion of macroRFERROR6521 |             RFERROR6("%10g=%.50s[%d] < %.50s[%d]=%10g.",
Options.cc:525:13: note: in expansion of macroRFERROR6525 |             RFERROR6("%10g=%.50s[%d] > %.50s[%d]=%10g.",
Options.cc:546:20: note: in expansion of macroRFERROR1546 |       if (len < 3) RFERROR1("'%.50s' must have 3 components", krige[KRIGE_SPLITN]);
Options.cc:551:9: note: in expansion of macroRFERROR6551 |         RFERROR6("%.50s[1] <= %.50s[2] <= %.50s[3] not satisfied [ %d %d %d ]",
   79 |     SPRINTF(E_AUX, M, A,B,C); RFERROR(E_AUX);}
Options.cc:575:9: note: in expansion of macroRFERROR3575 |         RFERROR3("'%.50s' must be greater than '%.50s' = %d.\n",
Options.cc:790:9: note: in expansion of macroRFERROR1790 |         RFERROR1("'%.50s' must have between 1 and 3 components", fit[FIT_CLIQUE]);
Options.cc:799:9: note: in expansion of macroRFERROR3799 |         RFERROR3("%.50s[1] <= %.50s[2] <= %.50s[3] not satisfied",
andomFieldsUtils/include/Basic_utils.h:227:5: note: in expansion of macroRFERROR4227 |     RFERROR4("Severe error occured in function '%.50s' (file '%.50s', line %d).%.200s", \
  227 |     RFERROR4("Severe error occured in function '%.50s' (file '%.50s', line %d).%.200s", \
   81 |     SPRINTF(E_AUX, M, A,B,C,D); RFERROR(E_AUX);}
/home/runner/work/_temp/Library/RandomFieldsUtils/include/Basic_utils.h:227:5: note: in expansion of macroRFERROR475 |     SPRINTF(E_AUX, M, A); RFERROR(E_AUX);}
Options.cc:855:28: note: in expansion of macroRFERROR1855 |       if (length(el) != 2) RFERROR1("length of '%.50s' must be 2", gui[GUI_SIZE]);
Options.cc:877:9: note: in expansion of macroRFERROR1877 |         RFERROR1("length of '%.50s' must be 2", graphics[GRAPHICS_UPTO]);
   77 |     SPRINTF(E_AUX, M, A,B); RFERROR(E_AUX);}
Options.cc:1014:12: note: in expansion of macroRFERROR21014 |       else RFERROR2("Cannot take '%.50s' as a value for the initial '%.50s'",
Options.cc:1039:11: note: in expansion of macroRFERROR11039 |           RFERROR1("maximum number named variables is %d", MAXDATANAMES);
Options.cc:1053:11: note: in expansion of macroRFERROR11053 |           RFERROR1("maximum number named variables is %d", MAXCOOORDNAMES);
Options.cc:1113:7: note: in expansion of macroRFERROR11113 |       RFERROR1("RFoption '%.50s' has been removed.", obsolete[j]);
   54 | #define ERR1(X,Y) {ERR00(X);SPRINTF(E_AUX,X,Y); RFERROR(E_AUX);}
   57 | #define XERR(X) {LOCAL_MSG; /* UERR; */ errorMSG(X, MSG);  RFERROR(MSG);}
  433 |     XERR(ERRORMEMORYALLOCATION);
   79 |     SPRINTF(E_AUX, M, A,B,C); RFERROR(E_AUX);}
Error.h:66:7: note: in expansion of macroRFERROR366 |       RFERROR3("function '%.50s' (file '%.200s', line %d) not programmed yet.", \
Error.h:69:7: note: in expansion of macroRFERROR469 |       RFERROR4("'%.50s' in '%.50s' (file '%.200s', line %d) not programmed yet.", \
  833 |         if (Ext_invertMatrix(inv_aniso, nrow) != NOERROR) XERR(ERRORANISO_INV);
  855 |     if (DefList[MODELNR(Aniso)].inverse == ErrInverse) XERR(ERRORANISO_INV);
  192 |       XERR(ERRORMEMORYALLOCATION)                                       \
 2558 |           XERR(ERRORNOTPROGRAMMEDYET);
  199 |   if (err!=NOERROR) XERR(err);
   57 | #define XERR(X) {LOCAL_MSG; /* UERR; */ errorMSG(X, MSG);  RFERROR(MSG);}
  3[15](https://github.com/PredictiveEcology/fireSense_SpreadPredict/actions/runs/12933785598/job/36073234071#step:11:16) |   if (err!=NOERROR) XERR(err);
   75 |     SPRINTF(E_AUX, M, A); RFERROR(E_AUX);}
brownresnick.cc:58:5: note: in expansion of macroRFERROR158 |     RFERROR1("number of simulations must be divisible by %d", atonce);
   81 |     SPRINTF(E_AUX, M, A,B,C,D); RFERROR(E_AUX);}
/home/runner/work/_temp/Library/RandomFieldsUtils/include/Basic_utils.h:227:5: note: in expansion of macroRFERROR4227 |     RFERROR4("Severe error occured in function '%.50s' (file '%.50s', line %d).%.200s", \
  227 |     RFERROR4("Severe error occured in function '%.50s' (file '%.50s', line %d).%.200s", \
  192 |       XERR(ERRORMEMORYALLOCATION)                                       \
 1037 |   if (s->stop) XERR(ERRORNOTINITIALIZED);
  290 |       if ((err = REINIT(sub, sub->mpp.moments, s)) != NOERROR) BUG;
  687 |       if ((err = REINIT(sub, sub->mpp.moments, s)) != NOERROR) BUG;
  709 |         if ((err = REINIT(sub, sub->mpp.moments, s)) != NOERROR) BUG;
   54 | #define ERR1(X,Y) {ERR00(X);SPRINTF(E_AUX,X,Y); RFERROR(E_AUX);}
   79 |     SPRINTF(E_AUX, M, A,B,C); RFERROR(E_AUX);}
Error.h:66:7: note: in expansion of macroRFERROR366 |       RFERROR3("function '%.50s' (file '%.200s', line %d) not programmed yet.", \
Error.h:69:7: note: in expansion of macroRFERROR469 |       RFERROR4("'%.50s' in '%.50s' (file '%.200s', line %d) not programmed yet.", \
   81 |     SPRINTF(E_AUX, M, A,B,C,D); RFERROR(E_AUX);}
/home/runner/work/_temp/Library/RandomFieldsUtils/include/Basic_utils.h:227:5: note: in expansion of macroRFERROR4227 |     RFERROR4("Severe error occured in function '%.50s' (file '%.50s', line %d).%.200s", \
  227 |     RFERROR4("Severe error occured in function '%.50s' (file '%.50s', line %d).%.200s", \
   79 |     SPRINTF(E_AUX, M, A,B,C); RFERROR(E_AUX);}
Error.h:66:7: note: in expansion of macroRFERROR366 |       RFERROR3("function '%.50s' (file '%.200s', line %d) not programmed yet.", \
Error.h:69:7: note: in expansion of macroRFERROR469 |       RFERROR4("'%.50s' in '%.50s' (file '%.200s', line %d) not programmed yet.", \
   57 | #define XERR(X) {LOCAL_MSG; /* UERR; */ errorMSG(X, MSG);  RFERROR(MSG);}
  192 |       XERR(ERRORMEMORYALLOCATION)                                       \
  408 |   if (err != NOERROR) XERR(err);
  414 |     BUG; // RETURN_ERR(ERRORDIM);
  542 |     BUG; //RETURN_ERR(ERRORDIM);
   77 |     SPRINTF(E_AUX, M, A,B); RFERROR(E_AUX);}
gausslikeli.cc:180:5: note: in expansion of macroRFERROR2180 |     RFERROR2("multi-dimensionality, %d, exceeds maximum, %d, in Box-Cox transformation",
  612 |     XERR(ERRORMEMORYALLOCATION);
   52 | #define ERR0(X) {ERRLINE; RFERROR(X);}
  739 |   if (err != NOERROR) XERR(err);
  909 |   if (err != NOERROR) XERR(err);
 1194 |   if (err != NOERROR) XERR(err);
 1818 |   if (err != NOERROR) XERR(err);
   81 |     SPRINTF(E_AUX, M, A,B,C,D); RFERROR(E_
/home/runner/work/_temp/Library/RandomFieldsUtils/include/Basic_utils.h:227:5: note: in expansion of macroRFERROR4227 |     RFERROR4("Severe error occured in function '%.50s' (file '%.50s', line %d).%.200s", \
  227 |     RFERROR4("Severe error occured in function '%.50s' (file '%.50s', line %d).%.200s", \
   81 |     SPRINTF(E_AUX, M, A,B,C,D); RFERROR(E_AUX);}
   57 | #define XERR(X) {LOCAL_MSG; /* UERR; */ errorMSG(X, MSG);  RFERROR(MSG);}
  399 |                              grid, true)) != NOERROR) XERR(Err);
   79 |     SPRINTF(E_AUX, M, A,B,C); RFERROR(E_AUX);}
Error.h:66:7: note: in expansion of macroRFERROR366 |       RFERROR3("function '%.50s' (file '%.200s', line %d) not programmed yet.", \
Error.h:69:7: note: in expansion of macroRFERROR469 |       RFERROR4("'%.50s' in '%.50s' (file '%.200s', line %d) not programmed yet.", \
  680 |   if (err != NOERROR) XERR(err);
  699 |   if (C->maxsub!=0) XERR(ERRORFAILED);
  722 |     XERR(ERRORRESCALING);
  724 |   if ((C->cov)==nugget)  XERR(ERRORRESCALING);
   77 |     SPRINTF(E_AUX, M, A,B); RFERROR(E_AUX);}
kleinkram.cc:643:3: note: in expansion of macroRFERROR2643 |   RFERROR2("invalid value (%d) for boolean variable '%.50s'.", (int) dummy, name);
kleinkram.cc:705:2: note: in expansion of macroRFERROR2705 |  RFERROR2("'%.50s' can not be transformed to double! (type=%d)\n", name, TYPEOF(p));
   75 |     SPRINTF(E_AUX, M, A); RFERROR(E_AUX);}
kleinkram.cc:713:5: note: in expansion of macroRFERROR1713 |     RFERROR1("'%.50s' cannot be transformed to double.\n", name);
kleinkram.cc:741:9: note: in expansion of macroRFERROR2741 |         RFERROR2("%.50s: integer value expected. Got %10e.", name, value);
kleinkram.cc:749:3: note: in expansion of macroRFERROR2749 |   RFERROR2("%.50s: unmatched type of parameter [type=%d]", name, TYPEOF(p));
kleinkram.cc:760:5: note: in expansion of macroRFERROR1760 |     RFERROR1("'%.50s' cannot be transformed to integer.\n",name);
kleinkram.cc:775:7: note: in expansion of macroRFERROR1775 |       RFERROR1("'%.50s' cannot be transformed to integer.\n",name);
kleinkram.cc:780:5: note: in expansion of macroRFERROR1780 |     RFERROR1("first component of '%.50s' must be at least 1", name);
kleinkram.cc:785:7: note: in expansion of macroRFERROR1785 |       RFERROR1("'%.50s' must be increasing", name);
kleinkram.cc:790:11: note: in expansion of macroRFERROR1790 |           RFERROR1("'%.50s' is not a sequence of numbers",name);
kleinkram.cc:813:3: note: in expansion of macroRFERROR1813 |   RFERROR1("'%.50s' cannot be transformed to logical.\n", name);
kleinkram.cc:833:3: note: in expansion of macroRFERROR1833 |   RFERROR1("'%.50s' cannot be transformed to character.\n",  name);
kleinkram.cc:843:5: note: in expansion of macroRFERROR1843 |     RFERROR1("number of variable names exceeds %d. Take abbreviations?", maxlen);
kleinkram.cc:861:3: note: in expansion of macroRFERROR1861 |   RFERROR1("'%.50s' cannot be transformed to character.\n",  name);
kleinkram.cc:1018:5: note: in expansion of macroRFERROR21018 |     RFERROR2("option '%.50s' is too long. Maximum length is %d.", name, maxlen_ans);
kleinkram.cc:1044:3: note: in expansion of macroRFERROR21044 |   RFERROR2("%.50s and '%.50s'.", dummy, List[i]);
kleinkram.cc:1053:3: note: in expansion of macroRFERROR11053 |   RFERROR1("'%.50s': no value given.", name);
  251 |     if (err != NOERROR) XERR(err);                                      \
  192 |       XERR(ERRORMEMORYALLOCATION)                                       \
   57 | #define XERR(X) {LOCAL_MSG; /* UERR; */ errorMSG(X, MSG);  RFERROR(MSG);}
  192 |       XERR(ERRORMEMORYALLOCATION)                                       \
   81 |     SPRINTF(E_AUX, M, A,B,C,D); RFERROR(E_AUX);}
/home/runner/work/_temp/Library/RandomFieldsUtils/include/Basic_utils.h:227:5: note: in expansion of macroRFERROR4227 |     RFERROR4("Severe error occured in function '%.50s' (file '%.50s', line %d).%.200s", \
  227 |     RFERROR4("Severe error occured in function '%.50s' (file '%.50s', line %d).%.200s", \
   55 | #define ERR2(X,Y,Z) {ERR00(X);SPRINTF(E_AUX,X,Y,Z); RFERROR(E_AUX);}
   79 |     SPRINTF(E_AUX, M, A,B,C); RFERROR(E_AUX);}
Error.h:66:7: note: in expansion of macroRFERROR366 |       RFERROR3("function '%.50s' (file '%.200s', line %d) not programmed yet.", \
Error.h:69:7: note: in expansion of macroRFERROR469 |       RFERROR4("'%.50s' in '%.50s' (file '%.200s', line %d) not programmed yet.", \
   54 | #define ERR1(X,Y) {ERR00(X);SPRINTF(E_AUX,X,Y); RFERROR(E_AUX);}
   56 | #define ERR3(X,Y,Z,A) {ERR00(X);SPRINTF(E_AUX,X,Y,Z,A); RFERROR(E_AUX);}
  117 |   else XERR(ERRORTBMCOMBI);
   81 |     SPRINTF(E_AUX, M, A,B,C,D); RFERROR(E_AUX);}
/home/runner/work/_temp/Library/RandomFieldsUtils/include/Basic_utils.h:227:5: note: in expansion of macroRFERROR4227 |     RFERROR4("Severe error occured in function '%.50s' (file '%.50s', line %d).%.200s", \
  227 |     RFERROR4("Severe error occured in function '%.50s' (file '%.50s', line %d).%.200s", \
   57 | #define XERR(X) {LOCAL_MSG; /* UERR; */ errorMSG(X, MSG);  RFERROR(MSG);}
  143 |   else XERR(ERRORTBMCOMBI);
  192 |       XERR(ERRORMEMORYALLOCATION)                                       \
  241 |   if (!isCartesian(OWNISO(0))) BUG; // RETURN_ERR(ERRORNOTCARTESIAN);
   54 | #define ERR1(X,Y) {ERR00(X);SPRINTF(E_AUX,X,Y); RFERROR(E_AUX);}
   81 |     SPRINTF(E_AUX, M, A,B,C,D); RFERROR(E_AUX);}
/home/runner/work/_temp/Library/RandomFieldsUtils/include/Basic_utils.h:227:5: note: in expansion of macroRFERROR4227 |     RFERROR4("Severe error occured in function '%.50s' (file '%.50s', line %d).%.200s", \
  227 |     RFERROR4("Severe error occured in function '%.50s' (file '%.50s', line %d).%.200s", \
   57 | #define XERR(X) {LOCAL_MSG; /* UERR; */ errorMSG(X, MSG);  RFERROR(MSG);}
  192 |       XERR(ERRORMEMORYALLOCATION)                                       \
   54 | #define ERR1(X,Y) {ERR00(X);SPRINTF(E_AUX,X,Y); RFERROR(E_AUX);}
   55 | #define ERR2(X,Y,Z) {ERR00(X);SPRINTF(E_AUX,X,Y,Z); RFERROR(E_AUX);}
   79 |     SPRINTF(E_AUX, M, A,B,C); RFERROR(E_AUX);}
Error.h:66:7: note: in expansion of macroRFERROR366 |       RFERROR3("function '%.50s' (file '%.200s', line %d) not programmed yet.", \
Error.h:69:7: note: in expansion of macroRFERROR469 |       RFERROR4("'%.50s' in '%.50s' (file '%.200s', line %d) not programmed yet.", \
   81 |     SPRINTF(E_AUX, M, A,B,C,D); RFERROR(E_AUX);}
/home/runner/work/_temp/Library/RandomFieldsUtils/include/Basic_utils.h:227:5: note: in expansion of macroRFERROR4227 |     RFERROR4("Severe error occured in function '%.50s' (file '%.50s', line %d).%.200s", \
  227 |     RFERROR4("Severe error occured in function '%.50s' (file '%.50s', line %d).%.200s", \
   57 | #define XERR(X) {LOCAL_MSG; /* UERR; */ errorMSG(X, MSG);  RFERROR(MSG);}
  251 |     if (err != NOERROR) XERR(err);                                      \
 1835 |   if (alloc_cov(cov, dim, VDIM0, VDIM1) != NOERROR) XERR(ERRORMEMORYALLOCATION);
   79 |     SPRINTF(E_AUX, M, A,B,C); RFERROR(E_AUX);}
Error.h:66:7: note: in expansion of macroRFERROR366 |       RFERROR3("function '%.50s' (file '%.200s', line %d) not programmed yet.", \
Error.h:69:7: note: in expansion of macroRFERROR469 |       RFERROR4("'%.50s' in '%.50s' (file '%.200s', line %d) not programmed yet.", \
  192 |       XERR(ERRORMEMORYALLOCATION)                                       \
   54 | #define ERR1(X,Y) {ERR00(X);SPRINTF(E_AUX,X,Y); RFERROR(E_AUX);}
  589 |       XERR(ERRORNOTPROGRAMMEDYET);
  665 |     XERR(ERRORMEMORYALLOCATION);
   77 |     SPRINTF(E_AUX, M, A,B); RFERROR(E_AUX);}
userinterfaces.cc:132:11: note: in expansion of macroRFERROR2132 |           RFERROR2("'%.50s' has an absolute value larger than %10e, what is believed to be a misspecification.", param_name, MAXACCEPTED);
   75 |     SPRINTF(E_AUX, M, A); RFERROR(E_AUX);}
userinterfaces.cc:187:10: note: in expansion of macroRFERROR1187 |          RFERROR1("If models with R commands in the parameters (such as '%.50s') are used then 'storing' must be FALSE.", DefList[USER].nick);
userinterfaces.cc:190:10: note: in expansion of macroRFERROR1190 |          RFERROR1("Models with R commands in the parameters (such as '%.50s') may not be called by obsolete functions.\nSee the notes in '?RMmodelsAdvanced' and set 'RFoldstyle(FALSE)'.", DefList[USER].nick);
userinterfaces.cc:195:6: note: in expansion of macroRFERROR3195 |      RFERROR3("argument '%.50s' has type #%d whilst #%d was expected.",
userinterfaces.cc:211:10: note: in expansion of macroRFERROR1211 |          RFERROR1("If models with R commands in the parameters (such as '%.50s') are used then 'storing' must be FALSE.", DefList[USER].nick);
userinterfaces.cc:214:10: note: in expansion of macroRFERROR1214 |          RFERROR1("Models with R commands in the parameters (such as '%.50s') may not be called by obsolete functions.\nSee the notes in '?RMmodelsAdvanced' and set 'RFoldstyle(FALSE)'.", DefList[USER].nick);
userinterfaces.cc:219:6: note: in expansion of macroRFERROR3219 |      RFERROR3("argument '%.50s' has type #%d whilst #%d was expected.",
userinterfaces.cc:234:7: note: in expansion of macroRFERROR3234 |       RFERROR3("argument '%.50s' has type #%d whilst #%d was expected.",
   35 | #define PERR(X) {LOCAL_MSG; SPRINTF(MSG, "'%.100s': %.800s", param_name, X); RFERROR(MSG);}
   35 | #define PERR(X) {LOCAL_MSG; SPRINTF(MSG, "'%.100s': %.800s", param_name, X); RFERROR(MSG);}
   79 |     SPRINTF(E_AUX, M, A,B,C); RFERROR(E_AUX);}
Error.h:66:7: note: in expansion of macroRFERROR366 |       RFERROR3("function '%.50s' (file '%.200s', line %d) not programmed yet.", \
   81 |     SPRINTF(E_AUX, M, A,B,C,D); RFERROR(E_AUX);}
Error.h:69:7: note: in expansion of macroRFERROR469 |       RFERROR4("'%.50s' in '%.50s' (file '%.200s', line %d) not programmed yet.", \
  596 |     RFERROR(EM2);
/home/runner/work/_temp/Library/RandomFieldsUtils/include/Basic_utils.h:227:5: note: in expansion of macroRFERROR4227 |     RFERROR4("Severe error occured in function '%.50s' (file '%.50s', line %d).%.200s", \
  227 |     RFERROR4("Severe error occured in function '%.50s' (file '%.50s', line %d).%.200s", \
   75 |     SPRINTF(E_AUX, M, A); RFERROR(E_AUX);}
userinterfaces.cc:1190:5: note: in expansion of macroRFERROR11190 |     RFERROR1("multiple matching of (covariance) model name '%.50s'", name)
   56 | #define ERR3(X,Y,Z,A) {ERR00(X);SPRINTF(E_AUX,X,Y,Z,A); RFERROR(E_AUX);}
   36 | #define PERR1(X,Y) {LOCAL_MSG; LOCAL_ERRMSG2; SPRINTF(MSG, "'%.100s': %.800s", param_name, X); SPRINTF(MSG2, MSG, Y); RFERROR(MSG2);}
   57 | #define XERR(X) {LOCAL_MSG; /* UERR; */ errorMSG(X, MSG);  RFERROR(MSG);}
  251 |     if (err != NOERROR) XERR(err);                                      \
  472 |   if (err!=NOERROR) XERR(err);
  618 |   if (err!=NOERROR) XERR(err);
  638 |       != NOERROR) XERR(err);
  651 |       != NOERROR) XERR(err);
  665 |       != NOERROR) XERR(err);
  679 |       != NOERROR) XERR(err);
  696 |       != NOERROR) XERR(err);
  712 |       != NOERROR) XERR(err);
  725 |       != NOERROR) XERR(err);
  768 |   if (INTEGER(reg)[0] < 0 || INTEGER(reg)[0] > MODEL_MAX) XERR(ERRORREGISTER); \
  760 |   if (reg < 0 || reg > MODEL_MAX) XERR(ERRORREGISTER);  \
* DONE (RandomFields)
5/[16](https://github.com/PredictiveEcology/fireSense_SpreadPredict/actions/runs/12933785598/job/36073234071#step:11:17)                          
6/16 [module-usage-init]      
Error in `gaussMap()`:
! Random landscape generation functionality has been removed because the RandomFields packages is no longer maintained.
 See neutralLandscapeMap() or use the NLMR package for tools to generate various random/neutral landscapes.
Backtrace:1. ├─... %>% ...
 2. └─SpaDES.tools::gaussMap(...)
 3.   └─base::.Defunct(...)

Quitting from lines 40-86 [module-usage-init] (fireSense_SpreadPredict.Rmd)
Execution halted
Error: Process completed with exit code 1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions