Gene Leynes <gleyne...@gmail.com> writes: > I think that the "quietly" argument in "require" isn't working > > > require('JumboShrimp', quietly=TRUE) > Warning in library(package, lib.loc = lib.loc, character.only = TRUE, > logical.return = TRUE, : > there is no package called 'JumboShrimp' > >
Isn't quietly meant to suppress a message if loading is successful? Matthew ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.