On Sep 8, 2013, at 8:00 AM, Simon Zehnder wrote: > Dear R-Users and R-Devels, > > I am writing right now my own package that makes use of 'tempfile' and there > within with 'path.package'. When I install it, I get the error: Error in > path.package("mypackage") : none of the packages are loaded. > > I understand the error, but I would like to have a workaround. How can I give > the path to the package I am actually installing without getting this error?
(We do not have the code so this is speculation.) Your packages should be assumed to be available in one of the directories in .libPaths() -- David Winsemius Alameda, CA, USA ______________________________________________ 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.