Hi all, I'm using a Mac port of R on Mac 10.6. I need to install xlsx package but it does not install. Do any of you know a way to install it? Thanks very much. Sincerely, Victoria Xiao [[alternative HTML version deleted]]
As far as recall (it's been a while), install.packages('xlsx') worked for me, on a 10.6 system. You'll have to provide more information. And probably it would be better to take this to R-sig-mac. -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 On 6/18/12 11:55 AM, "Victoria Xiao" <victoriayxiao at gmail.com> wrote:>Hi all, > >I'm using a Mac port of R on Mac 10.6. I need to install xlsx package but >it does not install. Do any of you know a way to install it? Thanks very >much. > >Sincerely, >Victoria Xiao > > [[alternative HTML version deleted]] > >______________________________________________ >R-help at r-project.org mailing list >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide >http://www.R-project.org/posting-guide.html >and provide commented, minimal, self-contained, reproducible code.
It works for me: > sessionInfo() R version 2.15.0 (2012-03-30) Platform: i386-apple-darwin9.8.0/i386 (32-bit) locale: [1] fr_FR.UTF-8/fr_FR.UTF-8/fr_FR.UTF-8/C/fr_FR.UTF-8/fr_FR.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] xlsx_0.4.2 xlsxjars_0.4.0 rJava_0.9-3 -- Ivan CALANDRA Universit? de Bourgogne UMR CNRS/uB 6282 Biog?osciences 6 Boulevard Gabriel 21000 Dijon, FRANCE +33(0)3.80.39.63.06 ivan.calandra at u-bourgogne.fr http://biogeosciences.u-bourgogne.fr/calandra Le 18/06/12 20:55, Victoria Xiao a ?crit :> Hi all, > > I'm using a Mac port of R on Mac 10.6. I need to install xlsx package but > it does not install. Do any of you know a way to install it? Thanks very > much. > > Sincerely, > Victoria Xiao > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > >