similar to: Prime Numbers Pkgs

Displaying 20 results from an estimated 5000 matches similar to: "Prime Numbers Pkgs"

2011 Apr 18
4
How to get R to compile with PNG support
Dear R devel list, Good morning; I'm with the Sage (http://www.sagemath.org) project. (Some of you might have seen my talk on this at last summer's useR conference). We have some rudimentary support for using R graphics in various cases, which has proved useful to many of our users who want to go back and forth between R and other capabilities within Sage. Unfortunately, the way we
2008 Apr 15
2
Sage <--> R integration
Hi R-Devel, The Sage project (http://www.sagemath.org) has been working extremely hard for several years to create a viable free open source alternative to Maple, Matlab, Mathematica, and Magma. Numerous users have requested statistical functionality. Though Sage includes scipy and numpy, which have some statistical functionality, we've decided the best longterm solution is to strongly
2008 Jun 07
1
Fail to call AC_CACHE_CHECK on R 2.7.0 for Solaris
I've tried to build R 2.6.1 and 2.7.0 on Solaris 10 update 4 (SPARC) and both configure ok, so you might ask why I suspect there is a problem. I tried to build the maths program Sage http://www.sagemath.org/ version 3.0.3alpha1. Sage fails when building R 2.6.1 - (Sage includes R in the package). The relavant bit of Sage, which is only using an unmodified R configure script is: checking
2010 Apr 27
2
Bhapkar V test
Dear R help, Is there a package which performs the Bhapkar V test (or any of the Bhapkar-Deshpande L-type tests), preferably on the same sort of data set input which kruskal.test() takes? I haven't been able to find anything so far (the one reference to Bhapkar seems to be some other test, though I could be wrong) as an R function. Thank you! Karl-Dieter Crisman
2011 Mar 04
1
Does R use "computed gotos" - a gcc extension of C?
The R manual says R will not build with gcc on 64-bit Solaris x86 with gcc http://cran.r-project.org/doc/manuals/R-admin.html#Solaris "Tests with gcc32 on ?x86? and ?amd64? have been less successful: ?x86? builds have failed on tests using complex arithmetic33, whereas on ?amd64? the builds have failed to complete in several different ways, most recently with relocation errors for
2010 Jun 13
1
Failure to load the recommended package Matrix (Was: [R] Can one get a list of recommended packages?)
On Sun, Jun 13, 2010 at 8:28 AM, Uwe Ligges <ligges at statistik.tu-dortmund.de> wrote: > > > On 13.06.2010 01:09, Dr. David Kirkby wrote: >> >> On 06/12/10 05:27 PM, Douglas Bates wrote: >>> >>> On Sat, Jun 12, 2010 at 8:37 AM, Dr. David Kirkby >>> <david.kirkby at onetel.net> wrote: >>>> >>>> R 2.10.1 is used in
2010 Jan 19
2
Help deciphering segfault in make check
Dear R Help, I work with the Sage project, and we are trying to improve the ability to use R through Sage. Most things work, but make check seems to cause problems on certain platforms, and now that we want to upgrade to 2.10.1 I thought we should ask for help! R builds just fine on both Mac and Linux, but some things in make check seem to break on certain Linux boxes that don't on Mac or
2010 Jul 16
0
Sage and R (was: Mathematica and R)
Dear David, > I managed to install Sage on Windows (via a Linux VM), but I cannot find any documentation on how to use R from Sage. Maybe I > should use the web interface of Sage to avoid having to install R on the VM. In the Sage command line, you can type sage: r? to get some very basic info, and sage: r.[tab] to get various commands. This part of the interface still needs some
2010 Feb 16
1
Build failure on Solaris 10 (SPARC)
I'm trying to build R 2.10.1 on a Sun Blade 1000 running Solaris 10 (03/05 release). I've installed iconv 1.13.1 and used: CPPFLAGS="-I /export/home/drkirkby/sage-4.3.3.alpha0/local/include" (which is where iconv is) LDFLAGS= -R/export/home/drkirkby/sage-4.3.3.alpha0/local/lib -L/export/home/drkirkby/sage-4.3.3.alpha0/local/lib The build of R fails as below. gcc
2010 Jul 14
3
Mathematica and R
What are some effective ways to leverage the strengths of R and Mathematica for the analysis of a single data set? More specifically, are there any functions that can assist with any of the following? 1. Calling an R function from Mathematica. 2. Calling a Mathematica function from R. 3. Using XML or another reliable data format to pass vectors, matrices, and/or lists from one environment to
2010 Jun 23
1
trouble building R on solaris
Dear all, I just changed from linux to a solaris server and I'm having trouble building R from source. I can't use the binaries because I don't have a permission to write to /usr/local. I followed the online instructions regarding the configuration with readline and the GNU version of iconv: ./configure --prefix=/u/fox/binaries
2010 Jun 12
0
[LLVMdev] Bignum development
On 12 June 2010 00:51, Eli Friedman <eli.friedman at gmail.com> wrote: > On Fri, Jun 11, 2010 at 3:28 PM, Bill Hart <goodwillhart at googlemail.com> wrote: >> Hi Eli, >> >> On 11 June 2010 22:44, Eli Friedman <eli.friedman at gmail.com> wrote: >>> On Fri, Jun 11, 2010 at 10:37 AM, Bill Hart <goodwillhart at googlemail.com> wrote:
2010 Jun 13
2
[LLVMdev] Bignum development
I was able to get the loop to increment from -999 to 0 using IR directly. That got rid of the cmpq. The carry i was after was able to be obtained using the intrinsic @llvm.uadd.with.overflow.i64, however there is no way to add with carry and have it realise that the resulting *carry out* cannot exceed 1. It actually writes the carry to a byte, and then uses logical operations on it, which slows
2010 Jun 12
0
R can't find gcc library that other programs can.
R is used in the Sage project. R is building on Solaris 10 with SPARC processors. Until recently, I did not give it much more thought, as it appeard to build ok. More recently someone noticed a test failure. It would appear a number of modules are not building (Matrix, class, mgcv, nnet, rpart, spatial, and survival) are all failing to build. But the R build process does not terminate. Is
2010 Jun 13
0
[LLVMdev] Bignum development
Hi Bill- I think, ideally, the backend would be able to match arbitrary-precision arithmetic to add-with-carry or subtract-with-borrow through i65/i33. That would remove the need for the overflow intrinsics entirely. Alistair On 13 Jun 2010, at 02:27, Bill Hart wrote: > I was able to get the loop to increment from -999 to 0 using IR > directly. That got rid of the cmpq. > > The
2010 Jun 15
1
building 2.11.1 on solaris 10
Trying to get 2.11.1 built on a solaris 10 machine. This particular machine I do not have root access so I have just created an area under my home to use. I am currently having issues in the src/library area most specifically with getting the datasets area built. Here is the output form my most recent compile: building package 'datasets' all.R is unchanged
2010 May 31
1
Corrections for Solaris stuff in manual
There are a number of errors in the R manual about Solaris. http://cran.r-project.org/doc/manuals/R-admin.html#Solaris 1) Firstly, Sun are now owned by Oracle, who bought them for $7 billion. 2) "(Recent Sun machines are Opterons (?amd64?) rather than ?x86?, but 32-bit ?x86? executables are the default.) " That's incorrect. All recent Sun workstations used *Intel* CPUs -
2009 Nov 06
1
Web implementation of R?
Hello, Can anyone recommend a good example of web implementation of R? Can't seem to find anything on my own. Thanks in advance! Sam [[alternative HTML version deleted]]
2010 Jun 11
3
[LLVMdev] Bignum development
On Fri, Jun 11, 2010 at 3:28 PM, Bill Hart <goodwillhart at googlemail.com> wrote: > Hi Eli, > > On 11 June 2010 22:44, Eli Friedman <eli.friedman at gmail.com> wrote: >> On Fri, Jun 11, 2010 at 10:37 AM, Bill Hart <goodwillhart at googlemail.com> wrote: >>> a) What plans are there to support addition, subtraction, >>> multiplication, division,
2002 Jul 16
6
Sage Line 50
Hi all, I am attempting to get Sage to support their software if the files are on Samba (Linux). They (like a lot of people I've heard) say "We don't support Linux, Goodbye." even when the client is on Win98/NT. We have been having trouble on a particular site, and they refuse to support Sage Line 50 if the files are on Linux which is absurd, because Linux is much more