Displaying 3 results from an estimated 3 matches for "20next".
Did you mean:
20ext
2011 Oct 22
3
Sweave, cairo_pdf, CJK, ghostscript
I have had some fun in the last few days trying to put together an annotated map of China with R and some public GIS data:
http://sourceforge.net/projects/outmodedbonsai/files/snpMatrix%20next/1.17.7.11/China_Choropleth_Maps.pdf/download
It is done, and rather nice... there are a few issues:
- the default pdf() device cannot do CJK with embedded fonts - and cairo_pdf() is not hooked up to Sweave yet. I have had a quick look, and it does not look too complicated, other than the fact tha...
2011 Aug 04
0
R check mis-identifying Illumina data file format as executable and other thoughts.
...rg/bugzilla3/show_bug.cgi?id=14645)
Illumina's cluster definition files (*.egt) are one of the proprietary and
undocumented file formats used by their GenomeStudio line of products for
genomic studies.
snpMatrix 1.17.0.7 onwards
(http://sourceforge.net/projects/outmodedbonsai/files/snpMatrix%20next/)
contains codes for reading that file format, as well as two example files of such type generated from public data, and also a vignette demonstrating their usefulness and relevance to genomic studies.
R svn check (the upcoming 2.14) mis-identifies those bundled files as undeclared binary executab...
2011 Oct 22
0
patch to add cairo support to Sweave (Re: Sweave, cairo_pdf, CJK, ghostscript)
....1?
--- On Sat, 22/10/11, Hin-Tak Leung <htl10 at users.sourceforge.net> wrote:
> I have had some fun in the last few
> days trying to put together an annotated map of China with R
> and some public GIS data:
>
> http://sourceforge.net/projects/outmodedbonsai/files/snpMatrix%20next/1.17.7.11/China_Choropleth_Maps.pdf/download
>
> It is done, and rather nice... there are a few issues:
>
> - the default pdf() device cannot do CJK with embedded
> fonts - and cairo_pdf() is not hooked up to Sweave yet. I
> have had a quick look, and it does not look too compli...