Displaying 20 results from an estimated 500 matches similar to: "Packages for R-CRAN (organizing aspects)"
2014 Dec 04
4
\U with more than 4 digits returns the wrong character
If I type a character using \U syntax that has more than 4 digits, I
get the wrong character. For example,
"\U1d4d0"
should print a mathematical bold script capital A. See
http://www.fileformat.info/info/unicode/char/1d4d0/index.htm
On my machine, it prints the Hangul character corresponding to
"\Ud4d0"
http://www.fileformat.info/info/unicode/char/d4d0/index.htm
It seems
2014 Dec 04
1
\U with more than 4 digits returns the wrong character
Great spot, thanks Mark.
This really ought to appear somewhere in the ?Quotes help page.
Having a warning under Windows might be nicer behaviour than silently
returning the wrong value too.
On 4 December 2014 at 22:24, Mark van der Loo <mark.vanderloo at gmail.com> wrote:
> Richie,
>
> The R language definition [1] says (10.3.1):
>
> \Unnnnnnnn \U{nnnnnnnn}
> (where
2016 Sep 05
2
How to print UTF-8 encoded strings from a C routine to R's output?
Dear R experts,
It seems that Rprintf has to be used to print from a C routine to guarantee
to write to R?s output according to
https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Printing.
However if a string is UTF-8 encoded, non-ASCII characters (e.g., the
infinity symbol http://www.fileformat.info/info/unicode/char/221e/index.htm)
are misprinted.
Is this an unsupported feature or is
2013 Dec 02
2
plus/minus +/- in factor; not plotmath not expression
I want to put the "plus or minus" symbol into a character variable, so that this can be turned into a factor and be displayed in the "strip" of a faceted ggplot2 plot.
A very nice solution, thanks to Professor Ripley's post of Nov 16, 2008; 3:13pm, visible at http://r.789695.n4.nabble.com/Symbols-to-use-in-text-td874239.html and subsequently
2001 Mar 20
1
Ogg for Real
Hi!
Anyone out there that has allready written an Ogg fileformat plug for
RealServers and players?
Regards,
Mark
--
Mark de Bokx - Application Engineer
Cistron Internet Services
P.O. Box 297, NL-2400 AG, Alphen a/d Rijn
06-17948710
"I Refuse To Have A Battle Of Wits With An Unarmed Person."
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage:
2011 Apr 13
1
strategy for writing out file with lines header initiated with comment sign
Dear all,
I have data.frame object in R. I want to export it in tab-delimited
file with several lines of header initiated with comment sign (#). I
do not know how to do that in R. Could you please give helps on this
problem?
Thanks in advance.
Best,
Jian-Feng,
##################################################################
The lines I want to write in the header lines look like, with words
2012 Mar 03
1
GSoC 2012: Backend for Lucene format indexes
Hi All,
I'm Billy, a senior undergraduate student in Peking University. I'm working
in the area of Information Retrieval and Web Mining. When going through the
idea list, I felt quite interested in the "Backend for Lucene format
indexes" project. I have been using java-lucene for about one year, but my
subsequent work prefers C++ codes. This project is very meaningful to
smooth
2003 Jan 27
3
application/ogg is a proposed Internet standard.
The IETF passed the application/ogg MIME type some days ago. I couldn't
bring you the news earlier because of the MS SQL worm that has been
wreaking havoc all over my local networks.
The IETF wants some clarifications in Silivias draft for the Ogg stream
format, but apart from that I think it will also be passed soon.
The RFC and IANA registration of this mimetype will probably be published
2017 Jun 16
2
OPUS/FLAC Metadata
2017-06-16 10:28 GMT-05:00 Jesus Cea <jcea at jcea.es>:
> On 16/06/17 13:18, Marvin Scholz wrote:
>> The source client is supposed to encode the metadata into the stream,
>> not use any endpoint whatsoever to send them, for Ogg and
>> other supported formats. There is nothing confusing about this. The
>> reason this is different for MP3 and AAC is, that it is
2011 Mar 28
0
Draft Application for GSoC 11 - Text extraction libraries - please review
Proposal for Google Summer of Code 2011 (draft)
Appling organisation:Xapian
Name : Nijil.Y
E-mail address: nijil.y at gmail.com
IRC nickname : laserbled
Biography
I am 4thyear Computer Science and Engineering undergraduate student at CUSAT
University from India.I am interested in open source and search engines ,
cluster computing , HPC and AI would be my areas of interest.
* Analytical,
2002 Sep 22
0
CUPS filtering mechanism explained, was: [cups raw mode, was Re: unlink data file in cups_job_submit]
Paul Janzen wrote on Samba digest:
> Message: 7
> To: Gerald Carter <jerry@samba.org>
> Cc: samba@lists.samba.org
> From: Paul Janzen <pcj@samba.sez.to>
> Subject: cups raw mode, was Re: [Samba] unlink data file in cups_job_submit
> Date: 21 Sep 2002 12:09:23 -0700
>
>
> Gerald Carter <jerry@samba.org> writes:
>
> > Looks right to
2003 Jan 11
3
Update on IETF Internet-Drafts
Good day,
FYI, I've just sent the attached email to IETF to progress our I-Ds.
There are also links to updated documents in this email.
Cheers,
Silvia.
-------- Original Message --------
Subject: New I-Ds for Ogg technologies (Vorbis over RTP, Ogg file
format, Mimetypes)
Date: Sun, 12 Jan 2003 01:36:31 +1100
From: Silvia Pfeiffer <Silvia.Pfeiffer@csiro.au>
Organization: CSIRO
To: AVT
2003 Jan 11
3
Update on IETF Internet-Drafts
Good day,
FYI, I've just sent the attached email to IETF to progress our I-Ds.
There are also links to updated documents in this email.
Cheers,
Silvia.
-------- Original Message --------
Subject: New I-Ds for Ogg technologies (Vorbis over RTP, Ogg file
format, Mimetypes)
Date: Sun, 12 Jan 2003 01:36:31 +1100
From: Silvia Pfeiffer <Silvia.Pfeiffer@csiro.au>
Organization: CSIRO
To: AVT
2012 Nov 06
0
[LLVMdev] [PATCH] basic reading reloc visitor for x86_64 ELF
On Mon, Nov 5, 2012 at 5:17 PM, Eric Christopher <echristo at gmail.com> wrote:
> For llvm-dwarfdump we need to handle relocations inside the debug info
> sections in order to successfully dump the dwarf info including strings.
> Nick sent out a partial patch that did this not too long ago and I've taken
> it and gone in a bit of a different direction, but kept the same basic
2014 Dec 04
0
\U with more than 4 digits returns the wrong character
Richie,
The R language definition [1] says (10.3.1):
\Unnnnnnnn \U{nnnnnnnn}
(where multibyte locales are supported and not on Windows, otherwise
an error). Unicode character with given hex code ? sequences of up to
eight hex digits.
Best,
Mark
[1] http://cran.r-project.org/doc/manuals/r-release/R-lang.html
http://www.markvanderloo.eu
2020 Jun 29
0
A warning in gzcon but not in gzfile
Hi all,
I used `gzfile` and `gzcon` to read a compressed file but I found that
`gzcon` gave me a different result than `gzfile`. It seems like the `gzcon`
does not handle the data correctly. I have posted an example below. In the
example, a portion of a compressed file is downloaded from Google Cloud as
a raw vector, and the data is saved into a temp file. If I use ` gzfile` to
read the file, it
2008 Jul 12
2
Quick plotmath question
Hi all,
Worked & looked around for a while on this to no avail. I'm trying to
create a plotmath expression that achieves:
?i >> 0
and while:
expression(Delta*i>0)
comes close, I'd prefer to have the >> (denoting "very much greater
than"). Maybe >> is a non-standard expression and therefore not
supported?
Mike
--
Mike Lawrence
Graduate
2013 Jun 16
3
Backend for Lucene format indexes-How to get doclength
Hi, all:
I have wrote a demo patch for Backend for Lucene format indexes, Lucene
version is 3.6.2.
http://lucene.apache.org/core/3_6_2/fileformats.html
Now, this demo patch just support the basic features in Lucene. Compound
File(.cfs/.cfe)?term vector(.tvx/.tvd/.tvf)
delete document(.del) are not supported, skip list in .fdx is not supported
too
example/quest.cc is used to test this demo.
2009 Jun 15
2
[OT] VBA to save excel as csv
Hi all,
This is a little off-topic, but it is on the general topic of getting
data in R. I'm looking for a excel macro / vba script that will
export all spreadsheets in a directory (with one file per tab) into
csv. Does anyone have anything like this?
Thanks,
Hadley
--
http://had.co.nz/
2012 Jul 23
1
n00b rsyslog.conf question - how to separate local syslog from network appliance syslog?
I have several network appliances, and I want aggregate their syslog
output for later analysis. Eventually I might think about a Splunk
box, but for the interim I'm hoping to just build a CentOS 6 syslog
server and have it aggregate everything on it for quick review.
I installed rsyslog and am looking through the /etc/rsyslog.conf file
for what I configure to (a) listen for syslog input from