Displaying 2 results from an estimated 2 matches for "use_load".
Did you mean:
user_load
2015 Jan 22
3
speedbump in library
...irs) &
- file.exists(file.path(dirs,
- "DESCRIPTION"))])
- }
+ paths <- file.path(lib.loc, pkg)
+ paths <- paths[ file.exists(file.path(paths, "DESCRIPTION")) ]
if(use_loaded && pkg %in% loadedNamespaces()) {
dir <- if (pkg == "base") system.file()
else getNamespaceInfo(pkg, "path")
Pete
____________________
Peter M. Haverty, Ph.D.
Genentech, Inc.
phaverty at gene.com
2015 Jan 23
0
speedbump in library
...file.exists(file.path(dirs,
> - "DESCRIPTION"))])
> - }
> + paths <- file.path(lib.loc, pkg)
> + paths <- paths[ file.exists(file.path(paths, "DESCRIPTION")) ]
> if(use_loaded && pkg %in% loadedNamespaces()) {
> dir <- if (pkg == "base") system.file()
> else getNamespaceInfo(pkg, "path")
>
> Pete
>
> ____________________
> Peter M. Haverty, Ph.D.
> Genentech, Inc.
> phaverty at gene.com...