ubuntu-rchk is not working
randy3k opened this issue · 2 comments
randy3k commented
I see that the docker image of ubuntu-rchk
was updated about 10 hours ago. However, the R binary was not correctly compiled.
(randyimac)-~$ docker run --rm -it rhub/ubuntu-rchk
/
docker@2b38460cabb4:/$ ls /opt/R-svn/
ChangeLog COPYING Makeconf.in Makefrag.cxx share VERSION-NICK
config.log doc Makefile.fw Makefrag.m src
config.site etc Makefile.in packages tests
configure INSTALL Makefrag.cc po tools
configure.ac m4 Makefrag.cc_lo README VERSION
The /opt/R-svn/bin
is missing.
When I tried to run build_r.sh
manually, I got the following error
checking whether PCRE support suffices... configure: error: pcre2 library and headers are required, or use --with-pcre1
make: *** No targets specified and no makefile found. Stop.
It reminds me that R 4.0 has switched to pcre2 library.
gaborcsardi commented
Thanks, on it!
gaborcsardi commented
@randy3k Should be good now, thanks!