On Mon, 8 Nov 2021 14:57:24 -0500 "Stephen P. Molnar" <s.mol...@sbcglobal.net> wrote:
> /home/comp/Downloads/R Packages/R-4.1.0/R-4.1.0/etc/Makeconf:10: > Packages/R-4.1.0/R-4.1.0/share/make/vars.mk: No such file or directory This is the case of Make breaking things by splitting the file path by whitespace. Line 9 of Makeconf even contains a comment regarding this: >> ## This fails if it contains spaces, or if it is quoted Rename "R Packages" to R_Packages (or anything else without spaces in it) to work around the error. -- Best regards, Ivan ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.