Displaying 1 result from an estimated 1 matches for "defaultdbpath".
Did you mean:
default_path
2013 Sep 09
1
Package installation and path.package
...ear 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" <- function()
{
db.path <- tempfile(pattern = "mmstructDB",
tmpdir = file.path(path.package("mmstruct"),
"data", "databases"),
fileex...