in Education by
How to install for a package and all of the other packages on which for depends? (a) install.packages (for, depends = TRUE) (b) R.install.packages (“for”, depends = TRUE) (c) install.packages (“for”, depends = TRUE) (d) install (“for”, depends = FALSE) I got this question in an online quiz. My doubt stems from Basics topic in portion History, Overview and Getting Started of R Programming Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
The correct option is (c) install.packages (“for”, depends = TRUE) Easiest explanation: To install a package named for, open up R and type install.packages(“for”). To install foo and additionally install all of the other packages on which for depends, instead type install.packages (“for”, depends = TRUE).

Related questions

0 votes
    __________ function is used to watch for all available packages in library. (a) lib() (b) fun.lib() (c ... Started of R Programming Select the correct answer from above options...
asked Feb 16, 2022 in Education by JackTerrance
0 votes
    ___________ hosts many add-on packages that can be used to extend the functionality of R. (a) CRAN (b) ... Started of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Which of the following packages does not contain in base R system? (a) utils, graphics (b) mesh, ... Started of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Which of the following is a base package for R language? (a) util (b) lang (c) tools (d) spatial ... Getting Started of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Which of the following is Recommended package in R? (a) util (b) lang (c) stats (d) spatial This ... Getting Started of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Which Package contains most fundamental functions to run R? (a) root (b) child (c) base (d) parent The ... Started of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Which of the following is a Recommended package in R? (a) Util (b) Lang (c) Stats (d) Spatial I ... Getting Started of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    _______ will divert all subsequent output from the console to an external file. (a) sink (b) div (c) exp ... Started of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Which programming language is more based on the results? (a) R (b) C (c) C++ (d) Java I had ... and Getting Started of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    R runs on the ____________ operating system. (a) Linux (b) Windows (c) Ubuntu (d) Any operating system I ... Started of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Scripts will run on ___________________ (a) Script Editors (b) Console (c) Terminal (d) GCC Compiler This ... of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    At higher level one limitation of R is that its functionality is based on __________ (a) Consumer demand ( ... of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Which of the following is default prompt for UNIX environment? (a) > (b) >> (c) < (d)...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Which is simpler for statistical programming? (a) C (b) Java (c) R (d) No language This question was ... Started of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Which language is best for the statistical environment? (a) C (b) R (c) Java (d) Python This question ... Started of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
...