similar to: R packages on Mac

Displaying 20 results from an estimated 10000 matches similar to: "R packages on Mac"

2004 Apr 14
4
binary numbers
Hi, Is there a function in R that lets one represent an integer in binary format for a given number of bits? So an example would be.... > binary.function(num=5, num.of.bits=8) > "00000101" Or, is this something I have to write myself? Any help would be appreciated. Cheers, Sam.
2004 Mar 21
4
writing text on graphics' window
Hi, Does anyone know of a method for writing text to the graphics window, where there is *no* plot? Basically, I have developed a 'significance test' and I would like the output on the graphics window to say something about the input parameters and the stats of the significance test. Any help would be appreciated. Cheers, Sam.
2004 Mar 04
2
adding trend to an arima model
Hi, Does anyone know a method for adding a linear/polynominal trend to a simulated arima model using the arima.sim function? Any help will be greatly appreciated. Cheers, Sam.
2004 Dec 08
2
memory problem
Hi, I am trying to run a very computationally expensive procedure in R-2.0.0. and the process always gets killed after approx 8 minutes. This procedure calls some of my own C++ code - in case it was this code causing a memory leak I unload and then reload the .so file every time, however I still get the same problem. The procedure is run 16000 times and always calls the lm() function. My
2002 Oct 18
4
Building R on Mac OS X-"dumping methods" problem
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am trying to create a darwinports package for R, but I cannot get R to compile on Mac OSX 10.2. I have install g77 which seems fine. R compiles without problems until it reaches dumping R code in package 'methods' Error in .Call("R_initialize_methods_metadata", table, PACKAGE = "methods") : .Call function
2003 Jun 16
1
R version on gifi
Pretty soon, hopefully, the RAqua version will make the Darwin/X11 version unnecessary. In the meantime, for convergence, I'll modify the Gifi version in various ways. -- It's 1.7.1 -- It no longer supports gnome -- It still uses Tcl/Tk for X11 (using 8.5 from CVS) !! It no longer uses anything from fink (readline and dlcompat as on Stefano's site, jpeg and png and teTeX from
2003 Jun 26
3
Compiling R for OS X 10.2.6 (Darwin 6.6)
Our lab just picked up a G4 Powerbook (1 GHz, 1GB RAM, OS X 10.2.6). None of us have any experience with Macs but for various reasons we need to have one around for development. In any case, we've installed fink, all the Apple Developer Tools and the Dec2002updater to gcc 3.3. We're now trying to compile R 1.7.1 without too much success. First we had to get g77, which turned out to
2004 Jan 14
2
RMySQL : Not loading
Hello, I'm tearing my hair out over this. Any help will be very much appreciated. It's been two long nights battling with RMySQL. > library(RMySQL) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "/usr/local/lib/R/library/RMySQL/libs/RMySQL.so": dlcompat: dyld: /usr/local/lib/R/bin/R.bin Undefined symbols: _getopt_long
2007 Feb 15
3
count sequence of integers
Hi, I would like to be able to count a sequence of numbers. For example, given a vector of the following integers (1,1,1,2,2,2,2,3,3,3,3,3,3,1,1,1,1, 3,3) the function would return (3, 4, 6, 4,2) Does anyone have any cool ideas to solve this? Any help appreciated. Regards, Sam. [[alternative HTML version deleted]]
2004 Jun 01
4
S/R programming books
Hi, I have been using R for a few months now and I am confident that the language has everything I will need to complete my PhD. I can create functions, script files and packages, but I would like to write my programs more efficiently (maybe using OO). Can anyone recommend a good book on the "art" of good R programming? Kind Regards, Sam.
2004 Sep 28
1
package error message
Hi, I am trying to make my own package in Windows XP with R 1.9.1. using Rcmd build/ Rcmd. The initial Rcmd build compiles ok with no error messages. However, when I run Rcmd check it runs ok up until * checking for file 'GammaTest/DESCRIPTION' ... OK * checking if this is a source package ... OK * checking whether package 'GammaTest' can be installed ... ERROR Installation
2007 May 31
2
installing nut for Mac OS X
i'd like to install nut on Mac OS X 10.4.9; i can't seem to get the Fink install to work (notes below), and i'm only semi-facile at command line installs; is installing nut on Mac OS X as simple as "make install" and no dependencies? if not is there a summary of what i'd need to do? regarding nut on Fink: based on a note in this list's archive i found that nut
2008 Aug 18
3
NUT on Mac OSX 10.5
Hi! I have iMac24" computer powered by Back-UPS CS650IE. (USB) I Installing NUT using Fink packages from source. Configuring NUT : 1. /sw/etc/nut/ups.conf [CS_650] driver = newhidups port = /dev/ttyS1 2. /sw/etc/nut/upsd.conf ACL all 0.0.0.0/0 ACL localhost 127.0.0.1/32 ACCEPT localhost REJECT all 3. /sw/etc/nut/upsd.users [nobody] password = allowfrom = localhost
2001 Nov 19
3
installation on Mac OS X
Help ! I am a graduate student in statistics, nearing the end of my first semester, and recently discovered R, but cannot figure out how to install it on my Mac. I am currently running OS 10.1.1, and know next to nothing about Unix or anything related. I would like to install this program on my Powerbook, as it come highly recommended, so I can use it for a class next semester. Any help
2006 Jun 24
8
PostgreSQL on Mac?
Is there something like MAMP, but uses PostgreSQL instead? I found a couple PostgreSQL dmg''s, but one was < 8.x. For those who use PostgreSQL on Mac, how''d you install it (fink, package, please don''t say compile!)? Thanks, Joe -- Posted via http://www.ruby-forum.com/.
2004 Oct 01
2
Rnewsletter article example
Hi, I am trying to write an article for the Rnewsletter, but keep getting errors. I have googled around for some decent examples that contain figures, maths, etc but with no joy. Would any be so kind as to send me an example article in latex code? Cheers, Sam.
2004 Mar 01
2
dynamic linking
Hi, I want to set up a dynamic link between a library e.g. myLibrary.a and a C++ file myProgram.cc to use in R. Is this possible? If so how does one go about doing it? Any help will be greatly appreciated. Cheers, Sam.
2008 Jan 14
2
knnFinder package
Dear all, I have found some serious bugs in the knnFinder package (which supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions) that may trigger segmentation faults. I have fixed them but I had troubles to contact its maintainer Samuel E. Kemp (previously with the University of Glamorgan, UK). Do someone know where I
2008 Jul 03
1
Installation of packages via GUI, Mac OS X
All, I'm running R v2.7.1 on Mac OS X. When I go to the R package installer GUI, I am not prompted to select a repository. The usual screen is there but the columns for package, installed version, and repository version are all populated via blank entries. If I select "Get List" the error below occurs. The same thing occurs if I go form the command line via install.packages.
2005 Dec 10
2
Cannot build ices0/libshout2 on Mac OSX 10.4.2
Hi - I'm rebuilding my OSX system and I can't get ices0 to build - or to be more exact, can't get libshout2 to build. I started by using DarwinPorts, and icecast2 & libogg & libvorbis seemed to build OK. The install of ices0 then gave up at the libshout2 config stage with output like this: [...] checking for libvorbis... ok checking for struct ovectl_ratemanage_arg... no