Displaying 20 results from an estimated 2000 matches similar to: "errors in loading packages (PR#9839)"
2007 Aug 24
2
problem loading package 'gplots'
Dear R community,
I am using R version 2.4.1 GUI 1.18 on an iBook G4 with OS 10.4.10.  
When I try to load package 'gplots' I get the following message:
 > library(gplots)
Loading required package: gdata
Attaching package: 'gdata'
	The following object(s) are masked _by_ .GlobalEnv :
	 reorder.factor
Loading required package: gtools
Attaching package: 'gtools'
2004 Sep 17
1
R-2.0.0 Install problem for package bundle with inter-dependent n amespaces
I have a revised version of the gregmisc package, which I've converted into
a package bundle each of which has a namespace:  gplots,  gmodels, gdata,
gtoools.  Of course, there are interdependencies among these namespaces:
	gsun374: /tmp [11]> cd gregmisc/
	gsun374: gregmisc [12]> grep import */NAMESPACE
	gdata/NAMESPACE:importFrom(gtools, odd, invalid, mixedsort)
2005 Mar 10
4
Gregmisc
Dear all,
I use R 2.0.1 on Windows XP professional. When I want to load the 
'Gregmisc' library I get the following error message:
Error in library(pkg, character.only = TRUE) :  'gregmisc' is not a 
valid package -- installed < 2.0.0?
Can anybody tell me what's wrong with this package?
Cheers, Christian
2006 Nov 14
1
??: Re: Need help in waveslim package: imodwt and universal.thresh.modwt
Airon,
I used R2.4.0 on a Windows XP (SP2) (not Chinese :-))
and it still works:
> data = read.csv("u:/airon.csv")
> xdata = data$Adj..Close
> modwt.la8 = modwt(xdata, "la8", n.level=6)
> summary(modwt.la8)
   Length Class  Mode   
d1 1467   -none- numeric
d2 1467   -none- numeric
d3 1467   -none- numeric
d4 1467   -none- numeric
d5 1467   -none- numeric
d6 1467  
2001 Nov 09
1
Installing packages
Hello,
I have upgraded from Mandrake Linux 8.0 to Mandrake 8.1 and try to reinstall 
my favourite R... Everything is OK for the base software but I have trouble 
to get some packages installed.
Specifically, for some packages, a "collect2" binary seems to be necessary 
during the compilation/linking process of the library, and LD complains about 
not finding it :
Installing source
2012 Mar 17
3
how to call functions with same name but in different package?
hi everyone .
I am trying to use some packages but there are some functions have the same
name in different package.
for example
dwt function
both in packages wavelets and waveslim
dwt(X, filter="la8", n.levels, boundary="periodic")
How can I avoid mixing them up ?
-- 
TANG Jie
Email: totangjie@gmail.com
Tel: 0086-2154896104
Shanghai Typhoon Institute,China
2005 Nov 04
1
problem in waveslim library?
This code consistenly segfaults for me. Can someone please take a look
and tell me if the problem is due to something I am doing or is there a
problems with the dwt (idwt) functions in the waveslim library.
Thanks
tom
library(waveslim)
2011 Jul 03
1
PROBLEM IN R version 2.13.0 (2011-04-13)
I am using R (version 2.13.0; 2011-04-13). Platform: x86_64-pc-mingw32/x64
(64-bit).
 
The messages that I see is
 
“This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more information”
 
I am using the following libraries:
> library(package="gmodels")
> library(package="gtools")
2005 Mar 10
4
dealing with package bundles (was RE: Gregmisc)
Given the confusions that some users have regarding package bundles, I'd
like to suggest some changes to how package bundles are handled.
My understanding is that a package bundle is essentially a convenient way to
distribute related packages, so that users can download/install them in one
shot.  However, some users apparently get confused that one can do
install.packages("abundle")
2005 Mar 10
4
dealing with package bundles (was RE: Gregmisc)
Given the confusions that some users have regarding package bundles, I'd
like to suggest some changes to how package bundles are handled.
My understanding is that a package bundle is essentially a convenient way to
distribute related packages, so that users can download/install them in one
shot.  However, some users apparently get confused that one can do
install.packages("abundle")
2004 Nov 19
2
ERROR: installing package indices failed
Dear R-helpers,
I am developing a package named LDehatmap.
It depends on the "genetics" package
and includes two data files and a demo file.
When I'm trying to install it, I get the following messages:
* Installing *source* package 'LDheatmap' ...
** R
** data
** demo
** help
 >>> Building/Updating help pages for package 'LDheatmap'
     Formats: text html
2012 Feb 28
2
Error: could not find function "hier.part"
Error: could not find function "hier.part"
things I have tried:
1. reinstall R (lastest version,  on windows XP)
2. install package "gtools"
3. include:
library(gtools)
require(gtools)
4. how I call this function:
hier.part(c$Y, xdata, fam = "gaussian", gof = "Rsqu")
5.when I try to check what's in the package "gtools", I get (hier.part is
2003 Feb 02
1
unable to open connection
Dear list members,
 
I have problem to load data of the library waveslim.
After I load the library waveslim and tried to load data ibm
 
data(ibm)
Error in file(file, "r") : unable to open connection
In addition: Warning message: 
cannot open file `ibm.txt''
 
I also tried other data sets without success. It works for other
libraries though.
 
Any suggestions? Thanks.
 
Zhu Wang
2006 May 25
1
understanding DWT
Can someone please help me understand the examples given in the dwt
function of the waveslim library
library(waveslim)
?dwt
I'm having a problem understanding these lines. I assume they are
required because of how the algorythm deals with the signal bounderies.
Am I correct in thinking that for wavelets of scale 1 and 2, the
coefiecints need to be shifted by 2 places, for scale 3 and 4 shift
2004 Oct 01
1
gregmisc 2.0.0 release
gregmisc 2.0.0
===========
gregmisc 2.0.0 has been released and is now available on CRAN.   
Important Changes
---------------------------
- Now a package bundle 
For this release, gregmisc has been split into a bundle containing 4
separate packages: gdata, gmodels, gplots and gtools. All of your favorite
functions are still present, but they are now better organized into thematic
groups,
2004 Oct 01
1
gregmisc 2.0.0 release
gregmisc 2.0.0
===========
gregmisc 2.0.0 has been released and is now available on CRAN.   
Important Changes
---------------------------
- Now a package bundle 
For this release, gregmisc has been split into a bundle containing 4
separate packages: gdata, gmodels, gplots and gtools. All of your favorite
functions are still present, but they are now better organized into thematic
groups,
2010 Nov 28
3
Where is gdata?
Hi folks,
Win 7 64 bit
R 32 bit
> install.packages("gregmisc")
Installing package(s) into ‘C:\Users\satimiswin764\Documents/R/win-library/2.12’
(as ‘lib’ is unspecified)
--- Please select a CRAN mirror for use in this session ---
also installing the dependency ‘gmodels’
trying URL 
'http://cran.ms.unimelb.edu.au/bin/windows/contrib/2.12/gmodels_2.15.0.zip'
Content type
2006 Nov 15
2
??: Re:??: Re: Need help in waveslim package: imodwt and universal.thresh.modwt
Airon, 
I don't think you have to find an English computer 'cause the
following must work in your Chinese one :-)
Let me explain. First of all, change your lines to
xdata <- ckhdat$Adj..Close[1:1447]
#names(ckhdwt.la8) <- c("w1", "w2", "w3", "w4", "w5","w6", "v6")
note the # sign, i.e., DO NOT change the names
2004 Dec 26
1
error in gregmisc package
Hi,
    I just installed the gregmisc bundle. When I do library(gdata)  (or 
library(gtools), library(gmodels)) everything works fine.
When I do library(gplots) I get
      Error in parse(file, n, text, prompt) : syntax error on line 1850
      Error in library(gplots) : package/namespace load failed
I'm using R-1.7.0 on Mac OS 10.3.
Can anybody help me with this? Could I be doing
2003 Aug 20
1
aide
Bonjour,
J'aimerais savoir si quelqu'un pourrait m'aider en ce qui concerne l'utilisation 
du package waveslim.
Je voudrais savoir comment on fait pour revenir a un signal d'origine lorsque 
l'on dispose de coefficients de detail et d'approximation.
Merci d'avance
Tuleau Christine
(christine.tuleau at math.u-psud.fr)