Yue,
it looks like you need to compile PCRE using the -enable-utf8 flag. Check out
Toby’s post about this (the PCRE error specifically):
https://tdhock.github.io/blog/2017/compiling-R/
Hope this helps,
Adi
Adi Gherman, MCS
Research Associate
Johns Hopkins Bloomberg School of Public Health
615
On 14 May 2019 at 21:44, yueli wrote:
| I downloaded R-3.6.0.tar.gz from https://cran.r-project.org/src/base/R-3/.
|
|
| I tried to install R-3.6.0.tar.gz in Ubuntu system.
You are likely better off to use fully-built and generally
correctly-configured R binary for Ubuntu off the CRAN mirrors.
sudo apt-get install libpcre3-dev
please read the docs [R-admin: A.1 Essential programs and libraries] - you may
be missing more dependencies
> On May 14, 2019, at 9:44 AM, yueli wrote:
>
> Hello,
>
>
>
> I downloaded R-3.6.0.tar.gz from https://cran.r-project.org/src/base/R-3/.
>
>
> I