install.package() for the source packages [🇷 for BE/BA]

posted by mittyri  – Russia, 2020-07-19 01:17 (1810 d 21:58 ago) – Posting: # 21743
Views: 23,048

Dear Yung-jin,

let me comment

❝ Right and thank you very much for your info. But this depend option within install.packages(...) has two choices, one is 'NA' and the other is 'TRUE'. :confused: And you're correct, when it is 'NA'(default), means c("Depends", "Imports", "LinkingTo"). :confused: Does here 'NA' mean or imply 'FALSE' or what? If yes, why not using 'FALSE' instead of 'NA'? So I guess 'NA' is not 'FALSE' for depend option. NA is... NA.


From the man:
The default, NA, means c("Depends", "Imports", "LinkingTo").
TRUE means to use c("Depends", "Imports", "LinkingTo", "Suggests") for pkgs and c("Depends", "Imports", "LinkingTo") for added dependencies

So 'TRUE' is closer to NA. That's really a bit confusing and I don't know the history of that function argument. If set to 'FALSE', R still stop and warn you so you can decide what you would like to do
By the way if you install locally that's another story, since
Not used if repos = NULL...
So it is not possible to install dependent packages for a locally installed package within install.package()
There are solutions available:
- use devtools::install_local; there's an option to install dependencies from CRAN
- create and use your own repo

Kind regards,
Mittyri

Complete thread:

UA Flag
Activity
 Admin contact
23,426 posts in 4,929 threads, 1,682 registered users;
35 visitors (0 registered, 35 guests [including 19 identified bots]).
Forum time: 23:15 CEST (Europe/Vienna)

You can do one of two things; just shut up,
which is something I don’t find easy,
or learn an awful lot very fast,
which is what I tried to do.    Jane Fonda

The Bioequivalence and Bioavailability Forum is hosted by
BEBAC Ing. Helmut Schütz
HTML5