yihui / servr

A simple HTTP server in R
https://cran.rstudio.com/package=servr
278 stars 35 forks source link

"auto_ptr" deprecation warning on installation #43

Closed cooknl closed 4 years ago

cooknl commented 4 years ago

I'm new to Ubuntu (from Win10). I've got an existing bookdown project that I'm trying to work on from my Ubuntu machine.

platform: x86_64-pc-linux-gnu Ubuntu 20.04 LTS

Prior to installing servr, the following were installed:

r-base 3.6.3-2 rstudio:amd64 1.2.5042 tinytex 0.22 bookdown 0.18

The version of servr is: servr 0.16

During the install, done from inside an R session with install.packages("servr"), it took a long time and there were many many deprecation warnings about "auto_ptr"

It did eventually install.

yihui commented 4 years ago

Would you please post the full log? servr is a pure R package that does not contain C++ code, so it's very unlikely that it is the culprit.

cooknl commented 4 years ago

I will try.

On Fri, Apr 24, 2020, 19:37 Yihui Xie notifications@github.com wrote:

Would you please post the full log? servr is a pure R package that does not contain C++ code, so it's very unlikely that it is the culprit.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/yihui/servr/issues/43#issuecomment-619291916, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHBHY6Q4J7EO55IT7I2ZP3ROIWDVANCNFSM4MQPI6TQ .

cooknl commented 4 years ago

I could not find the logs.

yihui commented 4 years ago

Thanks anyway!