Re: [Rd] Package installation and path.package

2013-09-10 Thread Simon Zehnder
Hi Dirk, thanks for the help I take a more thorough look at it. Best Simon On Sep 9, 2013, at 3:41 PM, Dirk Eddelbuettel wrote: > > On 9 September 2013 at 09:26, Simon Urbanek wrote: > | On Sep 9, 2013, at 4:22 AM, Simon Zehnder wrote: > | > I am writing right now my own package that makes

Re: [Rd] Package installation and path.package

2013-09-10 Thread Simon Zehnder
Hi Simon, thank you for this comment! I will do it now the regular way - this is always the most reliable one. Best Simon On Sep 9, 2013, at 3:29 PM, Simon Urbanek wrote: > e you need something that the user has write-permissions for. __ R-devel@

Re: [Rd] Package installation and path.package

2013-09-09 Thread Dirk Eddelbuettel
On 9 September 2013 at 09:26, Simon Urbanek wrote: | On Sep 9, 2013, at 4:22 AM, Simon Zehnder wrote: | > 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 o

Re: [Rd] Package installation and path.package

2013-09-09 Thread Simon Urbanek
On Sep 9, 2013, at 9:26 AM, Simon Urbanek wrote: > > On Sep 9, 2013, at 4:22 AM, Simon Zehnder wrote: > >> Dear R-Devels, >> >> I am writing right now my own package that makes use of 'tempfile' and there >> within with 'path.package'. BTW: if it's truly a temporary file, that that is a real

Re: [Rd] Package installation and path.package

2013-09-09 Thread Simon Urbanek
On Sep 9, 2013, at 4:22 AM, Simon Zehnder wrote: > Dear 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. Here is t

[Rd] Package installation and path.package

2013-09-09 Thread Simon Zehnder
Dear 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. Here is the code, I use in my package: ".defaultDBPath"<- funct