Displaying 20 results from an estimated 5000 matches similar to: "How to get started"
2004 Aug 12
2
MagiC PC installer doesn't like wine
I've wine installed as part of SuSE Linux 9.1 Pro and it works fine for several windows prgs.
I try to install the Atari emulator Magic PC (because it is better than STonX).
Wine starts the installer of MagiC, Setup.exe, which gives the message "can't open ...
Setup.ex_".
Setup.exe works under win98 but under wine it looks for itself with the wrong extension .ex_
MagiC PC test
2005 Jan 10
1
Invisible plot using RSvgDevice
Dear list members,
I have a probably simple question concerning the RSvgDevice. After upgrading from R 1.9.0 to R 2.0.1 the computet svg files looking empty.
Each time the RSvgDevice 0.5.3 were used.
Scales and headers are printed but the plots are missing:
<rect x="433.10" y="246.13" width="0.93" height="29.74"
2016 Apr 04
2
multiple bar plot annotation text labelling
Readers,
The attempt is to create a bar plot with text labels adjacent to each
datum value.
Data file:
1,3,A
1,8,B
1,1,C
1,9,D
2,5,C
2,4,E
2,2,F
2,0,G
testbarplot<-read.csv('data1.csv', header=FALSE)
barplot(axes=FALSE, ann=FALSE, horiz=TRUE, testbarplot[,2], ylab=
'group', xlab= '(x values)', space=c(1,0,0,0, 1,0,0,0))
text(testbarplot[,2], testbarplot[,1],
2016 Apr 04
0
multiple bar plot annotation text labelling
Use only plain text emails. Don't attach file types that will be stripped. See the footer at the bottom of your email for more information.
Do give us the data using dput():
> dput(testbarplot)
structure(list(V1 = c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L), V2 = c(3L,
8L, 1L, 9L, 5L, 4L, 2L, 0L), V3 = structure(c(1L, 2L, 3L, 4L,
3L, 5L, 6L, 7L), .Label = c("A", "B",
2004 Oct 06
4
Checking if an element is part of a vector
Hi!
I want to know if a given element <- ('c64') is part of a vector<- ('c64', 'amiga', 'atari').
Does a function exist for this which gives back a logical value?
thankx
db
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
Already outdated, but rounded ;)
I literally just opened the 5yrs logo, changed the text and then done:
inkscape -z -o logo/fish-10yrs.{png,svg}
cp {logo,website}/fish-10yrs.svg
and then updated the rest of the files.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
---
Makefile.am | 2 +
logo/fish-10yrs.png | Bin 0 -> 65790 bytes
logo/fish-10yrs.svg |
2005 Jan 06
1
RSvgDevice incomplete svg output
Hi
I use RSvgDevice to output plot, and modify them using svg editor (inkscape or
sodipodi on Linux). Some month ago, results were perfect. I did exactly the
same analysis today on the same data, and unfortunatly the results are
different. While looking to the svg file, it seems that all information
concerning "fill" and "stroke" of objects are lost. The consequence is that
2011 May 08
1
Syntax for iter.max in rms
Hello,
I would like to increase the number of iterations for running a
Buckley-James regression model in the rms package, but something is
apparently syntactically wrong. The following code initially is
exactly as it appears in the help page (which runs successfully), then
a "failure to converge" message (resulting from specifying an
'identity' link argument, the error message
2003 May 29
4
Postscript query: plotting long vectors
Hi,
I have a query about the maximum length of vector that can be plotted
in one go in a postscript driver. Try the following code (in 1.7.0;
version details below):
t <- seq(from=0, to=4*pi, length=200000)
y <- sin(t)
postscript(file="o.ps")
plot(t, y, type="l")
dev.off()
If I view the postscript file o.ps in "gv", it takes many seconds
before eventually
2009 Dec 16
1
Baseline survival estimate
Dear R-help,
I am trying to obtain the baseline survival estimate of a fitted Cox model
(S_0 (t)). I know that previous posts have said use 'basehaz' but this
gives the baseline hazard function and not the baseline survival estimate.
Is there a way to obtain the baseline survival estimate or do I have to use
the formula which does something like S(t) = exp[- the integral from 0 to t
of
2007 Jun 18
1
how to obtain the OR and 95%CI with 1 SD change of a continue variable
Dear all,
How to obtain the odds ratio (OR) and 95% confidence interval (CI) with
1 standard deviation (SD) change of a continuous variable in logistic
regression?
for example, to investigate the risk of obesity for stroke. I choose the
happening of stroke (positive) as the dependent variable, and waist
circumference as an independent variable. Then I wanna to obtain the OR
and 95% CI with
2018 Jan 19
1
Leaflet maps. Nudging co-incident markers
I have a dataset showing points, with a category for each point and its location.
I simply want to display my points, in a way that users can toggle the points on and off by category.
Where I have two objects in the same category I'd like to display them nudged to appear as two distinct, but very close points.
I have made reproduceable example (the places are not real), which is loosely
2001 Aug 13
2
follow-up on previous [HELP] messages
Here's some follow-up on some messages I posted some
time ago asking for help. Wine works again since
20010731, better than ever, if maybe a little slower.
[HELP] Fn keys:
This problem is still present. Here's a reminder:
I use Wine to run Stew, an Atari ST emulator, a
Winston0.5 derivate.
While using the emulator, I can't use the Fn keys.
For example, if the program's asking to
2002 Jun 06
1
Patches for compiling / using portable OpenSSH on FreeMiNT?
Hi!
I'm the current maintainer of the OpenSSH RPM for SpareMiNT (a
collection of RPMs for the FreeMiNT operating system for Atari TOS
based machines, see http://www.freemint.de/) and wondered if
there's any interest in including the patches necessary to compile
and run portable OpenSSH 3.2.3p1 under this operating system.
If so, I'll "post" them here, including comments on
2001 May 18
1
[HELP] file access
I use Wine to run Stew, an Atari ST emulator, which
seems to be the successor of Winston0.5. I run it in
a 800x600 Wine Desktop, in managed=Y mode.
While using Stew, I can't access .ST files.
I "Insert Disk A:", then I choose the file in the
Wine file selector. I valid my choice and then: Wine
disapears (exit or crash...). I don't know if the
problem lies within Wine, Stew, or
2001 May 18
1
[HELP] DPMS
Hi,
I'm Yves and I'm new to this list.
I use Wine as Win98 but without Windows, on a
ReiserFS directory.
Every once in a while, I try to run a dos program in
wcmd (unix compiled & launched). My main purpose is
to test Atari ST emulators.
Always, the dos program wants to access memory in
"real mode". There's something about the first 64Ko
of memory, then it always ends
2009 Jun 03
2
Crashday: RakNet.dll failed to initialize
Hey all,
I have got a weird problem.
Crashday worked some weeks ago flawlessly (some gfx bugs though).
Recently I wanted to play it again and made a wine update to 1.22, hoping that the gfx bugs are fixed.
Instead, the game refuses to start.
Code:
[adi64 at tux Crashday]$ wine Crashday.exe
err:module:attach_process_dlls "RakNet.dll" failed to initialize, aborting
2009 Aug 28
1
problem when runing RCT3 demo from console
Hi, I'm trying to run Roller Coaster Tycooon 3 demo with wine 1.1.28. It installed fine, and when I run it using gnome applications menu shortcut, game menu is working and it crash when loading new map. But that isn't my problem. Problem is, I want to run it from console, in order to see what caused the crash, so I cd into the game directory and I use command like this ( env
2004 Apr 19
1
Playback problems with T100P
Hi,
I'm seeing a problem when calling into my Asterisk server from a T100P
with PRI signalling. I'm hoping someone has seen this as well, however,
it's a little hard to explain.
When I'm navigating through Asterisk on an inbound call from the PSTN,
I'm getting a random 'noise' during the playback of sound files. The
best way I can describe this noise, is imagining a
2009 Mar 27
2
ALT_BREAK_TO... + ILO ... missing something in config ...
Due to an issue I'm having with 7.x, and trying to track it down, I spent
tonight getting my server setup to allow my to break into the debugger
when it hangs, and hopefully dump core ...
But, although I *think* I've got it all, I'm obviously missing something,
as it isn't breaking ...
First ... I'm running a proliant server, and when I connect via SSH to ILO
on that