search for: northcott

Displaying 20 results from an estimated 30 matches for "northcott".

2005 Jan 04
2
ISNAN() broken? in ver 2.x on MacOS X
...\ __isnanf ( x ) : \ __isnan ( x ) ) This macro is not substituted because substitution is not recursive. So the build breaks with 'error: `isnan' undeclared'. How can I fix this? Bill Northcott
2005 Jan 04
2
ISNAN() broken? in ver 2.x on MacOS X
...\ __isnanf ( x ) : \ __isnan ( x ) ) This macro is not substituted because substitution is not recursive. So the build breaks with 'error: `isnan' undeclared'. How can I fix this? Bill Northcott
2005 Jun 17
1
Trying to build R sources on Windows
...ers which are not part of MinGW. I am definitely using the MinGW compilers, so why are the sources trying to access headers which are not included? Examples would be: argz.h included from l10nflist.c alloca.h from errors.c langinfo.h from main.c Any clues about what I am doing wrong? Bill Northcott
2005 Mar 22
2
NaN and linear algebra
...It seems to me the most useful response is to file a bug on Apple's bug reporter complete with simple test case etc. It might also help to bitch about it on Apple's scitech or hpc mail lists, which get monitored by Apple people. It certainly is not up to R developers to fix it. Bill Northcott
2010 Feb 17
3
chan_local and Originate
Hi, I've recently upgraded from Asterisk 1.4.22 to 1.4.29, and I'm now having a problem with Originate and chan_local. I'm using the following Manager API action to originate a call: Action: originate Priority: 1 Context: trunk Callerid: 100 Channel: Local/100 at callback/n Exten: 123456789 Variable: USERFIELD=127.0.0.1|USEREXT=123456789 WaitTime: 30 This is intended to first call
2005 May 20
1
R 2.1 and gfortran
...for that. Just to suggest that gfortran should be added to the list of possible compilers. As a footnote I have built R 2.1 on MacOS X using a compiler built from very recent Apple cvs sources, with patches from the gfortran cvs code up to 18th May. This binary passes all the tests. Bill Northcott
2005 Jan 05
1
Standalone Mathlib, C++ and ISNAN()
...ath v2.0 and the function R_IsNaNorNA which was used in libRmath v1.9 no longer exists While I am on this topic, there seems to be nothing at all in the standalone libRmath to deal with ISNA() and although R_PosInf and R_NegInf are in the library, they don't seem to me to be declared. Bill Northcott
2005 May 02
1
MacOS X 10.4 build problem
.../usr/local/lib/libJPEG.dylib baffles me. The library that is installed is called libjpeg.62.0.0.dylib and symlinked as libjpeg.62.dylib and libjpeg.dylib. Presumably __cg_jpeg_resync_to_restart is a symbol defined in CoreGraphics, but why is it looking in the non-existent libJPEG ??? Bill Northcott
2010 Jul 21
0
smbcontrol -d 3 smbd reload-config permission denied message.
...r.edfenergy.net disable netbios = yes log file = /opt/pware64/var/sambalog log level = 1 max log size = 40960 name resolve order = host username map = /opt/pware64/lib/users.map create mask = 00 e.t.c...... Cheers, Steve Northcott Midrange Services Mainframe Services EDF Energy Plymouth Telephone : 01752 762804 Internal : 713 2804 Email : steve.northcott at edfenergy.com </pre><Font face="arial" size="2"><p>This e-mail and any files transmitted with it are confidential and m...
2008 Jan 20
3
Bugs through R in Mac
Hello, I recently changed from Win XP to Mac OS X (10.5.1). Is there a way to run Bugs (in any version) in R (R version 2.6.0 (2007-10-03)) on this platform? Fredrik
2005 Mar 25
0
Does R work in 64 bit on apple G5
.../macosx/tiger/64bit.html What benefit do you think you are going to get from running 64 bit? In general there will be a performance penalty and unless you need an application memory space larger than 2GB there is no benefit. Processor arithmetic is unchanged between 32 and 64 bit modes. Bill Northcott
2005 Aug 13
1
Including Fortran subrutines in a package
Hello! I am creating a packege and I would like to inclued some Fortrun subrutines. I have two questions. 1. Can I use "free form fortan" - compiles well usinf g77 -ffree-form. 2. Is it enough to place the ".for" files in scr folder? Thank you in advance for any help! Ales Ziberna P.S.: I am runing R 2.1.1 on Win XP, SP2. I installed rtools, mingw, perl as suggested in the
2005 Jul 06
0
MacOS 10.4 gcc-4.0 and libcc_dynamic
...have been adding 'APPLE LOCAL' mods to gfortran and it can now be built from current Apple sources simply by adding f95 to the -- enable-languages on line 102 of the build_gcc script. I suspect that in the not too distant future gfortran will become part of the Xcode packages. Bill Northcott
2005 Jul 19
0
Problems in rgl on MacOS X
...egerv(GL_MAX_TEXTURE_SIZE, (GLint*) &maxSize); but this generates warnings about signed and unsigned further down scene.cpp. The resulting code works but it is clearly not right. I can't find an email address for the maintainer and his web site seems to be off the air just now. Bill Northcott
2005 Aug 10
1
RMySQL not loading on Mac OS X
Hi, I have a problem loading RMySQL 0.5-5 on Mac OS 10.4.2 running R 2.1.1. I installed RMySQL using: export PKG_CPPFLAGS="-I/usr/local/mysql/include" export PKG_LIBS="-L/usr/local/mysql/lib -lmysqlclient" R CMD INSTALL /Users/gwo/Desktop/RMySQL_0.5-5.tar.gz The installation seemed to work ok, but when I load RMySQL in R I get an error message: >library(RMySQL)
2002 Apr 29
3
WinXP slow share access
My WinXP clients are able to map a network drive on my samba server. However, it takes 30 seconds to do so, and accessing the contents of the shared drive is also quite slow. Linux (smbclient) and Windows 2000 clients are able to map the share instantly, and access files without delay. I am using Linux 2.4.5, with samba 2.2.3a compiled from source on the server. The delay is consistent at 30
2005 Jul 13
0
Building R sources on Windows
...copy of the makeinfo binary to save the trouble of building it, please email me. One final note: If you install the MinGW Msys-DTK rename the perl binaries such as perl.exe which it provides. Otherwise they will be used instead of the ActiveState ones and they don't work. Cheers Bill Northcott
2005 May 18
2
Fortran 95 in R ?
Is it possible to run Fortran 95 code from R? I don't think so, but hopefully someone can prove me wrong. Here is the test I tried: A little fortran 95 subroutine: subroutine allloc() real, dimension(:, :), allocatable :: a integer :: n n = 10 allocate(a(n,n+1)) end I then compiled: >g95 -c allloc.f >R CMD SHLIB allloc.o Here is what happens when I try to dyn.load it in R 2.1.0
2005 May 18
2
Fortran 95 in R ?
Is it possible to run Fortran 95 code from R? I don't think so, but hopefully someone can prove me wrong. Here is the test I tried: A little fortran 95 subroutine: subroutine allloc() real, dimension(:, :), allocatable :: a integer :: n n = 10 allocate(a(n,n+1)) end I then compiled: >g95 -c allloc.f >R CMD SHLIB allloc.o Here is what happens when I try to dyn.load it in R 2.1.0
2006 Sep 29
2
problems with R and tckl/tk on Mac OS X
Dear R-help team, I am trying to run "R" on my Intel-based Mac. I have installed R, X11 and Tcl/TK (I thought), but the GUI doesn't run. My system administrator doesn't support R and therefore, I'm a little helpless. What can I do? Regards, Ingo