Re: [Rd] Windows binaries: Version and revision strings show "(2006-00-00 r00000)"

2011-11-20 Thread Duncan Murdoch

On 11-11-18 6:30 PM, Henrik Bengtsson wrote:

FYI,

for the last few revision the version string for both R v2.14.0
patched and R devel are not correct for the Windows binaries.  This is
what R --version and sessionInfo() report since a couple of days:

R version 2.14.0 Patched (2006-00-00 r0)
R Under development (unstable) (2006-00-00 r0)

Also, "r0" is listed as the revision on:

http://cran.r-project.org/bin/windows/base/rdevel.html
http://cran.r-project.org/bin/windows/base/rpatched.html



Thanks, I believe this is now fixed.  It may take a day or two for the 
new builds to work their way through the system.


Duncan Murdoch

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


Re: [Rd] .Call in R

2011-11-20 Thread Raymond
 I agree with Martin that this might not be suitable for a C solution.

--
View this message in context: 
http://r.789695.n4.nabble.com/Call-in-R-tp4080721p4087141.html
Sent from the R devel mailing list archive at Nabble.com.

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


[Rd] Adding a "description" meta-tag to the R homepage (bump)

2011-11-20 Thread Tal Galili
Hello dear R-devel,

I am allowing myself to bump this issue again (half a year later) -
I think that the www.r-project.org website could benefit from having a
description meta-tag.
Could anyone please let me know who to contact regarding this?

With much respect,
Tal




On Sat, Apr 2, 2011 at 4:24 PM, Tal Galili  wrote:

> Hello Peter,
>
> Here is what google says:
> http://www.google.com/support/webmasters/bin/answer.py?answer=35264
>
> 
>>
>> We use *a number of different sources* for this information, including
>> descriptive information in the META tag for each page. Where this
>> information isn't available, we may use publicly available information from
>> DMOZ. While accurate meta descriptions can improve clickthrough, they won't
>> impact your ranking within search results.
>
>
>
> By the way, here is a short post (
> http://pineda-krch.com/2011/03/31/what-is-r-really/) suggesting that the
> one-line description of R should be:
> "R is a free and open source environment for computational research and
> graphics."
> I thought his claims might be of interest for this context.
>
>
> With much respect,
>  Tal
>
>
> Contact
> Details:---
> Contact me: tal.gal...@gmail.com |  972-52-7275845
> Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) |
> www.r-statistics.com (English)
>
> --
>
>
>
>
> On Fri, Apr 1, 2011 at 9:38 PM, peter dalgaard  wrote:
>
>>
>> On Apr 1, 2011, at 08:49 , Tal Galili wrote:
>>
>> > Hello all,
>> > I hope I'm writing to the correct place.
>> >
>> > I believe that the R homepage will benefit from including the
>> "description"
>> > meta tag in it's homepage.
>> > The reason is that google uses that tag to decide what to show when the
>> R
>> > homepage shows up on a search result.
>> > The current description of the first result of searching "R" in google
>> is:
>> >
>> > "*R*, also called GNU S, is a strongly functional language and
>> environment
>> > to statistically explore data sets, make many graphical displays of data
>> > from custom *..."*
>> > *
>> > *
>> > This defention is truncated.
>>
>>
>> Interesting. What's odd is that although that phrasing is used in
>> multiple places on the net, it is not in the actual
>> www.r-project.org/index.html, nor in any other "official" places that I
>> can spot.
>>
>> However, what gets displayed for SAS and Stata is not what is in their
>> description tags?
>>
>> SAS:
>> 
>>
>> Stata:
>> 
>>
>> What gives?
>>
>>
>> >
>> >
>> > It seems that other statistical packages (and some known open source
>> > projects) already noticed this.  Here is what they write about
>> themselves
>> > (when searching for their name on google):
>> >
>> >   - SAS: 50,000 Customer Sites Use SAS for CRM, BI, Analytics & More-Get
>> >   Info
>> >   - SPSS: Analytical Software at SPSS.com. Specializing in data mining,
>> >   customer relationship management, business intelligence and data
>> analysis.
>> >   - JMP: JMP is statistical software for expert data analysis, DOE, and
>> Six
>> >   Sigma, from SAS. For Mac, Windows, and Linux.
>> >   - Stata: Integrated statistical package for data analysis, data
>> >   management and graphics.
>> >   - Perl: The Perl Programming Language at Perl.org. Links and other
>> >   helpful resources for new and experienced Perl programmers.
>> >   - Matematica: Wolfram Research, makers of Mathematica, the only fully
>> >   integrated technical computing software.
>> >   - It seems that Python, Ruby, and Matlab are not using any description
>> >   tag (and their google description is also truncated)
>> >
>> >
>> > I hope this helps.
>> >
>> > Best,
>> > Tal
>> >
>> >
>> > Contact
>> > Details:---
>> > Contact me: tal.gal...@gmail.com |  972-52-7275845
>> > Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew)
>> |
>> > www.r-statistics.com (English)
>> >
>> --
>> >
>> >   [[alternative HTML version deleted]]
>> >
>> > __
>> > R-devel@r-project.org mailing list
>> > https://stat.ethz.ch/mailman/listinfo/r-devel
>>
>> --
>> Peter Dalgaard
>> Center for Statistics, Copenhagen Business School
>> Solbjerg Plads 3, 2000 Frederiksberg, Denmark
>> Phone: (+45)38153501
>> Email: pd@cbs.dk  Priv: pda...@gmail.com
>>
>>
>

[[alternative HTML version deleted]]

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


[Rd] Fortran runtime error with package cts on CRAN/Mac

2011-11-20 Thread Zhu Wang
Hello,
 
As the author of package cts, I hope somebody on this list can kindly help 
(perhaps off-list)
to resolve the build/check issue with package cts for Mac. The error occurred 
on Mac machines only: 
http://cran.r-project.org/web/checks/check_results_cts.html.
 
Here is the error message:
 
At line 10 of file machine.f
Fortran runtime error: Range error during floating point read 
 
The source file machine.f is to read machine dependent parameters stored in 
machine.txt, which was saved from R function .Machine. For convenience, the 
source file machine.f is listed below, along with machine.txt from a non Mac 
system (the last line NA was added for a test version of cts).
 
CCC READ MACHINE INFORMATION SAVED WITH R CODE
  SUBROUTINE MACHINE(EPS, BASE, T, EMIN, RMIN)
  DOUBLE PRECISION EPS, RMIN
  INTEGER BASE, T, EMIN
  OPEN(UNIT=3,FILE='machine.txt',STATUS='OLD')
  READ(3,*)EPS  
  READ(3,*)BASE
  READ(3,*)T
  READ(3,*)EMIN
  READ(3,*)RMIN
  CLOSE(UNIT=3)
  RETURN
  END
 
machine.txt:
 
1.11022302462516e-16
2
53
-1022
2.2250738585072e-308
NA
 
Another question is whether there is a way to submit a test to just one 
platform. I know this can be done for Windows, but I'm not sure for Mac. 
 
Thanks in advance.
 
Zhu Wang
 
Department of Research
Connecticut Children's Medical Center
Hartford, CT 06106
 
 
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


Re: [Rd] Fortran runtime error with package cts on CRAN/Mac

2011-11-20 Thread Prof Brian Ripley
Well, as Writing R Extensions says, packages should do no Fortran I/O 
at all.  So please pass the binary value to your code from R.


You cannot expect to write out extreme values without some 
representation error, and adjacent values cannot be read in again.


In any case, these values are essentially the same for all R 
platforms, being mandated by IEC60559.


On Sun, 20 Nov 2011, Zhu Wang wrote:


Hello,

As the author of package cts, I hope somebody on this list can kindly help 
(perhaps off-list)
to resolve the build/check issue with package cts for Mac. The error occurred 
on Mac machines only:
http://cran.r-project.org/web/checks/check_results_cts.html.

Here is the error message:

At line 10 of file machine.f
Fortran runtime error: Range error during floating point read

The source file machine.f is to read machine dependent parameters stored in 
machine.txt, which was saved from R function .Machine. For convenience, the 
source file machine.f is listed below, along with machine.txt from a non Mac 
system (the last line NA was added for a test version of cts).

CCC READ MACHINE INFORMATION SAVED WITH R CODE
 SUBROUTINE MACHINE(EPS, BASE, T, EMIN, RMIN)
 DOUBLE PRECISION EPS, RMIN
 INTEGER BASE, T, EMIN
 OPEN(UNIT=3,FILE='machine.txt',STATUS='OLD')
 READ(3,*)EPS
 READ(3,*)BASE
 READ(3,*)T
 READ(3,*)EMIN
 READ(3,*)RMIN
 CLOSE(UNIT=3)
 RETURN
 END

machine.txt:

1.11022302462516e-16
2
53
-1022
2.2250738585072e-308
NA

Another question is whether there is a way to submit a test to just 
one platform. I know this can be done for Windows, but I'm not sure 
for Mac.


What does 'submit a test mean'?  Any test you write can check the 
value of Sys.info()["sysname"]: it is "Darwin" on Mac OS X.
Or R.version$platform, which will be something like 
i386-apple-darwin9.8.0.




Thanks in advance.

Zhu Wang

Department of Research
Connecticut Children's Medical Center
Hartford, CT 06106





--
Brian D. Ripley,  rip...@stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel:  +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UKFax:  +44 1865 272595

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel