Helmut ★★★ Vienna, Austria, 2019-03-23 19:20 (2088 d 16:41 ago) Posting: # 20071 Views: 4,502 |
|
Dear RUsers, it is good practice to update R and its libraries regularly. Bugs are removed, new functions added, and performance improved (e.g., subject simulations in PowerTOST run now 100times faster than originally).Novices please read only the 1st section and ignore the other.
— Dif-tor heh smusma 🖖🏼 Довге життя Україна! Helmut Schütz The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
yjlee168 ★★★ Kaohsiung, Taiwan, 2019-03-23 22:53 (2088 d 13:08 ago) @ Helmut Posting: # 20072 Views: 3,634 |
|
Dear Helmut, ❝ cairoDevice 2.25 2.26 ... Same here on Windows. Linux and macOS have no problem (always) at all to get upgraded. However, my solution is just to wait until the binary zip is ready on CRAN. That is because I never get luck to succeed in this case. Last time it occurred with RGtk2 package. It took about one week to wait for the binary zip file. ❝ ... Now compilation worked with one exception (cause I don’t have Then I was wondering now. How did you install package cairoDevice previously without GTK library installed beforehand? with its binary zip file? — All the best, -- Yung-jin Lee bear v2.9.2:- created by Hsin-ya Lee & Yung-jin Lee Kaohsiung, Taiwan https://www.pkpd168.com/bear Download link (updated) -> here |
Helmut ★★★ Vienna, Austria, 2019-03-24 00:46 (2088 d 11:15 ago) @ yjlee168 Posting: # 20075 Views: 3,700 |
|
Hi Yung-jin, ❝ Linux and macOS have no problem (always) at all to get upgraded. Yep. libgtk is part of the major Linux distributions (Debian, Ubuntu). OS X is not my thing. ❝ However, my solution is just to wait until the binary zip is ready on CRAN. The pragmatic solution. Perfect. ❝ How did you install package cairoDevice previously without GTK library installed beforehand? with its binary zip file? Yes. I rarely need it, so I’m happy being a minor version behind for a while. Edit: What might be OK for users, is not if one wants to build a package in RStudio. In checking RStudio threw warnings that “version 3.3 of the Rtools are not compatible with R 3.5.3” (heck, I have v3.5.0.4). When ignoring the warnings, building works. I turned out that RStudio used Strawberry’s gcc-compiler (v4.8.2). Oh, my goodness. The one in RTools is v4.9.3 (of June 26, 2015). Current is v8.3 (of last February). I gave in. Rtools in C, first in path, RStudio happy. — Dif-tor heh smusma 🖖🏼 Довге життя Україна! Helmut Schütz The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |