[Rd] Several libraries won't load with rw1090pat (PR#6926)
rmh at temple.edu
rmh at temple.edu
Mon May 31 01:28:47 CEST 2004
# Your mailer is set to "none" (default on Windows),
# hence we cannot send the bug report directly from R.
# Please copy the bug report (after finishing it) to
# your favorite email program and send it to
#
# r-bugs at r-project.org
#
######################################################
Several libraries won't load with rw1090pat.
MASS, which is included with the distribution, is one of them.
Some seem to be namespace issues, others are DLL issues.
Windows Explorer/Properties/Version shows the DLL files were built for 1.9.0
Rich
This listing is from the RGUI
>
> R : Copyright 2004, The R Foundation for Statistical Computing
> Version 1.9.0 Patched (2004-04-27), ISBN 3-900051-00-3
>
> R is free software and comes with ABSOLUTELY NO WARRANTY.
> You are welcome to redistribute it under certain conditions.
> Type 'license()' or 'licence()' for distribution details.
>
> R is a collaborative project with many contributors.
> Type 'contributors()' for more information and
> 'citation()' on how to cite R in publications.
>
> Type 'demo()' for some demos, 'help()' for on-line help, or
> 'help.start()' for a HTML browser interface to help.
> Type 'q()' to quit R.
>
> > library(MASS)
> Error in loadNamespace(i[[1]], c(lib.loc, .libPaths()), keep.source) :
> package 'mva' does not have a name space
> Error in library(MASS) : package/namespace load failed
> > library(mvtnorm)
> Error in dyn.load(x, as.logical(local), as.logical(now)) :
> unable to load shared
library "C:/PROGRA~1/R/RW1090~1/library/mvtnorm/libs/mvtnorm.dll":
> LoadLibrary failure: Access is denied.
> Error in library(mvtnorm) : package/namespace load failed
> > library(multcomp)
> Error in dyn.load(x, as.logical(local), as.logical(now)) :
> unable to load shared
library "C:/PROGRA~1/R/RW1090~1/library/mvtnorm/libs/mvtnorm.dll":
> LoadLibrary failure: Access is denied.
> Error in library(multcomp) : package/namespace load failed
> > library(abind)
> > library(Hmisc)
> Hmisc library by Frank E Harrell Jr
>
> Type library(help='Hmisc'), ?Overview, or ?Hmisc.Overview')
> to see overall documentation.
>
> Hmisc redefines [.factor to drop unused levels of factor variables
> when subscripting. To prevent this behaviour, issue the command
> options(drop.unused.levels=F).
>
> Error in dyn.load(x, as.logical(local), as.logical(now)) :
> unable to load shared library "C:/PROGRA~1/R/RW1090~1/library/Hmisc/libs/Hmisc.dll":
> LoadLibrary failure: Access is denied.
> Error in library(Hmisc) : .First.lib failed
> >
>
--please do not edit the information below--
Version:
platform = i386-pc-mingw32
arch = i386
os = mingw32
system = i386, mingw32
status = Patched
major = 1
minor = 9.0
year = 2004
month = 04
day = 27
language = R
Windows NT 4.0 (build 1381) Service Pack 6
Search Path:
.GlobalEnv, package:methods, package:stats, package:graphics, package:utils,
file:c:/users/rmh28285/data/rmh/hh/splus.library/HH/.RData, package:lattice, package:grid,
Autoloads, package:base
More information about the R-devel
mailing list