1.

.Rbuildignore prevents files in the ___________package from appearing in the bundled package.(a) single(b) source(c) bundle(d) doubleThis question was addressed to me in an internship interview.My doubt is from Packages topic in section Commands, Packages, Visualizing Data and Linear Regression of R Programming

Answer»

The correct CHOICE is (b) source

Explanation: .Rbuildignore prevents files from the source package and appearing in the bundled package. It allows to have some EXTRA DIRECTORIES in your source package that will not be INCLUDED in the package BUNDLE.



Discussion

No Comment Found

Related InterviewSolutions