1.

files listed in the Rbuildignore are not included in the ______(a) single(b) source(c) bundle(d) doubleThis question was posed to me by my college director while I was bunking the class.This question is from Packages in division Commands, Packages, Visualizing Data and Linear Regression of R Programming

Answer»

Correct answer is (c) bundle

Easy explanation: Files LISTED in the Rbuildignore were not INCLUDED in the bundle. .Rbuildignore prevents files from the SRC PACKAGE and appearing in the bundled package. It allows you to have some extra DIRECTORIES in your source package that will not be included in the package bundle.



Discussion

No Comment Found

Related InterviewSolutions