Displaying 20 results from an estimated 4000 matches similar to: "using non-ASCII strings in R packages"
2008 Jan 22
1
deparse, substitute and S4 generics
Hello everyone,
I encountered the following confusing behavior of 'deparse' and
'substitute' while programming with S4 classes (see example below). It
seems like the presence of '...' argument in the definition of the
generic generates the problem. I have no clue why, can anyone explain
that to me? Are there any "workarounds"?
Thanks a lot for your time!
2008 Feb 08
2
question_encoding
Hallo,
I would like to ask you, for one question. When I export graph to .pdf
and I need some czech font, I use a parameter encoding="ISOLatin2.enc"
for these special fonts. But exported text is bad. I try ISOLatin1 and
MacRoman, but it is some one. I don't know, what Iam doing bad, because
in quartz is the graph ok. Sorry....I forget....I have a Mac with
Leopard and R ver. 2.6.1.
2002 Mar 15
1
Non-english fonts in plots
Hello to all
I've got a question concerning use of fonts while making plots in R. I
wanted to know if it is possible for me to use polish letters in functions
like text() title() etc. Looked up characters, which can be obtained via
Hershey(), but there are none of them.
I made plots using postscript(), pdf() or png() device to export them to
MSWord or LaTeX.
Windows ANSI CE #dec codes of
2007 Jul 25
2
initalizing and checking validity of S4 classes
Dear useRs and wizaRds,
I am currently developing a set of functions using S4 classes. On the way I encountered the problem exemplified with the code below. For some reason the 'validity' method does not seem to work, i.e. does not check for errors in the specification of the slots of the defined class. Any hints?
My understanding of the whole S4 system was that validity checks are made
2006 Jun 23
2
problem with hist() for 'times' objects from 'chron' package
Hello dear useRs and wizaRds,
I encountered the following problem using the hist() method for the
'times' classes
from package 'chron'. You should be able to recreate it using the code:
library(chron)
# pasted from chron help file (?chron)
dts <- dates(c("02/27/92", "02/27/92", "01/14/92", "02/28/92",
"02/01/92"))
class(dts)
2009 Aug 27
1
set pdf.options() encoding to UTF-8
Dear all
Can anyone point to a list of valid pdf.options() encodings? I checked
?pdf and ?postscript, but they do not quite answer my questions. I
would like to try UTF-8 instead of the default "ISOLatin1.enc" for
Sweave plots (I have issues with Greek characters in labels).
Thank you
Liviu
--
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
Do you know how to write?
2005 Aug 30
1
Font Encodings --- some work, some don't
Dear R wizards: I believe some more font encoding info. some of the
font encodings work, others do not: IsoLatin1, MacRoman, WinAnsi, and
PDFDoc seem fine. AdobeStd, AdobeSym, ISOLatin2, ISOLatin9, and
TeXtext seem broken, in that the resulting output file is silently
corrupt. The font encoding error does not appear in the postscript
device driver, and it works fine. It would be nice if
2009 May 18
1
S4 method dispatch and namespaces: why is default method selected
Hi,
I ran into the following peculiarity involving S4 method dispatch and
namespaces.
I develop a package which have a namespace and which depends on 'pixmap'
package, which itself does not have a namespace.
Now, in my package I have a class which has a slot for objects from
class "pixmap" and I
want to have a "plot" method for this new class. Not to clutter the
2007 Nov 19
2
ASCII character set and hyphen
Hi all!
To add to my previous posting
I want to give some more deatils give a more precise
I want to print a hyphen to a pdf() or postscript() device.
As the documentaion of postscript says
ASCII Character 45("-") is mapped to a minus sign (ASCII Character
95) by default.
The advice given is to use "\173" for a hyphen.
But, the following code produces a curly brace
instead
2011 Feb 12
8
CentOS 64 bit php 5.2 huge problem
Hello,
i am getting the following error in CentOS 64 bit with php 5.2
I cant get mysql functionality running and the ioncube loader
Please help, i am very desperate
Here is my output:
[root at host ~]# php -v
Failed loading /usr/local/ioncube/ioncube_loader_lin_5.1.so:
/usr/local/ioncube/ioncube_loader_lin_5.1.so: undefined symbol:
zend_unmangle_property_name_ex
PHP Warning: PHP
2019 Feb 26
0
gpo not applied a boot computer
On Tue, 26 Feb 2019 16:37:39 +0100
David Jehin <bedou210977 at gmail.com> wrote:
> THANK YOU FOR YOUR REPLY
>
> THE RESULT :
> KVNO Principal
> ----
> --------------------------------------------------------------------------
> 1 HOST/samba4 at FSS.LAN (des-cbc-crc)
> 1 HOST/samba4.fss.lan at FSS.LAN (des-cbc-crc)
> 1 SAMBA4$@FSS.LAN (des-cbc-crc)
>
2019 Feb 26
2
gpo not applied a boot computer
compiled samba version : 4.8.5 and my distribution is: debian stretch 9.6
I said that when I join the domain, restarting the machine takes the GPO,
the other restart does not take the gpo computer.
Thanks for your help
Le mar. 26 févr. 2019 à 17:11, Rowland Penny via samba <
samba at lists.samba.org> a écrit :
> On Tue, 26 Feb 2019 16:37:39 +0100
> David Jehin <bedou210977 at
2019 Feb 26
2
gpo not applied a boot computer
THANK YOU FOR YOUR REPLY
THE RESULT :
KVNO Principal
----
--------------------------------------------------------------------------
1 HOST/samba4 at FSS.LAN (des-cbc-crc)
1 HOST/samba4.fss.lan at FSS.LAN (des-cbc-crc)
1 SAMBA4$@FSS.LAN (des-cbc-crc)
1 HOST/samba4 at FSS.LAN (des-cbc-md5)
1 HOST/samba4.fss.lan at FSS.LAN (des-cbc-md5)
1 SAMBA4$@FSS.LAN (des-cbc-md5)
1
2012 Sep 14
1
Printing localized pdf file from Sweave snippets
Hello!
I am struggling for quite some time with proper printing of local
characters in pdf plot, via Sweave snippets in Rnw file.
When I am working directly within R, all is fine and I can get local
character properly, like:
pdf('figs/fig-relativeEntropy0.pdf', h=6, w=6, encoding='CP1250')
matplot(par[, c(3)], type='b', ylim=c(0,0.5), xaxt='n', pch=c(21),
2007 Apr 21
0
possible bug in xYplot and smean.cl.normal
I'm using R (2.4.1) and Hmisc (3.3-1), and I'd like to plot confidence
intervals using xYplot and smean.cl.normal (or smean.cl.boot) from Hmisc.
You can do that using the summarize() to produce a new data.frame and then
plot with xYplot, or by specifying method=smean.cl.normal in the xYplot.
Both produce very similar graphs in all trivial examples I've tried, but not
in the attached
2011 Jul 11
1
Sweave in R 2.13.1 doesn't support cp1250 encoding
I upgraded R on windows xp from 2.12.2 to 2.13.1 and now I can not process Rnw
files with windows cp1250 encoding. Sweave complains:
file.Rnw declares an encoding that Sweave does not know about
What can I do beside downgrade R? When will Sweave support more encodings?
Has anybody found a solution?
Regards,
Tomaz
2020 Nov 01
0
4.13.1 make test failed
Hello
I try today to install samba 4.13.1
?
./configure run without error
Make run without error
Make Check Failed
Debian 10.6
Also all required Packages are installed
--
# cat summary
= Failed tests =
== samba4.blackbox.demote-saveddb ==
command: PYTHON=python3
/usr/src/samba-4.13.1/testprogs/blackbox/demote-saveddb.sh
$PREFIX_ABS/demote
2002 Nov 15
1
analysing data with case weights: rejoinder
Hello,
Based on replies (which I'm gratefull for) I guess the only solution
is to create a package, that will contain function to build
lm()-like linear models, and allow weighting cases (as I described
two days ago).
This would also alow buliding those models for data in aggregated
form without a need for using e.g. expand$grid().
Thank you again for replies.
2001 Aug 27
1
foreign characters in R plots
Hi,
I am sorry to bother you with such a (presumably) simple question, but I
have spent a couple of hours browsing the net and R documentation and came
up with no answer to it. My problem is that I need to use Latin2 (ISO8859-2)
characters in my plots. Adding an encoding="..." parameter to the postscript
function does not solve the problem, as the characters still don't show up.
2002 Oct 02
4
T-Distribution
Dear sir,
I would ask if there are in R some code to generate a random sample
from a mvariate student distribution like that one wich generate the
multivariate normal one i mean( rmvnorm(n, mu, sigma)
Second question : if R can plot density 3Dcurve I don't mean de
histogram but de hole density function(normal for example).
I use a windows version of The R software
Thank you in advance
wiyh