similar to: R package-building

Displaying 20 results from an estimated 100 matches similar to: "R package-building"

2013 Mar 05
1
Reading Wyoming radiosonde data files with RadioSonde package
Hi, I need to do some analysis on historic daily radiosonde data I download from the Wyoming Univ. web page ( http://weather.uwyo.edu/upperair/sounding.html). I am trying to use the RadioSonde package (V 1.3), but the format of the files from Wyoming don't match what RadioSonde is expecting. Has anyone used the Radiosonde package on the Wyoming data? Here is a sample of the Wyoming file
2002 Apr 30
1
JPEG library wierdness
I am having a problem creating JPEG's ... but just lately I had 1.3.1 installed properly on a Solaris 2.6 platform and everything was working fine UNTIL last Wednesday, when I issued the fateful update.packages() and went to lunch. When I came back, one of my cohorts informed me he could no longer create jpeg's in the fashion he was accustomed: > X11() > plot(1:10) >
2004 May 03
3
R 1.9.0 on AIX, 64-bit
I'm trying to get R 1.9.0 running on AIX 5.1 with the standard AIX compilers (xlc, xlf) and it is failing 2 of the tests, test-Reg in reg-tests-1.R like this: bash-2.05b$ tail -30 reg-tests-1.Rout.fail [,1] [,2] [1,] 1 3 [2,] 2 4 [3,] 1 3 [4,] 2 4 > stopifnot(typeof(res) == "list") > ## were not implemented in 1.8.1 > > > ## Date objects with
2016 Sep 01
4
Microsoft R Open 3.3.1 problema
Estimados Microsoft R Open 3.3.1 me está dando problemas, por ejemplo rbind. Los resultados son extraños, por ejemplo muchas columnas cuándo debería ser una sola sonde tomo solamente la primer columna de varios data.frames, como un arreglo de n x n donde los n son números ?grandes?, cuándo debería ser solo 1 x n . ¿Alguno tiene problemas? Está imposible para trabajar. Javier Rubén Marcuzzi
2001 Dec 06
2
Solaris install problem ... mcount
Hmnnn... This is the third version of R I have installed and I am stumped on this one. There is some unresolved external I cannot find... /opt/SUNWspro/bin/cc -v -o R.bin CConverters.o Rdynload.o RNG.o apply.o arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o complex.o connections.o context.o cov.o cum.o dcf.o datetime.o debug.o devPS.o devPicTeX.o deparse.o
2007 Mar 26
1
Problem in loading all packages all at once
Hi All Please see the Rprofile file which i have modified as follows and after that when I start R then I see that R says to me "TRUE" for all the packages implying that all loaded at once. But when i try to use commands as simple as help("lm"), it doesnt work nor any of the menu "Packages" is not working. Although the regression using lm ( Y ~ X ) is working
2010 Jan 15
1
Using multicore with an open pdf device results in corrupt pdf (PR#14186)
The attached code produces corrupted pdfs (test2.pdf, test4.pdf and test5.pdf). The resulting pdf depends on how many cores are available on the machine. I don't see why there should be any difference between the pdfs (exept for the timestamp). Doing many operations involving mclapply can increase the size of the resulting pdf by ten times! Thank you for checking this. require(multicore)
2003 Apr 21
1
building R 1.7.0 under RH7.3 (PR#2808)
This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. ---559023410-959030623-1050952576=:23064 Content-Type: TEXT/PLAIN; charset=US-ASCII The configure process does not seem to be working as well as it had for previous versions ...
2001 Jul 27
3
installation error
Hello everybody, I am trying to install R on Solaris 2.6. I get the following error Thanks in advance "In file included from /usr/include/sys/turnstile.h:12, from /usr/include/sys/t_lock.h:20, from /usr/include/sys/vnode.h:37, from /usr/include/sys/stream.h:21, from /usr/include/netinet/in.h:38, from
2004 Aug 04
2
fitting distributions
Hello, I also try to fit a skewed distribution (like skewed student t) to data points. Do you have an idee howto do this??? thank you fabrice dusonchet *********************************************************************************** This email and any files transmitted with it are confidentia...{{dropped}}
2005 Mar 02
1
power law distribution; making new distributions
hi i have data which i think is coming from a power law distribution P(X > a) = c/a^k and i would like to find the exponent and constant. i would like it to use my experimental data to find c and k. also, if i would like to create a new distribution, is it easy to add to R, if so, how is that done? thanks -gong __________________________________
2005 Sep 01
5
Multivariate Skew Normal distribution
> -----Original Message----- > From: r-help-bounces at stat.math.ethz.ch > [mailto:r-help-bounces at stat.math.ethz.ch]On Behalf Of Caio Lucidius > Naberezny Azevedo > Sent: 01 September 2005 12:09 > To: Help mailing list - R > Subject: [R] Multivariate Skew Normal distribution > > > Hi all, > > Could anyone tell me if there is any package (or function)
2004 Mar 13
0
64bit build on IBM
I am trying to build R with 64bit support so I can access more than 2GB of memory on an IBM running AIX. (IBM NightHawk II RS/6000 node with 16 64-bit, 375-MHz POWER3 CPUs and 32 GB of memory, if you want specifics) The 32bit install required little tweaking, but the 64 bit is sufficiently complicated that I thought I would report my findings here and ask for help with the latest (and hopefully
2001 Jun 04
0
Re: unix R CMD check problem
Doh! turns out I was using a newer feature of S-PLUS that is not supported in R, or at least was generating the parse error. replace all a = b with a <- b (except in arguments, naturally ...) Sorry to bother anyone ... smooth sailing ahead. > Date: Mon, 4 Jun 2001 10:03:56 -0600 (MDT) > From: Tim Hoar <thoar at cgd.ucar.edu> > Reply-To: Tim Hoar <thoar at ucar.edu>
2006 Aug 04
3
Lyrics stored in .ogg files?
Hi, I've heard somewhere that it is possible to store inside .ogg files text streams and thus it should be possible to store lyrics for the sond directly in the file. Is it true? Could anybody point me towards some code how to do it (Python preferable, but not required)? Is there any documentation for text streams in .ogg files? Thanks for any reply, Mat?j -- GPG Finger: 89EF 4BC6 288A
2011 Jul 25
1
error in survival analysis
This is a simple R program that I have been trying to run. I keep running into the "singular matrix" error. I end up with no sensible results. Can anyone suggest any changes or a way around this? I am a total rookie when working with R. Thanks, Rasika > library(survival) Loading required package: splines > args(coxph) function (formula, data, weights, subset, na.action, init,
2002 Feb 04
1
installing version 1.4.1
Hello people, me again ... Just an FYI this time, I think: 0[209]1 sunray1:/contrib > gtar zxf R-1.4.1.tgz tar: R-1.4.1/date-stamp: Could not create file: Permission denied gtar: Error exit delayed from previous errors 2[210]1 sunray1:/contrib > gtar zxvf R-1.4.1.tgz "R-1.4.1/date-stamp" R-1.4.1/date-stamp gtar: R-1.4.1/date-stamp: Could not create file: Permission denied gtar:
2002 Apr 12
0
documentation widget
If imitation is the sincerest form of flattery ... I am thinking of imitating the R documentation mechanism. I have a largeish software project that needs documentation for each of the functions/modules. The ability to create html, latex, and pdf documentation from one source is very attractive. Since my collaborators already know html and latex there is little incentive to learn XML ... but
2005 Apr 15
0
IRIX, firewalls, configure
I have built R-2.0.1 on AIX64 V 6.5 on a machine that is intentionally isolated from remotely connecting to the internet -- and we'd like to keep it isolated! I have not seen anything in the FAQ's or Install Manual about shutting off or 'configuring out' the internet connectivity. ditto for './configure --help' For some reason > capabilities() jpeg png
2001 Jul 25
2
Installation help
Hello, I am trying to compile R using the Sun WorkShop 6.0 (Forte) compilers. I don't think I am having a problem with the compilers, but instead with figuring out how to modify the R configuration to use non-Gnu compilers. I found in your documentation that one should modify the config.site file to change compilers, compiler flags, library paths, etc. I made modifications in this file,