Displaying 3 results from an estimated 3 matches for "packagepath".
Did you mean:
szpackagepath
2008 Sep 09
0
should system.file(package="no such pkg", "no such file") warn or abort?
...e check work better.
`system.file` <-
function (..., package = "base", lib.loc = NULL, missingFileOK = FALSE)
{
if (nargs() == 0)
return(file.path(.Library, "base"))
if (length(package) != 1)
stop("'package' must be of length 1")
packagePath <- .find.package(package, lib.loc, quiet = TRUE)
if (length(packagePath) == 0) {
if (missingFileOK)
return("")
else
stop("Cannot find package ", dQuote(package))
}
FILES <- file.path(packagePath, ...)
present <- fi...
2011 Nov 30
1
sma installation error
I tried different versions of sma**.tar.gz file either with "R CMD INSTALL -l packagepath sma**.tar.gz", "R INSTALL -l path sma**.tar.gz" and under R windows by "install.packages("sma_0.5.15.tar.gz",repos=NULL)"
.
I got same error
======
* installing *source* package 'sma' ...
** Creating default NAMESPACE file
Warning in .write_descriptio...
2007 Jul 13
0
Wine release 0.9.41
...emote calls to MsiGetProperty.
msi: Handle remote calls to MsiSetProperty.
msi: pcchValue represents the length of szValue in TCHARS, not bytes.
msi: Add support for the MSICODE_PATCH option.
msi: Add tests to show when the SourceList is published to the registry.
msi: PackagePath must also include the package name.
msi: Delay publishing of the SourceList until the PublishProduct action.
msi: Unpublish the product when it is entirely removed.
msi: Only publish the product if at least one feature is to be installed.
msi: Set the WindowsInstaller value...