Displaying 20 results from an estimated 9000 matches similar to: "R-beta: locale"
1997 Jun 02
2
R-beta: Postscript command fails
We are getting the following error:
> postscript(file="Rplot.ps")
Error in device("postscript", as.character(c(file, paper, family, bg, :
unable to start device postscript
This is R-0.49 under SunOS 4.1.3 and under Linux (kernel 2.0.0).
The command worked fine on R-0.14 under the 2 above operating systems.
Any ideas?
Ina
2003 Nov 11
3
Calendar Time Series
Hello,
Does R have any facilities for calendar time series? I'm working
with a 40 year long, daily time series and I would like to have each
datum associated with a calendar date. I searched the R website and
found several new packages for irregular time series but none for cts.
By the way, I just installed 1.8.0 on Mac OSX and the installation
was effortless! I also very much like
1998 May 06
1
R-beta: R-0.61.3 "Color Allocation Error"
Running R under Solaris 2.5.1 I get "Color allocation error".
the offending line is
lines(x,col="green4",lty="dotted")
from the "graphics" demo
Any suggestions?
The same program runs fine under linux, BTW.
Ina
---------------------
Ina Dau
Computer Administrator - Room 101 - Pearson Building - UCL
email: i.dau at ucl.ac.uk
Phone: +44-171-4193636
snail:
2012 Dec 23
1
[LLVMdev] Missing ExecutionEngine EngineKind::MCJIT ?
Greetings, I have a simple C++ EDSL working using the JIT execution engine.
When I upgraded to LLVM 3.2 (effortless upgrade, awesome stuff!) I thought I
would try taking the MCJIT for a spin after having read that the JIT is
considered to be "legacy".
So the changes I made to my code were:
+ #include <llvm/ExecutionEngine/MCJIT.h>
- #include <llvm/ExecutionEngine/JIT.h>
+
2000 Jul 02
1
minor cosmetic bug
The progress metre in scp(1) breaks when the tty is too wide.
This patch is the effortless fix:
###########################################################################
:; diff -u openssh-2.1.1p2/scp.c openssh-2.1.1p2+jhc/scp.c
--- openssh-2.1.1p2+jhc/scp.c Thu Jun 22 07:32:32 2000
+++ openssh-2.1.1p2/scp.c Sat Jul 1 22:15:36 2000
@@ -1176,8 +1176,9 @@
i = barlength *
2023 Apr 12
1
converting to date object...
That is what I wrote the anytime package for: effortless automatic
parsing. Also works for dates:
> library(anytime)
> anydate("12 APR 2023")
[1] "2023-04-12"
>
Dirk
--
dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
1997 Sep 25
2
R-beta: return()
I have a question on the use of return(). (Nothing on it in the docs I
have)
The test code below gives the error: Error: Object "x" not found
when I do: thingy2().
How should it be fixed? Thanks very much for any help!
(My original solution to this sort of problem was to use global variables
x<<-...
y<<-...)
Bill Simpson
-----------------------------
thingy<-function(k)
2006 Apr 09
1
RadRails question
I do apologize for asking this question here, but it seemed like the
appropriate place:
I keep trying to move from jEdit to RadRails for my ruby/rails
development but there are a few things holding me back. I''m wondering
if anybody could tell me whether these features are truly missing, or
if I''m just missing how to make them work.
Firstly, it doesn''t truly auto
2018 Sep 28
1
having problems with Argon
Hello everyone. I'm close to completing my first build of a mail server
- Postfix, Dovecot, Postgres (I know, sounds like overkill), Rspamd with
Redis and Unbound (please infer a mega lack of experience disclaimer).
The model is standalone internet with remoted sasl-authenticated
clients.
Throughout the process I've been having consistent problems with user
password authentication.
2006 Apr 05
2
latest 4.2 to 4.3 upgrade and distribution by CentOS team
greetings!
it appeared to me that previous upgrades were strained by sheer amount and
size of the update as well as the eagerness of the CentOS userbase to get
upgraded...
this last one, well... it went so smooth that i believe many may have missed
it happening so to speak :-)
initially having been a large Galacticom aka Worldgroup BBS operator
(remember those?) and then an ISP for going on 2
2008 Oct 28
1
The way things used to work...
Hello all,
As I was instructed on #samba IRC channel, I will start new discussion here,
about samba and a way it works.
I might call myself an experienced Linux user, and self thought admin, so
things in Linux are not so new to me, but lacking proper (certified)
education, I still tend to roam around issues with trial&error method.
Regarding samba, it is translated in my attempt to make
2005 Dec 14
3
R-beta: configure problem (tcltk) on 64 bit Red Hat EL
Dear developeRs,
I use Red Hat Enterprise Linux WS release 4 (Nahant Update 2) on an
x86_64 machine (two Intel P4 CPUs with 64 bit support), and
R-beta_2005-12-12_r36712.tar.gz.
If I run configure without any options, it does not list tcltk among
the supported interfaces:
./configure
[...]
R is now configured for x86_64-unknown-linux-gnu
Source directory: .
Installation directory:
2015 Dec 06
4
Listener statistics on a fallback stream
Hello,
I've come across a small problem and I'm not sure it's a bug or a
misconfiguration in icecast, so I thought I'd ask here.
The situation: we have an automated radio station that is fed from a
dedicated virtual machine with SAM broadcaster. I set up a stream with a
fallback mount; SAM connects to the fallback. Now, whenever the DJ wants
to broadcast live all he has to do is
1998 Sep 30
4
R-beta: compiling R-0.62.3 on SuSe Linux
On my RedHat 5.1 machine at the office I am happily using R
installed from Martyn Plummer's RPM's of R-62.3 for RH 5.1
At home I have SuSe Linux 5.3 on my PC and as RH 5.1 is libc6
based and SuSe 5.3 is still libc5 based the RH 5.1 RPM's do
not install and work on SuSe (even though they have a test
version of glibc).
So I downloaded R-0.62.3.tgz from www.ci.tuwien.ac.at/R and
tried
1998 Mar 25
1
R-beta: qpois help
version .62:
---------------------------------------------
> ?qpois
The Poisson Distribution
dpois(x, lambda)
ppois(q, lambda)
qpois(p, lambda)
rpois(n, lambda)
Arguments:
x: vector of (positive) quantiles.
p: vector of probabilities.
n: number of random values to return.
lambda: vector of positive means.
1998 Apr 03
1
R-beta: default paper size
After some paper clipping problems I checked options() and saw that the
default paper size was a4; I need US Letter. So as per instructions I
uncommented the R_PAPERSIZE line in config.site,
R_PAPERSIZE=letter
Restarting R, everything is still the same though. I guess I have to
reinstall?
That seems awkward. Is there a way a prompt ("a4 or letter paper?") can
be inserted in the
1998 Apr 13
1
R-beta: command line editing?
I would love to have bash-like command line editing in R. (Press up cursor
and see previous command line; use left cursor to go back then edit it)
Appendix B in Rnotes describes Splus I guess, not R. Starting R by
R -e
doesn't let any of the following described actions (B.3) work.
I don't use vi or EMACs (I use Nedit), so I would prefer bash-like
interface anyway. (I don't think I
1998 Jan 16
1
R-beta: kill R Graphics window->crash R
I am running R-0.61.1 on linux under X. If I kill the R Graphics window
(click on X box in upper right corner), then subsequently do x11(),
R crashes.
I find that things only work the right way if I close the graphics window
using dev.off().
I was wondering if maybe it could be arranged that closing the graphics
window via click would seem to R to be equivalent to typing dev.off().
BTW thanks
1998 Jul 03
1
R-beta: histogram
Can someone please tell me to make a density histogram?
hist makes one with count or relative frequency on the y-axis.
I want the density, which is (rel freq)/(bin width)
In the help I see:
intensities: values f^(x[i]), as estimated density values.
If `all(diff(breaks) == 1)', they are the relative
frequencies `counts/n' and in general satisfy
1998 Jul 03
1
R-beta: sum of squares and NAs
This surprised me. Is it the way it is supposed to be?
> x<-c(1,2,3,4,5)
> y<-c(1.2,1.3,1.4,1.5,NA)
> x-y
[1] -0.2 0.7 1.6 2.5 NA
> (x-y)^2
[1] 0.04 0.49 2.56 6.25 NaN
>>>so NA^2 = NaN? Why not still NA?
> sum((x-y)^2)
[1] NaN
>>>yes that is reasonable
So if you ever have a data set with missing observations (NAs), you can't
do any nlm() least