Displaying 20 results from an estimated 3000 matches similar to: "AW: Problem with German special characters"
2004 Sep 23
1
How to improve the quality of curve/line plots?
Dear list,
I'm using the windows version of R. When plotting a curve or a line for time series with annual data , e. g. GDP growth 1991-2003, the line seems to exist of a lot of smaller lines. Printing the results the curves and lines seems to be "unclean" (because of using small resolution bitmaps?). Comparing the result of R with the same results of Excel the lines in excel seems
2004 Oct 14
3
Filling polygons with points
Dear list,
are there any possibilities to fill a polygon with a point pattern or with a symbol pattern like '+' oder '-' instead of shading lines?
Thanks in advance
Dr. Michael Wolf
Bezirksregierung M??nster
Dezernat 61
Domplatz 1-3 48161 M??nster
Tel.: ++ 49 (02 51) / 4 11 - 17 95
Fax.: ++ 49 (02 51) / 4 11 - 8 17 95
E-Mail: michael.wolf at bezreg-muenster.nrw.de
2002 Mar 19
0
RODC-Connection to more than one file
Hallo everyone!
Has anyone an idee to get out data of more than one Excel-file via RODBC
with one single sqlQuery-command? The RODBC-manual shows how the sql command
shoot run, but every time I try, I got an error, that the ODBC-connection to
one of the files was not successful. If I make a sqlQuery for only one file
(e. g. in DatAllg.XLS without variables from DatBev.XLS / b. ...), the
2004 Sep 24
5
AW: How to improve the quality of curve/line plots?
Thanks for the tip using a smoothing technique before plotiing in order to get a curve instead of a line connecting the observations.
But that's not the solution for my main problem with the "unclean" line plot. In order to show my problem let's take this simple example:
> xval <- c(1, 2, 3, 4, 5, 6, 7, 8)
> yval <- c(10, 30, 40, 50, 70, 90, 100, 110)
> plot
2006 Apr 25
1
Questions to RDCOMClient
Dear list members,
I'm using R in connection with the RDCOMClient and Excel. The more I use the
package, the more I'm fascinated of it. The possibilities of R can be
brought together with the necessities of outputing my socio-economical
research results in MS Office!
But I have some special questions concering the use of RDCOMClient and
perhaps you can help me solving them:
1. Problems
2007 Mar 01
2
Struggle with Postfix/Dovecot-auth and SASL
Hi List,
I just updated an old sendmail installation to a modern postfix/dovecot system with mysql backend. Everything works fine but SMTP-AUTH fails with some clients.
The problem is, that with PLAIN (old) clients send the base64 coded form: USERNAME\0USERNAME\0PASSWORD which, as i understand dovecot interprets as MASTERUSER\0USERNAME\PASSWORD. New clients send \0USERNAME\0PASSWORD which works
2016 Jun 09
1
cumsum method in Math group
When running
a = runif(10)
class(a) = "foo"
Math.foo = function(x, ...) {
NextMethod(.Generic)
}
signif(a, 3)
cumsum(a)
I don't understand why cumsum strips the class, but signif does not.
Both claim in the documentation that "These are generic functions:
methods can be defined for them individually or via the ?Math? group
generic."
--
Edzer Pebesma
Institute for
2018 Feb 20
3
Is there socksify script for dynamics forwardings to unix domain sockets?
Hi!
I noticed that `ssh -D /tmp/socket $myhost` will actually provide a socks
server listing on the unix domain socket /tmp/socket (this does not appear to
be documented, though it is semi-documented for -L and -R).
Do you know of any "socksification" script to go along with it, in the spirit
of tsocks of socksify (from dante)? Those do not seem to support socks
servers running on
2019 Feb 11
2
smtp_address_cmp does not ignore case of localpart
Hi,
in src/lib-smtp/smtp-address.c line 759 the localpart is compared with
null_strcmp, which does not ignore the case. While this is the correct
behavior (according to the RFC) it causes problems in real life.
In my case the vacation notices are not sent, if someone writes to
First.Last at ruhr-uni-bochum.de because :addresses contains (only)
first.last at ruhr-uni-bochum.de.
Regards,
2011 Sep 14
1
S4 method dispatch
List,
In order to get rid of some old, unreadable S3 code in package sp, I'm
trying to rewrite things using S4 methods. Somewhere I fail, and I
cannot sort out why. In order to isolate the problem, I created two
functions, doNothing<- and dosth, and both should do nothing. The issue
is that in most cases they do nothing, but in some cases dosth(obj)
changes the class of obj and breaks with
2009 Apr 02
0
Plots of envfit (vegan) - placing of vector labels
Dear R folks
While preparing figures of 'envfit' plots with vegan for publication, I
ran into a layout problem, that I found no solution for in the
literature or the help archive:
The labels of the vectors that indicate correlations of environental
variables sometimes overlap with each other or with other content of the
figure. Hence, I would like to rearrange them.
Is there a
2013 May 01
0
Likelihood ratio test for comparing non-nested cox models
Dear All,
I fitted two non-nested proportional hazards models using the coxph()
function from package survival. Now, I would like to apply a model
selection test like, e.g., the likelihood ratio test proposed by Vuong.
I found an implementation of Vuong's test in the package 'pscl', but
that does not work for cox models.
Is there any package available that provides an
2011 Nov 14
0
R Development Center(s)
A while ago our institute was approached by a large company, say XXX,
who asked whether we would like to become an Xxx development center, as
we are active in the same area. After some negotation we did, believing
there will be mutual benefits.
Some time later, after putting up the Xxx development center logo on
the institute home page, my feeling grew that we are also, and probably
to a larger
2012 Jan 18
1
how to check all CRAN dependencies for my package, before submitting
Suppose I'm author of a package on which quite a few other packages
depend. When I submit to CRAN, I run R CMD check on it, Kurt does that
too, and if things work out fine, it is accepted. When one or more of
the packages that depend on it break because of my changes, however,
hell breaks loose.
I would like to extend my testing (currently: R CMD check pkg) to
running R CMD check on all
2015 Aug 04
1
Dovecot/Pigeonhole Issue (UTC modtime instead of localtime)
Hello ML, Hello Stephan,
> Hmm. Probably, the timezone configuration (i.e. the contents of TZ
> timezone environment variable) somehow doesn't reach the final stages
> of e-mail delivery.
Well. I tried several ways of telling the lda or whatever is setting up
the INTERNALDATE to use the CEST +0200.
Although it is already setup on the server via a symlink
from /etc/localtime to
2018 Feb 21
4
Is there socksify script for dynamics forwardings to unix domain sockets?
Am Di, 20. Feb 2018, 23:13:16 -0800 schrieb Dan Kaminsky:
> Date: Tue, 20 Feb 2018 23:13:16 -0800
> From: Dan Kaminsky <dan at doxpara.com>
> To: J? Fahlke <jorrit at jorrit.de>
> Cc: openssh-unix-dev at mindrot.org
> Subject: Re: Is there socksify script for dynamics forwardings to unix
> domain sockets?
>
> Whoa. That's pretty cool.
>
>
2010 Jul 22
0
TemplateError while rendering german special characters
Hi
I am using following versions of Ruby and Rails on arch linux
[hardik@sunshine: kandibank ]$ ruby --version
ruby 1.9.1p429 (2010-07-02 revision 28523) [x86_64-linux]
[hardik@sunshine: kandibank ]$ rails --version
Rails 2.3.8
I am using the sqllite database in development mode.
I can store a string having German special characters (umlauts) without
a problem i.e. Müller.
But when Rails
2010 Apr 15
1
Problem with ONE of the Special German Characters
Dear List,
I have data which contain the special German characters "ä", "ö", "ü" etc. After reading the
text files into R those characters are displayed strangely, e. g. "ä" is "ä". The first step is to
replace those with their typical transcription, e. g. "ä" becomes "ae" by using the gsub
command.
Until I upgraded to
2009 Jun 27
1
Creating Excel-Charts via RDCOMClient
Hi R-users!
I'm trying to create an easy Excel chart using the package RDCOMClient. The
following example is working fine:
#-------------------------------------------------------------------
library(RDCOMClient)
xlLocationAsObject <-2
xlXYScatterSmoothNoMarkers <- 73
ex <- COMCreate("Excel.Application")
wb <- ex[["Workbooks"]]$Add()
sh <-
2018 Mar 17
1
Hash Sum mismatch @ uni-muenster mirror
Hello everybody,
for serveral hours we had "Had Sum mismatch" errors for the following
packages from the mirror of U of M?nster -- r-project works fine as a
temp. fallback:
r-cran-cluster 2.0.6-2~stretchcran.0
r-cran-foreign 0.8.69-1~stretchcran.0
r-cran-kernsmooth 2.23-15-3~stretchcran.0
r-cran-class 7.3-14-2~stretchcran.0
r-cran-nnet 7.3-12-2~stretchcran.0
r-cran-spatial