similar to: Carbon R 1.5.1 + Bioconductor released

Displaying 20 results from an estimated 1300 matches similar to: "Carbon R 1.5.1 + Bioconductor released"

2002 Jul 12
1
.Rprofile on MacOSX
I'm new to R, so apologies if the answer to my question is very obvious to everyone else! I use the carbon version of R (1.5.1), not the Darwin version. After a bit of a battle, I'm getting to grips with using R, and really getting to like it, but I'm still having trouble customising startup the way I'd like it. Reading ?Startup, I see that I can specify some commands to be run
2004 Jun 03
2
returning strings to R from C functions
I'm using .C() and .External() and have no problems sending integers, reals or strings from R to C. Nor do I have problems sending integers or reals back from C to R. But I'm pulling my hair out trying to set a string value in a C function and then sending it back from C to to R. I've searched the usual sources and tried various casts, macros and allocation schemes, but I'm
2002 Jul 02
2
sound lib - rstreams Mac OS 9 and X ???
Hello, I'm looking for a working compiled library of "rstreams" for mac OS 9 and for mac OS X. I could find one (somewhere) but it is not loading. It says in R 151 under OS 9.2: Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "PRO-096-system:Applications:Languages:rm151:library:rstreams:libs:RstreamsL ib": error code -2807
2017 Dec 29
3
Help with script
Hello there. Happy new year for everyone! I need help with a table. This table contains 300 rows and 192 columns. Being the first column the ID of my samples that can have several observations. I need to generate e NEW table that contains a single ID with the sum of the observations by columns: For example: Example ID?? A??? B? ? C? ? D? ? E? ? F? ? G.... 191 columns a1?? 0??? 0??? 0? ? 1???
2005 Sep 06
2
Predicting responses using ace
Hello everybody, I'm a new user of R and I'm working right now with the ACE function from the acepack library. I Have a question: Is there a way to predict new responses using ACE? What I mean is doing something similar to the following code that uses PPR (Projection Pursuit Regression): library(MASS) x <- runif(20, 0, 1) xnew <- runif(2000, 0, 1) y <- sin(x) a <- ppr(x, y,
2003 Jun 25
1
Mac carbon - foreign - read.spss
Hello, Can someone confirm that "read.spss" doesn't work with usual (old) mac paths ("disk:dir:dir:file"), but only with *nix path (Volumes/disk/...)? rm171 (carbon) - MacOSX 10.2.6 Thanks. -- ------------------------------------------------------------------------------ Jean-Pierre Muller SSP / UNIL / BFSH2 / CH-1015 Lausanne
2002 Jun 10
2
library() with v. 1.5.0 for Mac OS X Carbon
I am having trouble with the library function of R Version 1.5.0 for Mac OS X Carbon when I try to load libraries that did not come with the R installation. For example, I put the Biobase library from bioconductor.org in the 'library' folder. R cannot find it, even though it can find the pre-installed libraries: > library() # this lists standard libraries such as 'boot',
2003 Jun 16
0
Carbon R 1.7.1 on CRAN
I have just uploaded Carbon R 1.7.1 on CRAN. It will be available to you with the usual timing of mirroring. Contributed packages and the BioConductore bunble will follow shortly. stefano iacus ----------------------------------- Stefano M. Iacus Department of Economics University of Milan Via Mercalli, 23 I-20123 Milan - Italy Ph.: +39 02 50321 461 Fax: +39 02 50321 505
2003 Jun 16
0
Carbon R 1.7.1 on CRAN
I have just uploaded Carbon R 1.7.1 on CRAN. It will be available to you with the usual timing of mirroring. Contributed packages and the BioConductore bunble will follow shortly. stefano iacus ----------------------------------- Stefano M. Iacus Department of Economics University of Milan Via Mercalli, 23 I-20123 Milan - Italy Ph.: +39 02 50321 461 Fax: +39 02 50321 505
2010 Aug 16
0
Need for speed : Carbon stops randomly
Hi there. I just installed NFSC, and it works quite well. But sometimes, the games stops, and I've only these messages in the debugger : Code: err:d3d_draw:drawStridedFast >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from glDrawElements @ /var/tmp/portage/app-emulation/wine-1.3.0/work/wine-1.3.0/dlls/wined3d/drawprim.c / 46
2011 Jun 09
1
Need for Speed Carbon won't pick up mouse and keyboard input
I have wine 1.3.21 under Linux Mint 10 with all updates and patches installed. I put in the NFS disk and went through the installer just fine. Then I start the game (using the icon on the desktop, however the same bug is present when I start it with the .exe in the game folder) The game goes through the don't try this at home speach (which I used to be able to skip by clicking or pressing
2002 Apr 30
0
R 150 for MacOS (Carbon R) released
I have just updated the CRAN with the latest build of R 150. The archive also contains all the base and recommended packages. It will be mirrored in a couple of days or so. Contributed packages will follow in few days. Stefano M. Iacus Here the Changes for version 1.5.0 Macintosh-specific changes to R =============================== rm150 ===== * using dev.off() when a user close a
2005 Mar 09
2
Privileges problem
Hi!!! I'm trying to implement a SUS server (local windows update) I-ve already solved my problem to modify registry in order to establish windows update configuration. Now i've a quiestion all my client logon my samba PDC enusing a netconfig.pol isend all configuration everithing works ok. But i've a trouble, my users don't have privileges to install anything and i don't
2017 Aug 23
1
No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)
Hello, Thanks again. I have checked the configure step, the only messages I get containing pcre are: checking for pcre_fullinfo in -lpcre... yes checking pcre.h usability... yes checking pcre.h presence... yes checking for pcre.h... yes checking pcre/pcre.h usability... no checking pcre/pcre.h presence... no checking for pcre/pcre.h... no checking if PCRE version >= 8.20, < 10.0 and has
2013 Jun 06
3
installing carbon / passing PYTHONPATH to pip package provider?
My environment: Ubuntu LTS 12.04, carbon (https://github.com/graphite-project/carbon) 0.9.9 installed using "pip". I just learned why when I run "pip freeze" on a system I don''t see the "carbon" package even when it installed successfully - I should run it with "PYTHONPATH=/opt/graphite/lib/ pip freeze". (ref:
2013 Jul 09
1
Sending carbon copy mails from R
Hi, I am using sendmailR package to send mails from R. I am not able to make carbon copy work properly. If I specify multiple recipients in to field, then they all receive individual emails and not carbon copies My sample code is require(sendmailR) header <- list(cc="b.mali@abc.com") to <-
2017 Aug 23
2
No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)
Thanks again, sorry I didn't specify this. I am loading new libraries to get to this point. The script I run for "configure" is: #Load the new curl module module load libs/gcc/4.4.7/curl/7.47.1 #Load the new xzutils module module load apps/gcc/4.4.7/xzutils/5.2.2 #Load the new zlib module module load libs/gcc/4.4.7/zlib/1.2.8 #Load the new bzip2 module module load
2008 Dec 22
6
MacOS X cocoa and carbon for Linux?
Do you know about such implementation of the Mac OS API for Linux ? I was thinking would this be hard to be done ? Having in mind that the MacOS and Linux OSes have much more in common than Linux and Windows. The benefits of such projects will be great , as there is great diversity of applications for MacOS ,and if they can be used native in Linux there will be great advantage for all Linux users.
2002 Feb 22
1
Summary: read.table on Mac OS X, CARBON vs. DARWIN
Thanks a lot, James!! The problem is fixed. On the version 1.4.0 Mac/darwin (the latest available version for this system) the function read.table (which is called from read.delim etc., too) has the bug you explained. Inserting the row nlines <- nlines+1 after lines <- c(lines, line) removes this bug. M. On Friday, February 22, 2002, at 02:33 PM, james.holtman at convergys.com
2017 Aug 18
4
No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)
Hello, I am trying to build R from source on Scientific Linux release 6.9 (Carbon), Linux version 2.6.32-696.3.2.el6.x86_64 (Red Hat 4.4.7-18). I load the needed modules and run: *./configure --prefix $install_dir --with-blas --with-lapack --enable-R-shlib 2>&1 | tee config-R-$version.log* The "configure" command seems to run ok: *R is now configured for