search for: gavin

Displaying 20 results from an estimated 1242 matches for "gavin".

Did you mean: gain
2004 Jun 07
3
error during make of R-patched on Fedora core 2
...n & Admin manual to download the sources of the Recommended packages and place the files in R_HOME/src/library/Recommended. ./configure worked fine so I progressed to make, which has hit upon this error when the process arrived at the Recommended packages: make[2]: Leaving directory `/home/gavin/tmp/R-patched/src/library' make[2]: Entering directory `/home/gavin/tmp/R-patched/src/library' building/updating vignettes for package 'grid' ... make[2]: Leaving directory `/home/gavin/tmp/R-patched/src/library' make[2]: Entering directory `/home/gavin/tmp/R-patched/src/library...
2005 Apr 06
2
make error in R devel
...ic) Additional capabilities: PNG, JPEG, iconv, MBCS, NLS Options enabled: R profiling Recommended packages: no Note I've editted config.site to compile with optimisations -O3 4) did make && make check-devel and get this: ... make[5]: Entering directory `/home/gavin/R/devel/build/src/library' >>> Building/Updating help pages for package 'graphics' Formats: text html latex example make[5]: Leaving directory `/home/gavin/R/devel/build/src/library' running code in 'graphics-Ex.R' ... OK collecting examples for package '...
2013 Jan 16
1
Trouble building package using R in development
...#39;t have my environment variables set correctly, but I don't see why or how R is finding my daily-use package library; if anything I would have expected it to fail with a missing dependency. If I start Rdevel with --vanilla (to mimic Rdevel CMD build) I see: > .libPaths() [1] "/home/gavin/R/devlibs" "/home/gavin/R/devel/build/library" the first entry there is because I have temporarily set R_LIBS to that directory via export R_LIBS=/home/gavin/R/devlibs. From there we see I have versions of the dependencies installed in this library and they are built wit...
2010 Jan 19
5
OT: Software for specific visualisation of data...ideas?
...spending_160909.pdf Does anyone know if the figure in the pdf can be generated in a specific software application for example? Any suggestions would be most gratefully received by the student concerned. Many thanks, G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Dr. Gavin Simpson [t] +44 (0)20 7679 0522 ECRC, UCL Geography, [f] +44 (0)20 7679 0565 Pearson Building, [e] gavin.simpsonATNOSPAMucl.ac.uk Gower Street, London [w] http://www.ucl.ac.uk/~ucfagls/ UK. WC1E 6BT. [w] http://www.freshwaters.org.uk %~%...
2002 May 16
5
Bib. reference on R
I know I've seen the answer to this question but could not find it now: What's the appropriate(s) general reference(s) for the "R language and environment for statistical computing and graphics" that should be included in a scientific article? Thanks Agus Dr. Agustin Lobo Instituto de Ciencias de la Tierra (CSIC) Lluis Sole Sabaris s/n 08028 Barcelona SPAIN tel 34 93409 5410
2007 Jul 12
0
No subject
Would it be sufficiant if I were to copy the makefile and res_config_ldap.c to the res/ directory of my running Asterisk and do make; make install? or do I have to do LIBS=-lldap export LIBS ./configure before that? My asterisk version is 1.2.6. Thanks in advance, Abhishek * * * * On 8/27/07, Gavin Henry <gavin.henry at gmail.com> wrote: > > I see it is res_config_ldap. You'd be much better using the latest > version in the bug tracker. > > On 27/08/07, Gavin Henry <gavin.henry at gmail.com> wrote: > > On 26/08/07, Abhishek M S <abhishek.suhas at gmail....
2013 Jan 16
1
R CMD check not reading R_LIBS from ~/.R/check.Renviron
...~/.R/build.Renviron for the same versions of R on the same Fedora 16 laptop. So I am in the strange situation of being able to build but not check a source package having followed the instructions in Writing R Extensions. I have tried exporting R_CHECK_ENVIRON via export R_CHECK_ENVIRON=/home/gavin/.R/check.Renviron and that doesn't work either. ~/.R/check.Renviron contains: R_LIBS=/home/gavin/R/libs/ #R_LIBS=/home/gavin/R/devlibs/ Anyone suggest how/where I am going wrong? More complete system info follows below. TIA Gavin > sessionInfo() R version 2.15.2 Patched (2012-12-05 r...
2007 May 09
5
10 FXS - Channel Bank or PCI Card?
Hi All, What do you recommend? I was looking at: http://www.voipon.co.uk/sangoma-a200-fxo-fxs-analogue-card-pci-express-p-393.html But it will be 3 PCI slots. Thanks, Gavin.
2008 Feb 25
1
r44608 fails make check-all in scatter.smooth example
...MBCS, NLS, cairo Options enabled: shared BLAS, R profiling, Java Recommended packages: yes R compiled OK, but make check-all fails running the scatter.smooth example: running code in 'stats-Ex.R' ...make[4]: *** [stats-Ex.Rout] Error 1 make[4]: Leaving directory `/home/gavin/R/devel/build/tests/Examples' make[3]: *** [test-Examples-Base] Error 2 make[3]: Leaving directory `/home/gavin/R/devel/build/tests/Examples' make[2]: *** [test-Examples] Error 2 make[2]: Leaving directory `/home/gavin/R/devel/build/tests' make[1]: *** [test-all-basics] Error 1 make[1]:...
2003 Jun 05
1
finding files on remote rsync servers
...ite *appears* to be running the rsync server daemon - then I should be able to use rsync on those files. Is that so? 2/ After finding the file in their FTP archives I am trying to confirm that a site is running as a rsync server by getting a directory listing in response to executing the command [gavin@localhost gavin]$ rsync domainname.com:: Is that the best way of actually confirming it is an rsync server? 3/ After doing that command (above) I drill down through the directories trying to find the file or directory that I want. Often this works but sometimes it fails with a report (for examp...
2004 Nov 04
3
sub- and superscript in plot labels
...^{-1}))) Strangely, I can do this: plot(1:10, xlab = expression(paste("nm SO"[4]^2, " ", mu, "eq cm"^{-2}, " yr"^{-1}))) With almost the desired effect (except I need to add two characters to the superscript). Can any one offer a solution? Many thanks Gavin -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [T] +44 (0)20 7679 5522 ENSIS Research Fellow [F] +44 (0)20 7679 7565 ENSIS Ltd. & ECRC [E] gavin.simpson at ucl.ac.uk UCL Department of Geography [W]...
2005 Aug 16
4
as.character and a formula
...t; ? Where does the extra "+" come from? > as.character(fmla) [1] "~" "y1" [3] "spp1 + spp2 + spp3 + spp5" Thanks in advance, Gav -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [T] +44 (0)20 7679 5522 ENSIS Research Fellow [F] +44 (0)20 7679 7565 ENSIS Ltd. & ECRC [E] gavin.simpsonATNOSPAMucl.ac.uk UCL Department of Geography [W] http://www.ucl.ac.uk/~ucfagls/cv/ 26 Bedford Way [W] http:/...
2005 May 04
1
make hanging during compile of r-patched/R-devel on Fedora Core 3
...ation (with latest updates applied) I am experiencing make hanging consistently after/during building grDevices. This happens when using the configure flag --with-lapack (I have the LAPACK rpm distributed with FC3 installed). The last two lines of output are: make[5]: Leaving directory `/home/gavin/R/devel/build/src/library/grDevices/src' make[4]: Leaving directory `/home/gavin/R/devel/build/src/library/grDevices/src' hang here There are no errors or warnings printed to the console. The same thing happens with r-patched. Both source trees were checked out using subversion. If I r...
2012 Dec 29
2
Error in plot.envfit(ef, p.max = 0.1) : (subscript) logical subscript too long
Hello there, I'm trying to plot vectors with p<0.1 in a NMDS ordination plot using p.max. Below the scripts I'm using. I guess I'm missing something! could you please give me a hand? species<-metaMDS(species_matrix)ef<-envfit(species,environmentaldata_file,permu=999,na.rm=TRUE)efplot(species, dis="sites")plot(ef,p.max=0.1) Error in plot.envfit(ef, p.max = 0.1) :
2001 Aug 31
1
RODBC SQLSave
...= "NA") Then I try to save it back; sqlSave(dbConn, orgdata, rownames="cols", verbose = TRUE) and I get the following error; Error in coldata[, 1] : incorrect number of dimensions I'm not well versed in R and I am afraid I don't understand this error. Can anyone help? Gavin K. Gavin Kennedy Software Engineer - Bioinformatics CSIRO Mathematical and Information Sciences Gavin.Kennedy at CMIS.CSIRO.AU ph: 612-6246-4929 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-...
2002 Nov 25
1
lost and confused
...er on the network.. My server box also doubles as my firewall. I did some firewall checking and found out that ports 136 and 139 are stealthed to the internet, could this also be a problem.. (server is also blocking the win connects) if more information is need please let me know a.s.a.p! TIA Gavin -- Gavin c/o GES Fukushimaken, Fukushima City Nankodai 2-34-1 Japan 960-8143 Phone: 0245-22-3264 Fax. 0245-21-6220 e-mail gavin-39@lapis.plala.or.jp
2005 Nov 03
4
merging dataframes
...it re-orders the rows so that one simply cannot write back the correct row names. How might I go about merging two data frames as I have described, but preserve the row names and more importantly, keep the order of rows the same, so that rows from mat1 come before the rows of mat2? Many thanks, Gavin -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [T] +44 (0)20 7679 5522 ENSIS Research Fellow [F] +44 (0)20 7679 7565 ENSIS Ltd. & ECRC [E] gavin.simpsonATNOSPAMucl.ac.uk UCL Department of Geography...
2003 Aug 08
4
Voicemail2 - auto fill the dialing extension?
...phones instead of usernames per extension. On the Cisco phones, is there a way to change the name/number on the top line (white text on black) to the user's name, while having the extension number next to each presentation (line1, line2, etc)? Thanks, * is a rocking and rolling! Regards, --- Gavin
2004 Oct 06
3
lapply with argument "X"
...atform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 0.0 year 2004 month 10 day 04 language R Regards, John. John Gavin <john.gavin at ubs.com>, Quantitative Risk Models and Statistics, UBS Investment Bank, 6th floor, 100 Liverpool St., London EC2M 2RH, UK. Phone +44 (0) 207 567 4289 Fax +44 (0) 207 568 5352 Visit our website at http://www.ubs.com This message contains confidential information and is inte...
2003 Feb 11
1
Dynamic Linear Models for Times Series - Implemented?
Hi, I was wondering whether a package that can perform dynamic linear models on times series data was available for R? Many Thanks, Gavin Simpson %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [T] +44 (0)20 7679 5522 ENSIS Research Fellow [F] +44 (0)20 7679 7565 ENSIS Ltd. & ECRC [E] gavin.simpson at ucl.ac.uk UCL Department of Geography...