An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120227/0035be5e/attachment.pl>
win zip archive of library(HH) for R2.12.0
7 messages · Vijayan Padmanabhan, R. Michael Weylandt, Uwe Ligges
Old sources are available here: http://cran.r-project.org/src/contrib/Archive/HH/ You'll have to see which ones are compatible Michael On Mon, Feb 27, 2012 at 1:02 AM, Vijayan Padmanabhan
<V.Padmanabhan at itc.in> wrote:
Dear R Group Can any body point me to a link from where I can get zip archive of the package HH for R 2.12.0? Thanks & Regards Vijayan Padmanabhan "What is expressed without proof can be denied without proof" - Euclide. Please visit us at www.itcportal.com ****************************************************************************** This Communication is for the exclusive use of the intended recipient (s) and shall not attach any liability on the originator or ITC Ltd./its Subsidiaries/its Group Companies. If you are the addressee, the contents of this email are intended for your use only and it shall not be forwarded to any third party, without first obtaining written authorisation from the originator or ITC Ltd./its Subsidiaries/its Group Companies. It may contain information which is confidential and legally privileged and the same shall not be used or dealt with by any third party in any manner whatsoever without the specific consent of ITC Ltd./its Subsidiaries/its Group Companies. ? ? ? ?[[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.
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120227/bd4fb21c/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120227/a79905e2/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120227/41cfceff/attachment.pl>
I wonder why nobopdy suggested to run
install.packages("HH")
since the binary is in the 2.12 repository on CRAN:
CRAN-mirror/bin/windows/contrib/2.12/
Uwe Ligges
On 27.02.2012 07:30, Vijayan Padmanabhan wrote:
Dear Michael
I found an alternate way that was useful at least in this case.
Trust someone would benefit from a similar approach in the RGroup when
they face a similar problem as mine by following this approach.
I saved the tar.gz file of package HH, corresponding to the R version of
mine in a local drive path and ran the following command at R Prompt..
It works!
install.packages("H:/RPackages/HH_2.1-32.tar.gz", repos = NULL,
type="source")
Thanks
Regards
Vijayan Padmanabhan
"What is expressed without proof can be denied without proof" - Euclide.
"R. Michael Weylandt"<michael.weylandt at gmail.com>
02/27/2012 11:46 AM
To
Vijayan Padmanabhan<V.Padmanabhan at itc.in>
cc
r-help at r-project.org
Subject
Re: [R] win zip archive of library(HH) for R2.12.0
I believe you'll have to build it yourself from the sources (in the
tarball) - or perhaps find some kind soul who's willing to - the official
repositories don't support a version that's about to be 18months out of
date.
Michael
On Mon, Feb 27, 2012 at 1:12 AM, Vijayan Padmanabhan<V.Padmanabhan at itc.in
wrote:
Dear Michael I checked this link.. the archives shown here are all tar.gz versions. I am looking for a zip archive, to install on my windows XP installation of R 2.12.0. pl help if you have the link to windows archives. Thanks Regards Vijayan Padmanabhan "What is expressed without proof can be denied without proof" - Euclide. "R. Michael Weylandt"<michael.weylandt at gmail.com> 02/27/2012 11:38 AM To Vijayan Padmanabhan<V.Padmanabhan at itc.in> cc r-help at r-project.org Subject Re: [R] win zip archive of library(HH) for R2.12.0 Old sources are available here: http://cran.r-project.org/src/contrib/Archive/HH/ You'll have to see which ones are compatible Michael On Mon, Feb 27, 2012 at 1:02 AM, Vijayan Padmanabhan <V.Padmanabhan at itc.in> wrote:
Dear R Group Can any body point me to a link from where I can get zip archive of the package HH for R 2.12.0? Thanks& Regards Vijayan Padmanabhan "What is expressed without proof can be denied without proof" - Euclide. Please visit us at www.itcportal.com
******************************************************************************
This Communication is for the exclusive use of the intended recipient
(s) and shall
not attach any liability on the originator or ITC Ltd./its
Subsidiaries/its Group
Companies. If you are the addressee, the contents of this email are
intended for your use only and it shall not be forwarded to any third party, without first obtaining written authorisation from the originator or ITC Ltd./its Subsidiaries/its Group Companies. It may contain information which is confidential and legally privileged and the same shall not be used or dealt with by any third party in any manner whatsoever without the specific consent of ITC Ltd./its Subsidiaries/its Group Companies.
[[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. Please visit us at www.itcportal.com ****************************************************************************** This Communication is for the exclusive use of the intended recipient (s) and shall not attach any liability on the originator or ITC Ltd./its Subsidiaries/its Group Companies. If you are the addressee, the contents of this email are intended for your use only and it shall not be forwarded to any third party, without first obtaining written authorisation from the originator or ITC Ltd./its Subsidiaries/its Group Companies. It may contain information which is confidential and legally privileged and the same shall not be used or dealt with by any third party in any manner whatsoever without the specific consent of ITC Ltd./its Subsidiaries/its Group Companies. Please visit us at www.itcportal.com ****************************************************************************** This Communication is for the exclusive use of the intended recipient (s) and shall not attach any liability on the originator or ITC Ltd./its Subsidiaries/its Group Companies. If you are the addressee, the contents of this email are intended for your use only and it shall not be forwarded to any third party, without first obtaining written authorisation from the originator or ITC Ltd./its Subsidiaries/its Group Companies. It may contain information which is confidential and legally privileged and the same shall not be used or dealt with by any third party in any manner whatsoever without the specific consent of ITC Ltd./its Subsidiaries/its Group Companies. [[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.
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120227/d3c3fc04/attachment.pl>