Rgraphviz on CRAN ??
2
0
Entering edit mode
@sren-hjsgaard-1792
Last seen 9.6 years ago
Dear list, About 3-4 months ago, Rgraphviz appeared on CRAN but it is not there any longer. Does anyone know if it will appear on CRAN again within a forseable future (or is it safer to modify packages so that they do not require Rgraphviz)? Regards S?ren
Rgraphviz Rgraphviz • 1.1k views
ADD COMMENT
0
Entering edit mode
rgentleman ★ 5.5k
@rgentleman-7725
Last seen 9.0 years ago
United States
Hi, It is there for me, perhaps the mirror you are using is not up to date? http://cran.fhcrc.org/web/packages/Rgraphviz/index.html I have cc'd Kurt, as I believe he has a mechanism to pull it across. Uwe seems not to be building windows binaries, and the path is somewhat tortuous, but perhaps Kurt can be convinced to take ours. And even so, there is no real difference between the CRAN and the Bioconductor repositories, so I don't know why you would want not to rely on it (unless you really don't want to use it - then you should not use it), or even why you want it dual hosted. Robert S?ren H?jsgaard wrote: > Dear list, > > About 3-4 months ago, Rgraphviz appeared on CRAN but it is not there any longer. Does anyone know if it will appear on CRAN again within a forseable future (or is it safer to modify packages so that they do not require Rgraphviz)? > > Regards > S?ren > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor > -- Robert Gentleman, PhD Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M2-B876 PO Box 19024 Seattle, Washington 98109-1024 206-667-7700 rgentlem at fhcrc.org
ADD COMMENT
0
Entering edit mode
>>>>> Robert Gentleman writes: > Hi, > It is there for me, perhaps the mirror you are using is not up to > date? http://cran.fhcrc.org/web/packages/Rgraphviz/index.html > I have cc'd Kurt, as I believe he has a mechanism to pull it across. > Uwe seems not to be building windows binaries, and the path is > somewhat tortuous, but perhaps Kurt can be convinced to take ours. > And even so, there is no real difference between the CRAN and the > Bioconductor repositories, so I don't know why you would want not to > rely on it (unless you really don't want to use it - then you should > not use it), or even why you want it dual hosted. Seems Soren is looking for a Windows binary, which indeed is not there (see http://cran.r-project.org/web/packages/Rgraphviz/index.html), with explanation: Package Rgraphviz is also hosted on BioC and does not pass the checks on CRAN. Please see its BioC version. To simplify matters, should we stop dual hosting? Best -k > Robert > S?ren H?jsgaard wrote: >> Dear list, >> >> About 3-4 months ago, Rgraphviz appeared on CRAN but it is not there any longer. Does anyone know if it will appear on CRAN again within a forseable future (or is it safer to modify packages so that they do not require Rgraphviz)? >> >> Regards >> S?ren >> >> _______________________________________________ >> Bioconductor mailing list >> Bioconductor at stat.math.ethz.ch >> https://stat.ethz.ch/mailman/listinfo/bioconductor >> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor >> > -- > Robert Gentleman, PhD > Program in Computational Biology > Division of Public Health Sciences > Fred Hutchinson Cancer Research Center > 1100 Fairview Ave. N, M2-B876 > PO Box 19024 > Seattle, Washington 98109-1024 > 206-667-7700 > rgentlem at fhcrc.org
ADD REPLY
0
Entering edit mode
@sren-hjsgaard-1792
Last seen 9.6 years ago
If Rgraphviz can not be on CRAN for all standard platforms then I would say that dual hosting makes only little sense. But - it is a pitty that the Windows binary does not pass the checks (on windows) because if Rgraphviz was on CRAN then things would be easier (in terms of building packages which depend on that package). Cheers S?ren ________________________________ Fra: Kurt Hornik [mailto:Kurt.Hornik at wu-wien.ac.at] Sendt: l? 05-07-2008 19:03 Til: Robert Gentleman Cc: S?ren H?jsgaard; bioconductor at stat.math.ethz.ch; Kurt Hornik Emne: Re: [BioC] Rgraphviz on CRAN ?? >>>>> Robert Gentleman writes: > Hi, > It is there for me, perhaps the mirror you are using is not up to > date? http://cran.fhcrc.org/web/packages/Rgraphviz/index.html > I have cc'd Kurt, as I believe he has a mechanism to pull it across. > Uwe seems not to be building windows binaries, and the path is > somewhat tortuous, but perhaps Kurt can be convinced to take ours. > And even so, there is no real difference between the CRAN and the > Bioconductor repositories, so I don't know why you would want not to > rely on it (unless you really don't want to use it - then you should > not use it), or even why you want it dual hosted. Seems Soren is looking for a Windows binary, which indeed is not there (see http://cran.r-project.org/web/packages/Rgraphviz/index.html), with explanation: Package Rgraphviz is also hosted on BioC and does not pass the checks on CRAN. Please see its BioC version. To simplify matters, should we stop dual hosting? Best -k > Robert > S?ren H?jsgaard wrote: >> Dear list, >> >> About 3-4 months ago, Rgraphviz appeared on CRAN but it is not there any longer. Does anyone know if it will appear on CRAN again within a forseable future (or is it safer to modify packages so that they do not require Rgraphviz)? >> >> Regards >> S?ren >> >> _______________________________________________ >> Bioconductor mailing list >> Bioconductor at stat.math.ethz.ch >> https://stat.ethz.ch/mailman/listinfo/bioconductor >> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor >> > -- > Robert Gentleman, PhD > Program in Computational Biology > Division of Public Health Sciences > Fred Hutchinson Cancer Research Center > 1100 Fairview Ave. N, M2-B876 > PO Box 19024 > Seattle, Washington 98109-1024 > 206-667-7700 > rgentlem at fhcrc.org
ADD COMMENT
0
Entering edit mode
These days a Windows user needs to install Graphviz independently before they can use Rgraphviz. This is not how it used to be, but it means that these days a user has to take additional non-R steps to get Rgraphviz to work. Kasper On Jul 5, 2008, at 10:19 AM, S?ren H?jsgaard wrote: > If Rgraphviz can not be on CRAN for all standard platforms then I > would say that dual hosting makes only little sense. > > But - it is a pitty that the Windows binary does not pass the checks > (on windows) because if Rgraphviz was on CRAN then things would be > easier (in terms of building packages which depend on that package). > > Cheers > S?ren > > ________________________________ > > Fra: Kurt Hornik [mailto:Kurt.Hornik at wu-wien.ac.at] > Sendt: l? 05-07-2008 19:03 > Til: Robert Gentleman > Cc: S?ren H?jsgaard; bioconductor at stat.math.ethz.ch; Kurt Hornik > Emne: Re: [BioC] Rgraphviz on CRAN ?? > > > >>>>>> Robert Gentleman writes: > >> Hi, > >> It is there for me, perhaps the mirror you are using is not up to >> date? http://cran.fhcrc.org/web/packages/Rgraphviz/index.html > >> I have cc'd Kurt, as I believe he has a mechanism to pull it across. >> Uwe seems not to be building windows binaries, and the path is >> somewhat tortuous, but perhaps Kurt can be convinced to take ours. > >> And even so, there is no real difference between the CRAN and the >> Bioconductor repositories, so I don't know why you would want not to >> rely on it (unless you really don't want to use it - then you should >> not use it), or even why you want it dual hosted. > > Seems Soren is looking for a Windows binary, which indeed is not there > (see http://cran.r-project.org/web/packages/Rgraphviz/index.html), > with > explanation: > > Package > Rgraphviz > is also hosted on BioC and does not pass the checks on CRAN. > Please see its BioC version. > > To simplify matters, should we stop dual hosting? > > Best > -k > >> Robert > > > >> S?ren H?jsgaard wrote: >>> Dear list, >>> >>> About 3-4 months ago, Rgraphviz appeared on CRAN but it is not >>> there any longer. Does anyone know if it will appear on CRAN again >>> within a forseable future (or is it safer to modify packages so >>> that they do not require Rgraphviz)? >>> >>> Regards >>> S?ren >>> >>> _______________________________________________ >>> Bioconductor mailing list >>> Bioconductor at stat.math.ethz.ch >>> https://stat.ethz.ch/mailman/listinfo/bioconductor >>> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor >>> > >> -- >> Robert Gentleman, PhD >> Program in Computational Biology >> Division of Public Health Sciences >> Fred Hutchinson Cancer Research Center >> 1100 Fairview Ave. N, M2-B876 >> PO Box 19024 >> Seattle, Washington 98109-1024 >> 206-667-7700 >> rgentlem at fhcrc.org > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
ADD REPLY
0
Entering edit mode
>>>>> S?ren H?jsgaard writes: > If Rgraphviz can not be on CRAN for all standard platforms then I > would say that dual hosting makes only little sense. > But - it is a pitty that the Windows binary does not pass the checks > (on windows) because if Rgraphviz was on CRAN then things would be > easier (in terms of building packages which depend on that package). We've heard this before, but then Robert and I keep wondering: why does having something on CRAN make things easier? It does not really matter which repository a package comes from afaic ... Best, -k > Cheers > S?ren > ________________________________ > Fra: Kurt Hornik [mailto:Kurt.Hornik at wu-wien.ac.at] > Sendt: l? 05-07-2008 19:03 > Til: Robert Gentleman > Cc: S?ren H?jsgaard; bioconductor at stat.math.ethz.ch; Kurt Hornik > Emne: Re: [BioC] Rgraphviz on CRAN ?? >>>>> Robert Gentleman writes: >> Hi, >> It is there for me, perhaps the mirror you are using is not up to >> date? http://cran.fhcrc.org/web/packages/Rgraphviz/index.html >> I have cc'd Kurt, as I believe he has a mechanism to pull it across. >> Uwe seems not to be building windows binaries, and the path is >> somewhat tortuous, but perhaps Kurt can be convinced to take ours. >> And even so, there is no real difference between the CRAN and the >> Bioconductor repositories, so I don't know why you would want not to >> rely on it (unless you really don't want to use it - then you should >> not use it), or even why you want it dual hosted. > Seems Soren is looking for a Windows binary, which indeed is not there > (see http://cran.r-project.org/web/packages/Rgraphviz/index.html), with > explanation: > Package > Rgraphviz > is also hosted on BioC and does not pass the checks on CRAN. > Please see its BioC version. > To simplify matters, should we stop dual hosting? > Best > -k >> Robert >> S?ren H?jsgaard wrote: >>> Dear list, >>> >>> About 3-4 months ago, Rgraphviz appeared on CRAN but it is not there any longer. Does anyone know if it will appear on CRAN again within a forseable future (or is it safer to modify packages so that they do not require Rgraphviz)? >>> >>> Regards >>> S?ren >>> >>> _______________________________________________ >>> Bioconductor mailing list >>> Bioconductor at stat.math.ethz.ch >>> https://stat.ethz.ch/mailman/listinfo/bioconductor >>> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor >>> >> -- >> Robert Gentleman, PhD >> Program in Computational Biology >> Division of Public Health Sciences >> Fred Hutchinson Cancer Research Center >> 1100 Fairview Ave. N, M2-B876 >> PO Box 19024 >> Seattle, Washington 98109-1024 >> 206-667-7700 >> rgentlem at fhcrc.org
ADD REPLY

Login before adding your answer.

Traffic: 665 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6