search for: set_makevars

Displaying 2 results from an estimated 2 matches for "set_makevars".

2017 Sep 07
0
withr::set_makevars
withr:::set_makevars() can give that error if the makefile named by the 'old_path' argument (default "~/.R/Makevars) contains more than one definition of a variable of the form 'name=value'. You can see what file it is reading and its contents by using the trace() function: trace(withr:::set_make...
2017 Sep 06
3
withr::set_makevars
...them is to use the package goodpractice. After installing goodpractice, it kept failing on my own packages which are under development, and I was concerned something was funny in my own , so I have a fork of the package rerddap, and I tested goodpractice on that. I get the error: > Error in set_makevars(new, path, makevars_file, assignment = assignment) : > Multiple results for CXXFLAGS found, something is wrong.FALSE > So after some playing around that is from the very first test, which uses the covr:package_coverage(), and sure enough running that produces the same error. Looking a...