Re: [Rd] Poor documentation for "adj" and text()

2017-04-11 Thread frederik
Thanks Ulrich for sharing your experience. I'm attaching a patch which tries to address the issues you raised. I agree with you in principle, but I think it makes sense to leave some details under "Details". However, the descriptions in "Arguments" should give enough information that a user can g

Re: [Rd] Downloader that Resolves library dependencies

2017-04-11 Thread Dirk Eddelbuettel
On 11 April 2017 at 13:01, Ulrich Windl wrote: | If you want to install an extra library like "car", there is a long list of dependencies. If you just download "car", you cannot use it. | Unfortunately the download links offer no solution to select all dependent libraries for download also. It w

Re: [Rd] Downloader that Resolves library dependencies

2017-04-11 Thread Rui Barradas
Hello, Try ?install.packages from within R. install.packages("car", dependencies = TRUE) Hope this helps, Rui Barradas Em 11-04-2017 12:01, Ulrich Windl escreveu: Hi! If you want to install an extra library like "car", there is a long list of dependencies. If you just download "car", you c

[Rd] Downloader that Resolves library dependencies

2017-04-11 Thread Ulrich Windl
Hi! If you want to install an extra library like "car", there is a long list of dependencies. If you just download "car", you cannot use it. Unfortunately the download links offer no solution to select all dependent libraries for download also. It would be nice, however. (This is interesting for

[Rd] Poor documentation for "adj" and text()

2017-04-11 Thread Ulrich Windl
Hi! (I'd like to be able to access your bugzilla, BTW) The documentation for parameter "adj" of text() in R 3.3.3 is hard to understand (unless you know what it does already): "adj one or two values in [0, 1] which specify the x (and optionally y) adjustment of the labels. On most devices valu