search for: idir

Displaying 12 results from an estimated 12 matches for "idir".

Did you mean: dir
2003 Oct 20
4
selecting subsets of data from matrix
Probably a stupid question, but I don't seem to be able to find the answer I'm looking for from any of the R literature. Basically I have a matrix with several thousand rows and 20 columns(weather stations) of wind direction data. I am wanting to extract a matrix which contains data for all columns conditional on column 20 having a value of _either_ less than 45 or greater than 315. (ie I
2003 Oct 20
2
"aliases" for R constructs?
Hi Folks, My recent response to Laura Quinn's query about matrix subsetting reminded of a question. I wrote: iDir <- ((Winds[,20]<45)|(Winds[,20]>315))&(!is.na(Winds[,20])) Now, I find "!is.na" a bit awkward to type, so I might prefer to type it as "nis.na". While it is possible to define nis.na <- function(x){ !is.na(x) } this involves a slight bloat of overhead in ex...
2003 Jun 17
3
Voice linmodems and Asterisk PBX
Hello group, Just got this reply from Sasha @ Smart Link, a soft modem chipset company with a very nice attitude towards Linux. BTW, You can check the status of most modem chipsets and Linux support here: http://www.idir.net/~gromitkc/dips/roster.html The good news is that the current 2.7.x series supports voice commands and is full duplex, but can only work with one modem. This issue will be solved with the introduction of the 2.8.x series, which will reimplement the voice drivers and allow multiple modems to...
2003 Oct 20
0
aliases
How about: nis.na <- complete.cases --- From: <Ted.Harding at nessie.mcc.ac.uk> Hi Folks, My recent response to Laura Quinn's query about matrix subsetting reminded of a question. I wrote: iDir <- ((Winds[,20]<45)|(Winds[,20]>315))&(!is.na(Winds[,20])) Now, I find "!is.na" a bit awkward to type, so I might prefer to type it as "nis.na". While it is possible to define nis.na <- function(x){ !is.na(x) } this involves a slight bloat of overhead in exec...
2001 Aug 13
1
jpeglib.h in a strange place
Dear All, Would anybody have any advice to give on that: The Facts: - I installed (compiled) R on SGI IRIX (6.5) - I am not root - I discovered the jpeg device I need now badly doesn't work (postscript is not so happy with 19 millions spots) - after investigation, it appeared the jpeglib.h was detected not recent enough at configure time - the jpeglib.h in /usr/include is version 6a - the
2007 Feb 05
1
Problems installing R-2.4.1 on Solaris 11 x-86 from source: error in "gmake" after successful "configure"]
Dear friends, I am trying to install R-2.4.1 from source on Solaris 11 x-86_64. running on Sun Ultra-20 workstation, and using the SunStudio 11 compilers. I was able to "configure" R correctly, but received an error in "make", aparently related to bzip2 which I have been unable to debug. The messages are listed below. The configure.log and configure.site and teh terminal
2002 Jan 15
0
errors intalling splancs and sgeostat
...-dalign -xlic_lib=sunperf" # The following additional CFLAGS to be used only in the main compilation # and only in building shared libraries respectively. For example, # on some systems one needs MAIN_CFLAGS=-pg when profiling. # MAIN_CFLAGS= # SHLIB_CFLAGS= # Header file search directory (`-IDIR') and any other miscellaneous # options for the C preprocessor and compiler. # If unset defaults to `-I/usr/local/include'. CPPFLAGS="-I/usr/local/include -I/export/home/share/include" # The command which runs the the FORTRAN compiler. # If unspecified, a search is made for g77...
2010 Jun 08
3
Question on trying to build R 2.11.1 on Tru64(aka OSF1) system
...## DEFS= ## The following additional CFLAGS to be used only in the main ## compilation and only in building shared libraries respectively. ## For example, on some systems one needs 'MAIN_CFLAGS=-pg' when ## profiling. ## MAIN_CFLAGS= ## SHLIB_CFLAGS= ## Header file search directory ('-IDIR') and any other miscellaneous ## options (such as defines) for the C preprocessor and compiler. ## If unset defaults to '-I/usr/local/include', with '-I/sw/include' ## prepended on systems using Fink with root '/sw'. ## CPPFLAGS= ## The command which runs the FORTRAN 77...
1999 Feb 09
3
Installing on 64-bit Dec or SGI
Hi all, The systems guys here in the stat dept don't seem to be able to compile R on the Dec Alphas or on the SGIs. Can anyone give them a hand? -Greg ------------------------------------------------------------------------------- Gregory R. Warnes | It is high time that the ideal of success warnes at biostat.washington.edu | be replaced by the ideal of service.
2011 Jul 19
6
[PATCH 0/6] Move the infor for the help/man page in the source
The following series implement a way to generate the help messages and the btrfs man page from the sources comments for the "btrfs" commanda . The syntax and the detailed help of every subcommand are stored in the comments before the function which implements the subcommand. The fact that the help messages and the man page are generated from the same source should help to avoid
2001 Jul 25
2
Installation help
...n all # other cases. CFLAGS=-g # The following additional CFLAGS to be used only in the main compilation # and only in building shared libraries respectively. For example, # on some systems one needs MAIN_CFLAGS=-pg when profiling. # MAIN_CFLAGS= # SHLIB_CFLAGS= # Header file search directory (`-IDIR') and any other miscellaneous # options for the C preprocessor and compiler. # If unset defaults to `-I/usr/local/include'. # CPPFLAGS= # The command which runs the the FORTRAN compiler. # If unspecified, a search is made for g77, f77, xlf, cf77, cft77, # pgf77, fl32, af77, fort77, f90, xl...
1999 May 03
0
compilation of R-0.63.3 on alpha (PR#183)
...imization options for the C compiler. # Use this to specify CFLAGS for the version of the C compiler specified # above. If unspecified, defaults to "-g -O2" for gcc, and "-g" in all # other cases. # CFLAGS=3D"-g -I/usr/local/include" # Header file search directory (`-IDIR') and any other miscellaneous # options for the C preprocessor and compiler. # CPPFLAGS=3D # The command which runs the the FORTRAN compiler. # If unspecified, a search is made for g77, fort77, f77, f90, xlf, cf77, # and fc (in that order). If none of these is found, f2c is used if # found; o...