search for: gentry

Displaying 20 results from an estimated 42 matches for "gentry".

Did you mean: entry
2009 Feb 04
3
auth_debug_passwords
...erdb: driver: passwd args: blocking=yes socket: type: listen client: path: /var/run/dovecot/auth-client mode: 432 master: path: /var/run/dovecot/auth-master mode: 384 host:/var/log# Thanks for any light you could shine on this problem. Josh -- Josh Gentry help at swcp.com * jgentry at swcp.com * 505-232-7992 Customer service in the 21st century.
2002 Aug 13
2
Word and samba
...g Microsoft products on the net then perhaps they would like to f*#king fix them too. Years of long experience - Microsloth does not get any better with time..... ;0) - -Peter Barker Desktop Display Ltd.,Brighton, UK. -Technical Director "Bit bashers to the gentry" -pbarker@display.co.uk http://www.display.co.uk/
2003 Nov 13
2
install.packages() for a local file
Hello ... I see that on Windows one can specify a filename as the "pkgs" argument and then set CRAN=NULL when calling install.packages() for a local file. Is there a way to do this on unix? It doesn't appear to be possible, but perhaps I am missing something here. Also, if indeed there is no method to do this on unix, is there a reason behind it or has it just never been
2003 Sep 16
2
couldn't find function "setClass"
Hello ... With a new checkout of R-devel (last update was 2003-09-11) we are having a problem (it seems to be happening to all of us here on a few different machines) where during install/check/etc when the 'save image' happens (in packages using 'save image'): ** save image Error: couldn't find function "setClass" Execution halted This is for all packages that
2004 Mar 31
2
segfault in browseURL()
Hello ... Using Win2K (and reportedly WinXP), when the length of the 'url' string >= 280 characters, a segmentation fault occurs. This doesn't seem to be affecting unix machines. Thanks -J
2004 Aug 23
2
Installing package lattice
...portIntoEnv(impenv, impnames, ns, impvars) : object(s) 'dev.list', 'cm.colors', 'gray', 'heat.colors' are not exported by 'namespace:graphics' Execution halted ERROR: execution of package source for 'lattice' failed ** Removing '/usr/home/jgentry/R-devel/library/lattice' Thanks -J
2005 Feb 16
1
config.status: error: cannot find input file: po/Makefile.in.in
....gz all had the property that when I run ./configure on them I get the following error message: config.status: error: cannot find input file: po/Makefile.in.in which terminates the configure script. After R-devel_2005-02-15.tar.gz was posted but before R-devel_2005-02-16.tar.gz was posted, Jeff Gentry got the devel version of R from SVM and it did not have this problem, so he and I thought it was a problem that had been fixed sometime after R-devel_2005-02-15.tar.gz was made. But, since it still happens in R-devel_2005-02-16.tar.gz, I would guess it's a problem with the tarball creation soft...
2003 Dec 17
2
Can't start R-devel
...;demo()' for some demos, 'help()' for on-line help, or 'help.start()' for a HTML browser interface to help. Type 'q()' to quit R. Error in open.connection(con, "rb") : unable to open connection In addition: Warning message: cannot open compressed file `/home/jgentry/R-1.9.0/library/methods/R/all.rda' > search() [1] ".GlobalEnv" "package:stats" "package:graphics" "package:utils" [5] "Autoloads" "package:base" Warning message: package methods in options("defaultPacka...
2003 Jun 04
3
Slow ttests in R-devel
Hello ... I've noticed that some of our Bioconductor code was running drastically slower under current R-devel vs. current R-patched - one example is below using a ttest. I have the following snippet of code that demonstrates the problem while avoiding "real" code that takes an extremely long time to finish on R-devel: library(genefilter) data(eset) eset$cov1 z <-
2003 Jan 23
0
Summary: Warnings with no INDEX file in a package
Thanks to Henrik Bengtsson, Martin Maechler, Brian Ripley, Jeff Gentry and David Brahm for taking the time to answer my questions about INDEX files in R packages. My key take-aways were: 1) All of this will be changing a lot in R 1.7.0-to-be, so don't sweat the details. 2) Many people run R CMD build before they run R CMD check. I found this quite surpris...
2003 Sep 08
1
Stifling REprintf() output
In some code that I have written, use of url() is generating the output line: "cannot open: HTTP status was `404 Not Found`" The problem is that I do not want R to be outputting any error messages - I have 'internet.info' set to 3, show.error.messages set to FALSE and the url() wrapped in a try(). When the URL is not found I am already handling it in a manner consistent with
2003 Feb 06
1
Verbosity when using urls in R-devel
Hello ... Using a relatively recent rsync of R-devel (it started at least after 1/16/03 as I have a copy of R-devel from then and this doesn't happen), I've noticed a bit more chatter to the console when accessing URL connections. > z <- url("http://www.bioconductor.org/main.html") > readLines(z)[1] connected to 'www.bioconductor.org' on port 80. <snip
2003 Feb 11
1
Ruuid package
...ix, it uses Theodore Ts'o's libuuid to create and manage these values, while on a Win32 system it uses both the Win32 API and a subset of the libuuid. A S4 class was created to manage the UUID values in R. Please let me know if you encounter any difficulty with this package. Thanks -Jeff Gentry
2003 Apr 28
1
installed.packages() with no packages
Hello ... I found this due to a situation where installed.packages() was given a lib.loc argument that turned out to not have any R packages installed. As an example: > z <- tempfile() > dir.create(z) > installed.packages(z) Error in "colnames<-"(*tmp*, value = c("Package", "LibPath", pkgFlds)) : dimnames applied to non-array Looking at the code,
2004 Aug 23
1
Possible Latex problem in R-devel?
I'm getting this error when installing packages w/ a checkout of R from a a little bit ago (23-Aug-2004, approx 1pm eastern US time): ** help Bareword found where operator expected at /usr/home/jgentry/R/share/perl/R/Rdconv.pm line 2331, near "$latexout latex_link_trans0" (Missing operator before latex_link_trans0?) It isn't obvious to me what the error is, although commenting out line 2331 definitely causes the error to go away. -J
2003 Nov 19
0
Bioconductor Programmer's Reference
...apers and guidelines that provide useful tips to R programmers. Currently there are only a few documents in this section, but we are in the process of writing more. We would also welcome submissions that people believe would be useful to the community as well as feedback & input. Thanks Jeff Gentry
2003 Dec 16
1
Something wrong w/ R-devel?
Hello ... On both RH7.2 and Solaris 8 I'm encountering this problem - in both cases this is from a fresh rsync of R-devel into a brand new directory (to prevent it from me needing to 'make distclean' or the like): building package 'ts' mkdir -p -- ../../../library/ts/R make[3]: Leaving directory `/misc/homes/madman/R-test/src/library/ts' installing parsed NAMESPACE files
2003 Dec 16
1
getOption("repositories")
Out of curiosity, what happened to this? With 1.8.1 it returns: > getOption("repositories") CRAN "http://cran.r-project.org/src/contrib" BIOC "http://www.bioconductor.org/src/contrib" With R-devel it returns: > getOption("repositories") NULL It appears to have been taken
2013 Jan 09
1
Not getting enough tweets in twitteR
Hi all, I am trying to download as many tweets as possible (say 1000). The documentation states that the limit is 3200. However when I run police<-userTimeline('@nswpolice',n=1000) it returns random amounts. When I ran it today I got 144, yesterday it was around 300. Any thoughts? Thanks, Sachin [[alternative HTML version deleted]]
2004 Apr 01
1
Installing Win32 packages w/ 'inst' dirs
Hello ... I noticed this last night when I updated R-devel, and then figured that I had some 'make clean' or related issues and would look at it today. This morning I did a rsync of r-devel into a fresh directory and am now having the same issue. Basically, whenever R is trying to install a package with an 'inst' directory in it (even in the base packages, thus this happens