[R-SIG-Mac] R-2.0.0 alpha binary release

Rob J Goedman goedman at mac.com
Fri Sep 10 17:52:52 CEST 2004


Thanks a lot Stefano & Simon. This gets me a lot further!

Once package.install works (see below), I can replace the 1.9 packages.

I noticed that without changing anything, source file using AppleScript 
worked
(except of course I need to upgrade to 2.0 packages), source selection 
does not,
but I'll investigate that further:

 > v1 = c(49, 58, 75, 110, 112, 132, 151, 276, 281, 362)

Error: syntax error
 > v1 = c(49, 58, 75)
 > v1
[1] 49 58 75

Top line (sourced in from selection in editor) seems to add weird 
characters that
causes the syntax error. "v1" is not defined after that. By hand it 
works fine (of course!).

Below my output to try and use binary and source package  install.

This is great progress, thanks both of you for all the work,
Rob


R : Copyright 2004, The R Foundation for Statistical Computing
Version 2.0.0 Under development (unstable) (2004-09-10), ISBN 
3-900051-07-0

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for a HTML browser interface to help.
Type 'q()' to quit R.

 > browse.pkgs("CRAN","binary")
trying URL `http://cran.r-project.org/bin/macosx/2.0/PACKAGES'
Content type `text/plain; charset=iso-8859-1' length 16982 bytes
opened URL
==================================================
downloaded 16Kb

Error in browse.pkgs("CRAN", "binary") : NAs are not allowed in 
subscripted assignments
 > browse.pkgs("CRAN","source")
trying URL `http://cran.r-project.org/src/contrib/PACKAGES'
Content type `text/plain; charset=iso-8859-1' length 196482 bytes
opened URL
==================================================
downloaded 191Kb

Error in browse.pkgs("CRAN", "source") : NAs are not allowed in 
subscripted assignments
 > data.manager()
Warning messages:
1: datasets have been moved from package 'base' to package 'datasets' 
in: data(package = .packages(all.available = TRUE))
2: datasets have been moved from package 'stats' to package 'datasets' 
in: data(package = .packages(all.available = TRUE))



More information about the R-SIG-Mac mailing list