Skip to content

update + fix Rmd #8

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* package ‘logging’ ...
* DONE (logging)
* installing *source* package ‘RandomFieldsUtils’ ...
   81 |     SPRINTF(E_AUX, M, A,B,C,D); RFERROR(E_AUX);}
Basic_utils.h:227:5: note: in expansion of macro ‘RFERROR4’
  227 |     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 macro ‘RFERROR2’
  705 |   else  RFERROR2("invalid value (%d) for boolean variable '%.50s'.",
kleinkram.cc:765:3: note: in expansion of macro ‘RFERROR2’
  765 |   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 macro ‘RFERROR1’
  777 |     RFERROR1("'%.50s' cannot be transformed to double.\n", name);
kleinkram.cc:805:9: note: in expansion of macro ‘RFERROR2’
  805 |         RFERROR2("%.50s: integer value expected. Got %10e.", name, value);
kleinkram.cc:814:3: note: in expansion of macro ‘RFERROR2’
  814 |   RFERROR2("%.50s: incorrect type. Got '%.50s'.",
kleinkram.cc:829:5: note: in expansion of macro ‘RFERROR1’
  829 |     RFERROR1("'%.50s' cannot be transformed to integer.\n",name);
kleinkram.cc:843:16: note: in expansion of macro ‘RFERROR1’
  843 |   if (n == 0)  RFERROR1("'%.50s' cannot be transformed to integer.\n",name);
kleinkram.cc:847:5: note: in expansion of macro ‘RFERROR1’
  847 |     RFERROR1("first component of '%.50s' must be at least 1", name);
kleinkram.cc:852:7: note: in expansion of macro ‘RFERROR1’
  852 |       RFERROR1("'%.50s' must be increasing", name);
kleinkram.cc:857:11: note: in expansion of macro ‘RFERROR1’
  857 |           RFERROR1("'%.50s' is not a sequence of numbers",name);
kleinkram.cc:879:3: note: in expansion of macro ‘RFERROR1’
  879 |   RFERROR1("'%.50s' cannot be transformed to logical.\n", name);
kleinkram.cc:899:3: note: in expansion of macro ‘RFERROR1’
  899 |   RFERROR1("'%.50s' cannot be transformed to character.\n",  name);
kleinkram.cc:909:5: note: in expansion of macro ‘RFERROR1’
  909 |     RFERROR1("number of variable names exceeds %d. Take abbreviations?",
kleinkram.cc:926:3: note: in expansion of macro ‘RFERROR1’
  926 |   RFERROR1("'%.50s' cannot be transformed to character.\n",  name);
kleinkram.cc:1063:5: note: in expansion of macro ‘RFERROR2’
 1063 |     RFERROR2("option '%.50s' is too lengthy. Maximum length is %d.",
kleinkram.cc:1105:3: note: in expansion of macro ‘RFERROR2’
 1105 |   RFERROR2("%.900s and '%.50s'.", msg0, List[i]);
kleinkram.cc:1114:3: note: in expansion of macro ‘RFERROR1’
 1114 |   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 macro ‘RFERROR4’
  227 |     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 macro ‘RFERROR2’
 2027 |     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* package ‘RandomFields’ ...
   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 macro ‘RFERROR4’
  227 |     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 macro ‘RFERROR4’
  227 |     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 macro ‘RFERROR4’
  227 |     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 macro ‘RFERROR1’
  475 |         RFERROR1("'%.50s' will likely not be programmed", general[GENERAL_CLOSE]);
Options.cc:513:9: note: in expansion of macro ‘RFERROR1’
  513 |         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 macro ‘RFERROR6’
  521 |             RFERROR6("%10g=%.50s[%d] < %.50s[%d]=%10g.",
Options.cc:525:13: note: in expansion of macro ‘RFERROR6’
  525 |             RFERROR6("%10g=%.50s[%d] > %.50s[%d]=%10g.",
Options.cc:546:20: note: in expansion of macro ‘RFERROR1’
  546 |       if (len < 3) RFERROR1("'%.50s' must have 3 components", krige[KRIGE_SPLITN]);
Options.cc:551:9: note: in expansion of macro ‘RFERROR6’
  551 |         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 macro ‘RFERROR3’
  575 |         RFERROR3("'%.50s' must be greater than '%.50s' = %d.\n",
Options.cc:790:9: note: in expansion of macro ‘RFERROR1’
  790 |         RFERROR1("'%.50s' must have between 1 and 3 components", fit[FIT_CLIQUE]);
Options.cc:799:9: note: in expansion of macro ‘RFERROR3’
  799 |         RFERROR3("%.50s[1] <= %.50s[2] <= %.50s[3] not satisfied",
andomFieldsUtils/include/Basic_utils.h:227:5: note: in expansion of macro ‘RFERROR4’
  227 |     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 macro ‘RFERROR4’
   75 |     SPRINTF(E_AUX, M, A); RFERROR(E_AUX);}
Options.cc:855:28: note: in expansion of macro ‘RFERROR1’
  855 |       if (length(el) != 2) RFERROR1("length of '%.50s' must be 2", gui[GUI_SIZE]);
Options.cc:877:9: note: in expansion of macro ‘RFERROR1’
  877 |         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 macro ‘RFERROR2’
 1014 |       else RFERROR2("Cannot take '%.50s' as a value for the initial '%.50s'",
Options.cc:1039:11: note: in expansion of macro ‘RFERROR1’
 1039 |           RFERROR1("maximum number named variables is %d", MAXDATANAMES);
Options.cc:1053:11: note: in expansion of macro ‘RFERROR1’
 1053 |           RFERROR1("maximum number named variables is %d", MAXCOOORDNAMES);
Options.cc:1113:7: note: in expansion of macro ‘RFERROR1’
 1113 |       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 macro ‘RFERROR3’
   66 |       RFERROR3("function '%.50s' (file '%.200s', line %d) not programmed yet.", \
Error.h:69:7: note: in expansion of macro ‘RFERROR4’
   69 |       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 macro ‘RFERROR1’
   58 |     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 macro ‘RFERROR4’
  227 |     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 macro ‘RFERROR3’
   66 |       RFERROR3("function '%.50s' (file '%.200s', line %d) not programmed yet.", \
Error.h:69:7: note: in expansion of macro ‘RFERROR4’
   69 |       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 macro ‘RFERROR4’
  227 |     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 macro ‘RFERROR3’
   66 |       RFERROR3("function '%.50s' (file '%.200s', line %d) not programmed yet.", \
Error.h:69:7: note: in expansion of macro ‘RFERROR4’
   69 |       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 macro ‘RFERROR2’
  180 |     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 macro ‘RFERROR4’
  227 |     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 macro ‘RFERROR3’
   66 |       RFERROR3("function '%.50s' (file '%.200s', line %d) not programmed yet.", \
Error.h:69:7: note: in expansion of macro ‘RFERROR4’
   69 |       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 macro ‘RFERROR2’
  643 |   RFERROR2("invalid value (%d) for boolean variable '%.50s'.", (int) dummy, name);
kleinkram.cc:705:2: note: in expansion of macro ‘RFERROR2’
  705 |  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 macro ‘RFERROR1’
  713 |     RFERROR1("'%.50s' cannot be transformed to double.\n", name);
kleinkram.cc:741:9: note: in expansion of macro ‘RFERROR2’
  741 |         RFERROR2("%.50s: integer value expected. Got %10e.", name, value);
kleinkram.cc:749:3: note: in expansion of macro ‘RFERROR2’
  749 |   RFERROR2("%.50s: unmatched type of parameter [type=%d]", name, TYPEOF(p));
kleinkram.cc:760:5: note: in expansion of macro ‘RFERROR1’
  760 |     RFERROR1("'%.50s' cannot be transformed to integer.\n",name);
kleinkram.cc:775:7: note: in expansion of macro ‘RFERROR1’
  775 |       RFERROR1("'%.50s' cannot be transformed to integer.\n",name);
kleinkram.cc:780:5: note: in expansion of macro ‘RFERROR1’
  780 |     RFERROR1("first component of '%.50s' must be at least 1", name);
kleinkram.cc:785:7: note: in expansion of macro ‘RFERROR1’
  785 |       RFERROR1("'%.50s' must be increasing", name);
kleinkram.cc:790:11: note: in expansion of macro ‘RFERROR1’
  790 |           RFERROR1("'%.50s' is not a sequence of numbers",name);
kleinkram.cc:813:3: note: in expansion of macro ‘RFERROR1’
  813 |   RFERROR1("'%.50s' cannot be transformed to logical.\n", name);
kleinkram.cc:833:3: note: in expansion of macro ‘RFERROR1’
  833 |   RFERROR1("'%.50s' cannot be transformed to character.\n",  name);
kleinkram.cc:843:5: note: in expansion of macro ‘RFERROR1’
  843 |     RFERROR1("number of variable names exceeds %d. Take abbreviations?", maxlen);
kleinkram.cc:861:3: note: in expansion of macro ‘RFERROR1’
  861 |   RFERROR1("'%.50s' cannot be transformed to character.\n",  name);
kleinkram.cc:1018:5: note: in expansion of macro ‘RFERROR2’
 1018 |     RFERROR2("option '%.50s' is too long. Maximum length is %d.", name, maxlen_ans);
kleinkram.cc:1044:3: note: in expansion of macro ‘RFERROR2’
 1044 |   RFERROR2("%.50s and '%.50s'.", dummy, List[i]);
kleinkram.cc:1053:3: note: in expansion of macro ‘RFERROR1’
 1053 |   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 macro ‘RFERROR4’
  227 |     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 macro ‘RFERROR3’
   66 |       RFERROR3("function '%.50s' (file '%.200s', line %d) not programmed yet.", \
Error.h:69:7: note: in expansion of macro ‘RFERROR4’
   69 |       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 macro ‘RFERROR4’
  227 |     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 macro ‘RFERROR4’
  227 |     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 macro ‘RFERROR3’
   66 |       RFERROR3("function '%.50s' (file '%.200s', line %d) not programmed yet.", \
Error.h:69:7: note: in expansion of macro ‘RFERROR4’
   69 |       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 macro ‘RFERROR4’
  227 |     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 macro ‘RFERROR3’
   66 |       RFERROR3("function '%.50s' (file '%.200s', line %d) not programmed yet.", \
Error.h:69:7: note: in expansion of macro ‘RFERROR4’
   69 |       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 macro ‘RFERROR2’
  132 |           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 macro ‘RFERROR1’
  187 |          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 macro ‘RFERROR1’
  190 |          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 macro ‘RFERROR3’
  195 |      RFERROR3("argument '%.50s' has type #%d whilst #%d was expected.",
userinterfaces.cc:211:10: note: in expansion of macro ‘RFERROR1’
  211 |          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 macro ‘RFERROR1’
  214 |          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 macro ‘RFERROR3’
  219 |      RFERROR3("argument '%.50s' has type #%d whilst #%d was expected.",
userinterfaces.cc:234:7: note: in expansion of macro ‘RFERROR3’
  234 |       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 macro ‘RFERROR3’
   66 |       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 macro ‘RFERROR4’
   69 |       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 macro ‘RFERROR4’
  227 |     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 macro ‘RFERROR1’
 1190 |     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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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