adplus-dvertising
frame-decoration

Question

What will be the output of the following R code?
install.packages(c("devtools", "roxygen2"))

a.

Develops the tools

b.

Exits R studio

c.

Installs the given packages

d.

Nothing happens

Answer: (c).Installs the given packages

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What will be the output of the following R code?

Similar Questions

Discover Related MCQs

Q. Which of the following is the formal requirement?

Q. To start with the new package in RStudio, double-click the pkgname.Rproj file that _______

Q. If you have an existing package that doesn’t have an .Rproj file, you can use devtools for the use_rstudio(“_____/to/package”) to add it.

Q. An .Rproj file is a ____ file.

Q. A bundled package is a package that’s been compressed into a ______ file.

Q. ________ are built in R so that you get HTML.

Q. Which of the following package has temporary files?

Q. Files listed in the Rbuildignore are not included in the ______

Q. .Rbuildignore prevents files in the ___________ package from appearing in the bundled package.

Q. _______ is not useful when developing a package since you have to install the package first.

Q. Which function is used for seeing currently active libraries?

Q. Which function is used for loading packages?

Q. The job of the __________ file is to store important metadata about your package.

Q. DCF is an abbreviation for__________

Q. Which of the following is most important when releasing the package?

Q. Which of the following is called a one-line description of the package?

Q. To release a package to _____ you must pick a standard license.

Q. _____ package version is the sequence of atleast two integers separated by either. or -.

Q. The ________ number of your package increases with subsequent releases of a package.

Q. Which of the following is one of the most important aspects of a good package?