search for: localeconv

Displaying 20 results from an estimated 24 matches for "localeconv".

2004 Sep 15
0
RODBC 1.1-1
The first non-maintenance update of RODBC since January 2003 is now on CRAN and will soon propagate to mirrors. From the ChangeLog: * Select the decimal point from Sys.localeconv. * Add an external reference and finalizer so open channels get closed at the end of the session or when there is no R object referring to them. * There is no longer a restriction to 16 channels. * Add NAMESPACE. * odbcConnect{Access,Dbase,Exc...
2004 Oct 19
0
R2HTML version 1.4-3
...39;s wonderful Rpad) - Available options that user may want to change (default for every matrix/DF): R2HTML.sortableDF (FALSE) R2HTML.format.digits (2) R2HTML.format.nsmall (0) R2HTML.format.big.mark ("") R2HTML.format.big.interval (3) R2HTML.format.decimal.mark= (Sys.localeconv()[["decimal_point"]]) - Bug fixed: HTML.table Following modifications contributed by Philippe Grosjean - Now uses NAMESPACE - Renamed .First.lib() into .onLoad() - In RweaveHTMLSetup(), commented if(!require(R2HTML)) stop("R2HTML package is required."). This is no...
2004 Sep 15
0
RODBC 1.1-1
The first non-maintenance update of RODBC since January 2003 is now on CRAN and will soon propagate to mirrors. From the ChangeLog: * Select the decimal point from Sys.localeconv. * Add an external reference and finalizer so open channels get closed at the end of the session or when there is no R object referring to them. * There is no longer a restriction to 16 channels. * Add NAMESPACE. * odbcConnect{Access,Dbase,Exc...
2004 Oct 19
0
R2HTML version 1.4-3
...39;s wonderful Rpad) - Available options that user may want to change (default for every matrix/DF): R2HTML.sortableDF (FALSE) R2HTML.format.digits (2) R2HTML.format.nsmall (0) R2HTML.format.big.mark ("") R2HTML.format.big.interval (3) R2HTML.format.decimal.mark= (Sys.localeconv()[["decimal_point"]]) - Bug fixed: HTML.table Following modifications contributed by Philippe Grosjean - Now uses NAMESPACE - Renamed .First.lib() into .onLoad() - In RweaveHTMLSetup(), commented if(!require(R2HTML)) stop("R2HTML package is required."). This is no...
2008 Jun 27
0
Fwd: Re: Problems when installing RODBC in debian etch
...04:14, Dirk Eddelbuettel va escriure: > > | > On 26 June 2008 at 18:14, griera at gmail.com wrote: > > | > | but, when I tried to load it using library(RODBC) I get the > > | > | following > > | > > | error: > > | > | > library(RODBC) Error in Sys.localeconv()$decimal_point : > > | > | > > | > | $ operator is invalid for atomic vectors > > | > | Error : .onLoad failed in 'loadNamespace' for 'RODBC' > > | > | Error: package/namespace load failed for 'RODBC' > > | > | > > | &gt...
2008 Jun 09
4
DO NOT REPLY [Bug 5529] New: Use commas in displayed numbers
https://bugzilla.samba.org/show_bug.cgi?id=5529 Summary: Use commas in displayed numbers Product: rsync Version: 3.0.2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: Dave@Yost.com QAContact:
2003 Sep 12
7
convert a Character-string to a number
Hi Everyone. I have a simple problem but don't know, how to get along. how can I convert the vector a<-c("0,01","1,00") in a vector b<-c(0.01,1.00) Thank you for suggestions M.Kirschbaum [[alternative HTML version deleted]]
2013 Feb 18
2
mtext unicode failure
Readers, How to solve this unicode input error please? > postscript("~/tmp/test.eps",width=100/25.4,height=100/25.4,horizontal=FALSE,onefile=TRUE,paper="special") > testx<-seq(1:5) > testy<-seq(1:5) > plot(testy~testx) > mtext('text (O?)\n more text',side=3,line=1) Warning messages: 1: In mtext("text (O?)\n more text", side = 3, line =
2004 Sep 17
1
R CMD check does not checks for superfluous documentation (PR#7231)
Hi! Due to package maintenance I have removed some functions but forgot to update the coresponding Rd files. If R CMD check is checking for missing documentation entries why it does not check for documentation entries which tell the user about nonexisting funcitons? In my opinion checking for documentation entries that document non-existing functions is much more important than the other way
2005 Apr 21
1
Fwd: (KAME-snap 9012) racoon in the kame project
FYI, looks like support for Racoon is ending. Does anyone have any experience with the version in ipsec-tools ? ---Mike >Racoon users, > >This is the announcement that the kame project will quit providing >a key management daemon, the racoon, and that "ipsec-tools" will become >the formal team to release the racoon. >The final release of the racoon in the
2004 Dec 07
0
Installation of R-2.0.1 failure
...text html latex list text html latex example list.files text html latex example load text html latex example missing link(s): download.file download.file localeconv text html latex example locales text html latex example logical text html latex lower.tri text html latex example ls text html...
2012 Jul 23
3
CSV format issues
Dear all, I have some encoding problem which I'm not familiar with. Here is the case : I'm read data files which can have been generated from a computer either with global settings in french or in english. Here is an exemple ouf data file : * English output Time,Value 17,-0.0753953 17.05,-6.352454E-02 * French output. Time,Value 32,-7,183246E-02 32,05,3,469364E-02 In the first
2017 Aug 14
3
[PATCH] builder: templates: debian: use single-partition layout
The previously selected 'atomic' recipe resulted in 2GB swap in a 6GB volume. Also, we don't really need the boot partition, so just create a partition using the whole disk space. --- builder/templates/debian.preseed | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/builder/templates/debian.preseed b/builder/templates/debian.preseed index
2017 Jul 07
2
[PATCH v3] v2v: docs: VDSM location of virt-v2v log file.
See this bug for background information: https://bugzilla.redhat.com/show_bug.cgi?id=1350465 Thanks: Tomáš Golembiovský --- v2v/virt-v2v.pod | 38 ++++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod index e68d75cf8..87dba240b 100644 --- a/v2v/virt-v2v.pod +++ b/v2v/virt-v2v.pod @@ -1909,18 +1909,32 @@ that
2017 Aug 12
2
[PATCH] configure: Further split blocks of text in the script output.
Commit 0a94cae15bae7cecb725e78e485708694d347612 added useful headings to parts of the configure script. This refactors the code by adding a common macro (‘HEADING’), and also changes the output so it's clearer at a glance: --- Checking for Haskell --- checking for ghc... (cached) ghc --- Checking for PHP --- checking for php... (cached) php checking for phpize... (cached) phpize
2010 Apr 16
0
Wine release 1.1.43
...dlocale implementation. msvcrt: Move locale string interpretation to MSVCRT_locale_to_LCID. msvcrt: Added multiple locales parsing to _create_locale. msvcrt: Make setlocale working with per thread locales. msvcrt: Use per thread locale in many functions. msvcrt: Change localeconv implementation. msvcrt: Fix locale initialization. Qingchuan Wang (1): amstream: Expose also IMultiMediaStream which is the base interface of IAMMultiMediaStream. Rico Sch?ller (4): d3d10: Fix an ERR message in parse_fx10_body(). d3d10: Move the effect shader input signatu...
2017 Jul 24
6
[PATCH 0/2] daemon: Replace GUESTFSD_EXT_CMD with --print-external-commands.
Replace GUESTFSD_EXT_CMD with a command line option ‘./guestfsd --print-external-commands’
2005 Apr 18
1
R-2.1.0 is released
...racters can be entered in hexadecimal as e.g. \x9c, and in UTF-8 and other multibyte locales as \uxxxx, \u{xxxx}, \Uxxxxxxxx or \U{xxxxxxxx}. Non-printable Unicode characters are displayed C-style as \uxxxx or \Uxxxxxxxx. o LC_MONETARY is set to the locale, which affects the result of Sys.localeconv(), but nothing else in R itself. (It could affect add-on packages.) o source() now has an 'encoding' argument which can be used to make it try out various possible encodings. This is made use of by example() which will convert (non-UTF-8) Latin-1 example files in a UTF-8 locale....
2005 Apr 18
1
R-2.1.0 is released
...racters can be entered in hexadecimal as e.g. \x9c, and in UTF-8 and other multibyte locales as \uxxxx, \u{xxxx}, \Uxxxxxxxx or \U{xxxxxxxx}. Non-printable Unicode characters are displayed C-style as \uxxxx or \Uxxxxxxxx. o LC_MONETARY is set to the locale, which affects the result of Sys.localeconv(), but nothing else in R itself. (It could affect add-on packages.) o source() now has an 'encoding' argument which can be used to make it try out various possible encodings. This is made use of by example() which will convert (non-UTF-8) Latin-1 example files in a UTF-8 locale....
2017 Jul 07
2
[PATCH v2] v2v: docs: VDSM location of virt-v2v log file.
See this bug for background information: https://bugzilla.redhat.com/show_bug.cgi?id=1350465 Thanks: Tomáš Golembiovský --- v2v/virt-v2v.pod | 38 ++++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod index e68d75cf8..0943bf305 100644 --- a/v2v/virt-v2v.pod +++ b/v2v/virt-v2v.pod @@ -1909,18 +1909,32 @@ that