similar to: What happened to error()

Displaying 20 results from an estimated 6000 matches similar to: "What happened to error()"

2000 Feb 08
1
gnome support failure (libglade error on debian)
Hi, I'm running debian - upgraded fully to potato at the start of the freeze and added latest libgnome-dev before configuring. I tried compiling with gnome support with /usr/local/R/R-0.99.0/configure --with-gnome and got the following output: checking for gnome-config... /usr/bin/gnome-config checking if /usr/bin/gnome-config works... yes checking for orbit-config...
1999 Dec 21
0
HTML archives will be down
Hi, As a precaution against all the computers here (Griffith University, Australia) going down with the Y2K bug, all the computers are going down. The site that the R archives are on will be down for a number of days over the new year, and the machine which actually creates the HTML archive files will be down for longer. Apologies for the disruption. ---- Robert King, Australian Environmental
1999 Jun 11
1
Segmentation fault (Debian slink+libc6 2.1)
Hi, I've just upgraded my debian machine to the 2.1 libc6 libraries, and I started getting segmentation faults with R. I tried re-compiling and got the same problem. I checked with the dependencies for the binary package, and I have all the required libraries. Any ideas? Thanks, Robert. ---- Robert King, Australian Environmental Studies, Griffith University, Australia 3875 6677
1999 Jan 04
0
test
test ---- Robert King, Australian Environmental Studies, Griffith University, Australia 3875 6677 Robert.King at mailbox.gu.edu.au http://www.ens.gu.edu.au/robertk/ When all's said and done, a lot more is said than done.
1999 Nov 16
2
including NAs in a table
I have two factors, WC and WD. If I want a table including all the values of each factor, including NAs, I can get a table by going: table(as.character(WC),as.character(WD),exclude=c()) Is there an easier way? I guess this is a feature request for table() Thanks, Robert. ---- Robert King, Australian Environmental Studies, Griffith University, Australia 3875 6677 Robert.King at
1997 Jul 31
1
R-beta: R-help archives in html format
Archives of the r-help mailing list are now available in html format at: http://www.ens.gu.edu.au/robertk/rhelp/about.htm The archives include R-help and the previous R-testers lists back to March 1996. ---- Robert King, || The Society for the Preservation of Tithesis commends your Environmental|| ebriated and scrutable use of "delible" and "defatigable", Science, ||
2000 Nov 30
3
Optimisation methods
I don't want to re-invent the wheel, and I'm trying to code up something that does a Nelder-Mead simplex method to minimise a non-linear objective function. (I'm porting something I originally wrote in matlab, using the optimisation toolbox funciton fmins). Is there already something available to do this included in R? Do people have suggestions on the best way to do this? Thanks,
2008 Sep 03
2
Does rattle depend on testing's ggobi?
Hello All, I'm trying to install rattle from source on a AMD64 machine running etch. I have two packages installed from the etch backport (r-cran-rodbc and r-cran-rsprng) but all the rest installed from source. I'm trying to install rattle, but install.packages("rattle", dependencies=TRUE) Tries to install rggobi, which complains about the version of libggobi. Does
2009 Oct 12
0
package manual without index? check breaks with - LaTeX errors when creating PDF version.
Hello, What am I doing wrong about creating an index for my package documentation? Using 2.9.2, I am checking the gld package. It reports the following (all earlier lines OK): * checking PDF version of manual ... WARNING LaTeX errors when creating PDF version. This typically indicates Rd problems. * checking PDF version of manual without index ... ERROR When I look in the gld.Rcheck
2009 Apr 29
1
etch AMD64 debs missing
Thanks Piet & Johannes for the backports. There seems to be a problem with the files for the amd64 architecture getting out. Here is my apt-get update Get:1 http://cran.ms.unimelb.edu.au etch-cran/ Release.gpg [189B] Hit http://cran.ms.unimelb.edu.au etch-cran/ Release Ign http://cran.ms.unimelb.edu.au etch-cran/ Packages/DiffIndex Ign http://cran.ms.unimelb.edu.au etch-cran/ Packages
2001 Nov 16
1
non-negative least squares?
In July of 1999 Douglas Bates invited R users to implement an algorithm for non-negative least squares based on Bates and Wolf, 1984: Communications in Statistics, Part B 13:841-850. <http://www.ens.gu.edu.au/robertk/R/help/99b/0058.html> I'm wondering if anybody has implemented this or something similar so I won't have to reinvent the wheel. Thanks! Bob Abugov
2006 Jul 14
1
SAS to R translator for particular procedures
Dear /Bill Paterson, while trying to find a way to convert SAS code into R, I came across your one time e-mail message (http://www.ens.gu.edu.au/robertk/R/help/99b/0908.html). I'd appreciate to learn if anything came out of this, or any suggestions. Thank you in advance, Mehmet Somel / -- Mehmet Somel Max Planck Institute for Evolutionary Anthropology Department of Evolutionary
2001 Nov 20
0
Summary: non-negative least squares
Thank you Brian Ripley, Gardar Johannesson, and Marcel Wolbers for your prompt and friendly help! I will share any further learnings as I move through these suggestions. -Bob Abugov Brian Ripley wrote: I just use optim() on the sum of squares with non-negativity constraints. That did not exist in 1999. Gardar Johannesson wrote: You can always just use the quadratic programing library in R
2007 Jan 18
1
internet wireless network requirements
I currently am using CentOS 4.4 desktop computer. What would I need to recieve an internet signal from a wireless router that is connected to an Apple computer that is located upstairs? I am in the basement less than 150 feet from the Apple computer. I do not have wireless card in the CentOS desktop computer and am looking for a card to install to accomplish this. -- Richard Miles Federal Way
2009 Feb 18
0
Segmentation Fault occured while connecting to the database
Hi All, Can anyone help me please?I don't know much about segmentation faults.I understand what it is,but why my script's throwing the error i don't know. This is my main function:---- *main<-function()* *{* * dbName<-"xyz_database"* * hostName<-"xyz.com"* * con<-myDbconnect(dbName,hostName) * *
2009 Jul 06
2
Trouble running 'alsamixer' as normal user on headless box with minimal system
Hi, I just transformed an old Pentium III 500 into a headless jukebox. It's installed in the basement, near the stereo. There's only a base CentOS system on it (GNOME unchecked, package customization checked and then everything unchecked). From there on, I just installed the ALSA utils, and vorbis-tools. The machine is only supposed to do one thing (and to do it well, UNIX philosophy
2009 Sep 11
0
Trouble running 'alsamixer' as normal user on headless box
>Hi, > >I just transformed an old Pentium III 500 into a headless jukebox. It's >installed in the basement, near the stereo. There's only a base CentOS >system on it (GNOME unchecked, package customization checked and then >everything unchecked). From there on, I just installed the ALSA utils, >and vorbis-tools. The machine is only supposed to do one thing (and to
2005 Jul 25
2
dovecot permission denied problems.
I am trying to setup dovecot on a FC4 machine. Access to the machine is provided through pam. When I login to the machine my home directory is mounted over nfs from a central file server. I have dovecot installed and running but it can't seem to access my home directory. When I try and access my mail I get the following three lines in /var/log/maillog: > Jul 25 12:46:04 escher imap-login:
2011 Feb 08
1
WINS not caching second Samba Server
Background: I have 2 SMB Servers; one is configured to be the Preferred Master (fserver), the other (upstairs) is configured to just share some files. I want it to connect and update the WINS configuration on the Preferred Master. Configuration files for both servers are attached. Also worth mentioning that both the 'fserver' and 'upstairs' reside on the same network. Some
2004 Feb 03
1
Stereo mode settings
Hi everyone, I'd like a bit of information about the stereo mode settings in psych_44.h of libvorbis. Specifically, about the adj_stereo structure: typedef struct { int pre[PACKETBLOBS]; int post[PACKETBLOBS]; float kHz[PACKETBLOBS]; float lowpasskHz[PACKETBLOBS]; } adj_stereo; What I am attempting to do is bring lossless stereo coupling down to the lower quality levels in