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
rcmdcheck complains about Makevars having non-portable flags/extensions:
❯ checking compilation flags in Makevars ... WARNING
Non-portable flags in variable 'PKG_CPPFLAGS':
-fno-fast-math -msse2 -mfpmath=sse -mstackrealign
❯ checking for GNU extensions in Makefiles ... WARNING
Found the following file(s) containing GNU extensions:
src/Makevars
Portable Makefiles do not use GNU extensions such as +=, :=, $(shell),
$(wildcard), ifeq ... endif, .NOTPARALLEL See section ‘Writing portable
packages’ in the ‘Writing R Extensions’ manual.
rcmdcheck
complains aboutMakevars
having non-portable flags/extensions:https://github.com/alan-turing-institute/network-comparison/runs/6691885148?check_suite_focus=true
Kind of related to #137 (@andeElliott @ots22 )
The text was updated successfully, but these errors were encountered: