Displaying 1 result from an estimated 1 matches for "recpackages".
Did you mean:
r_packages
2017 Jul 06
0
make check-recommended hanging on up-to-date Rdevel from SVN
...earlier today and it didn't fix
the issue.
Specifically, it is hanging on the
* checking dependencies in R code ...
stage (while checking Matrix, it passes fine for MASS and lattice).
Currently I'm getting the same behavior when I do
tools:::.check_packages("<builddir>/tests/RecPackages/Matrix")
Is this a known issue and if not, do other people see this behavior?
Best,
~G
Various info:
Build script:
#!/bin/bash
export CC="gcc -std=gnu99 -fsanitize=address"
# make -O0 if we want full debugging symbols
export CFLAGS="-fno-omit-frame-pointer -g -O2 -Wall -...