Displaying 20 results from an estimated 7000 matches similar to: "More on Lazy loading errors building its package in a chroot"
2004 Dec 15
1
Lazy loading errors building its package in a chroot
Trying to build its_1.0.4 in a chroot environment to update the
corresponding Debian package, I get
* Installing *source* package 'its' ...
** R
** inst
** save image
Loading required package: Hmisc
Hmisc library by Frank E Harrell Jr
Type library(help='Hmisc'), ?Overview, or ?Hmisc.Overview')
to see overall documentation.
NOTE:Hmisc no longer redefines [.factor to drop
2004 Oct 25
1
copyright issues when package maintainer changes
I will be taking over as maintainer of the its package from Giles Heywood.
The code was originally written while he was working at Commerzbank. I have
added the header below to the top of the R source file to indicate the
changes in the copyrights for the code. The package was originally released
under GPL2. I have no experience with copyright issues, and would
appreciate it if someone who does
2004 Oct 10
1
R 2.0.0 - lazy loading mandadory ? (PR#7274)
Full_Name: Xiao Gang FAN
Version: R 2.0.0
OS: Windows
Submission from: (NULL) (82.226.247.142)
When a package preload another necessary package, say Hmisc,
seems that this last one must be precompiled, this is rather
boring - we must rebuild all dependant packages ?
Here's an error when compiling such a package:
---------- Making package toto ------------
2004 Oct 16
3
Lazy loading... advices
Hello,
I am looking for more information about lazy loading introduced in R 2.0.0.
Doing
?lazyLoad
I got some and there is a 'see also' section that points to
'makeLazyLoading'... But I cannot reach this page.
My problem is: I recompiled a library that uses a lot of functions from
other libraries (of course I can give details if needed). I load it in my
computer: library(svGUI),
2005 Jan 23
3
error preparing a package for lazy loading with R CMD
Dear Lister,
I work with R 2.0.1 and Windows XP, and meet a strange trouble trying to
make a R package with a make-package.bat file John Fox has kindly provided
(see detailed script below). I am working with it since some months with
excellent results (I do'nt use compiled C code so far). Just adding a new
function in the R directory today, when running make-package and thus
excuting
2004 Nov 07
1
creating a package without lazy loading
When I do a
R CMD build --binary
then I get the messages at the end of this post unless I specify
LazyLoad: no
in the DESCRIPRION file. If I do that then everything
proceeds smoothly. R CMD check proceeds smoothly in
either case. Is there something I should be aware
of that is causing this message when I do not turn off
lazy loading?
I am using Windows XP and R 2.0.1 beta
2004 Oct 14
2
setClassUnion
Hello,
I have a question concerning "setClassUnion".
I'm working with R 2.0.0 Patched (2004-10-06) on windows 2000.
I tried to use "setClassUnion" in a package I am currently working on. The
situation is similar to the following example:
The DESCRIPTION file has entries:
Depends: R (>= 2.0.0), methods
Imports: methods
LazyLoad: yes
The NAMESPACE file has
2004 Oct 14
2
setClassUnion
Hello,
I have a question concerning "setClassUnion".
I'm working with R 2.0.0 Patched (2004-10-06) on windows 2000.
I tried to use "setClassUnion" in a package I am currently working on. The
situation is similar to the following example:
The DESCRIPTION file has entries:
Depends: R (>= 2.0.0), methods
Imports: methods
LazyLoad: yes
The NAMESPACE file has
2004 Sep 18
1
Rcmd problems and questions, lazyloading
Hola!
I got past the problems I asked about two days ago, thanks. No I am
updating
CRAN package asypow (the daily package check on CRAN gave warnings due to
.Rd problems, fixed).
Now it PASSED Rcmd check
(WindowsXP home edition, rw2000dev, on a new toshiba laptop, if that
matters.)
but then Rcmd build --binary
gives problems:
.
.
.
preparing package asypow for lazy loading
Error in
2006 Mar 31
2
Disable LazyLoading mechanism completely
Is there a global option somewhere that can completely
disable the LazyLoad option? I want all my packages
in source format for searching purposes, crippled by
the conversion to database format.
----------------------------------------------------------
SIGSIG -- signature too long (core dumped)
2004 Aug 08
1
Use of R_PROFILE.R / install.R
According to R-exts:
The second purpose for @file{install.R} is to hold code that needs to be
executed each time the package is attached, after the image is
loaded. Few packages have a need for such code so @file{install.R} is
normally an empty file.
The optional file @file{R_PROFILE.R} is executed before the code in the
@file{R} subdirectory and should be used to set up an
2009 Jan 13
2
particulars of importing/loading libraries
Dear List:
Sorry for posting maybe a trivial question, but I have a basic
understanding problem. If I have say pack1 and pack2, two R packages,
and pack2 depends on and imports pack1 fully (as in the code below), is
there a way to make all the functionality of pack1 available for the
global and other environments (not only for the functions called from
withing pack2) by loading pack2 only? I
2005 Feb 08
1
Pre-building lazyload DB
Hi all,
Bioconductor has several metaData packages that contain quite large
data sets. In the past, these data were simply held in the /data
directory of the package as .rda files and load()ed as needed.
Converting to using lazy data loading may have memory and performance
advantages, but for the larger metaData packages the installation is
painfully slow (it has taken > 30 min to install a
2012 Jul 24
1
Patchy 'front-end' package installation problems using -R- 2.15.1
I think this is the fourth attempt to send this blessed message, so let's hope this gets through without any 'unprocessed' or 'ignored' in-lines on auto-reply.
I wish to report to you some strange problems I'm experiencing with installing packages directly into my -R- 2.15.1 (there is an indirect solution, which I note below). First, here's some essential information:
2007 Apr 18
1
R-2.4.1 for MacOS X - languageR, acepack, Hmisc
I updated R to the last 2.4.1 version and unfortunately I can not
load languageR any longer.
In R-2.4.1, LanguageR requires acepack, but Hmisc doesn't work when
acepack is loaded.
> library(languageR)
Loading required package: Design
Loading required package: Hmisc
Loading required package: acepack
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load
2015 Sep 01
0
lazy loading in SparkR
Hi,
I'm using SparkR and R won't read the promises from the SparkR package,
only if I run lazyLoad manually.
.libPaths(c(file.path(Sys.getenv("SPARK_HOME"), "R", "lib"), .libPaths()))
print(.libPaths())
# [1] "/private/tmp/spark-1.5/spark-1.5.0-SNAPSHOT-bin-hadoop2.6/R/lib"
# [2] "/usr/local/lib/R/3.2/site-library"
# [3]
2005 Aug 29
0
Core dump during lazy loading of "survival" at installation time (PR#8106)
Full_Name: D Kreil
Version: 2.1.1
OS: HP-UX B.11.23 U ia64 0029870451 unlimited-user license
Submission from: (NULL) (62.178.15.60)
I sadly get a core-dump during installation, when it tries to lazyload package
survival. Any idea what to do about this?
Best regards,
D.
...
include -fPIC -g -O2 -c survindex2.c -o survindex2.o
gcc -I/bi/common/src/R-2.1.1/include
2012 May 31
1
anova of lme objects (model1, model2) gives different results depending on order of models
Hello-
I understand that it's convention, when comparing two models using the
anova function anova(model1, model2), to put the more "complicated" (for
want of a better word) model as the second model. However, I'm using lme
in the nlme package and I've found that the order of the models actually
gives opposite results. I'm not sure if this is supposed to be the case
2005 Nov 30
1
library(its) problem
Dear R People:
I wanted to use the package "its" this afternoon.
I'm using R Version 2.2.0 for Windows.
I was able to install the package, but ran into trouble at
the "library" command. Here is the output:
> library(its)
Loading required package: Hmisc
Hmisc library by Frank E Harrell Jr
Type library(help='Hmisc'), ?Overview, or ?Hmisc.Overview')
to see
2007 Apr 19
0
Package loading shows missing libraries in Mac OS X
I've been using R actively for only the past few months under Mac OS
X, but have found a few situations where I cannot get a package to
load. This seems like the same situation reported recently on the
thread "R-2.4.1 for MacOS X - languageR, acepack, Hmisc":
> > library(Hmisc)
> Error in dyn.load(x, as.logical(local), as.logical(now)) :
> unable to load shared