Displaying 20 results from an estimated 1000 matches similar to: "SUSE 9.1 wine 0.9.12 problem"
2006 May 02
8
Further to 0.9.8 to 0.9.12 update problems
Hi NG
Well I started with a vanilla install using the SuSE 0.9.12 9.3 rpm as
previously mentioned. I erased the 0.9.8 version first.
Then ran wineprefixcreate
Then launched winecfg; This is the screen output
http://members.cox.net/bob3bob3/winecfg.png
notepad also had the same kind of output with small/non existant text
Tried installing fonts from the winetools folder I had before, thinking
2011 Jul 01
2
SNOW libraries/functions, rGenoud
Dear group,
does anybody know how to export libraries/functions to all nodes when
launching snow? I want to use a function from fBasics (dstable) for a
rGenoud optimization routine, but I fail "making the function
accessible" to the nodes created. I know how it works for variables, I
know how it works in snowfall(which cant be used in that case), but I
dont know how it culd work in
2004 Oct 31
2
ISDN CARD
Im looking for a ISDN card that works under asterisk and supports BRI line. And I just can`t findit. Momently im using card INTERNAL, but Im having problems, asterisk on startup when loading modem fails (i4l driver).
Can you please help me, or point to a www address where culd I find some help.
Best regards,
Bostjan Repnik
-------------- next part --------------
An HTML attachment was
2010 Nov 20
1
R-.12.0 atlas lapack
Greetings,
I last built R-2.11.1 a few months ago. The computer was equipped with
these:-
---cpu amd64 2 cores
---o/s cblfs 64-bit only linux kernel-2.6.32 gcc-4.4.2 jdk(1.5)-6U20?
---bls atlas3.9.26 lapacck-3.2.1
I obtained an installed directory of ~58Mbytes and in the ~/lib directory
was libR.so (~7.8Mbytes in size) as well as libRblas.so and libRlapack.so
(~2.9Mbytes).
I have
2005 May 28
1
Forcing ticks in plot for hclust object outside the limits
Hello!
I have the following problem.
I would like to plot the hclust object "hcd" (bellow, at the end of the
mail) with ticks at seq(0.05,0.25,by=0.05). I tried using the code
plot(hcd)
and
plot(hcd,axes=FALSE)
axis(2,seq(0.05,0.25,by=0.05))
In both cases, the resoult is the same, ticks at 0.05 and 0.25 are not
printed. I tried changing the ylim argumet in plot, however I got a
2015 Nov 30
1
Re: "Failed to start domain..."
> This means there was an error (some function returned -1), but the
> error message was not set. Could you capture the backtrace when this
> happens? It's hard to find the exact point, but going function and
> checking what returns -1 should do.
Assuming by "backtrace" you mean the strace output, I went to the end of
the file, and then did a reverse search for -1; here
2002 Oct 12
0
[Fwd: Re: congestion problem]
Don Cohen wrote:
> Client --- R1 --- R2 --- R3 --- Web
>
> the Client it''s me, the R1 router it''s myne (so i can control it), the
> R2 is my provider router, and R3 is the provider,provider router.
>
> R2 - R3 is a 2mbit link
> R1 - R2 is a 10mbit link
> R2 have multiple interfaces and other 10mbit links
> I have a 32kbit garanted
2003 Nov 11
0
group and user access problem [any versions]
Hello folks
I have tried 2.2.3, 3.0.0 and 2.2.8. Everyone with the same resoult.
The users are defined in different groups. Admin, common, ab, program and
aps.
When I first setup everything, it all worked fine. Everybody had access to
common and program disks, some had admin disk, others had ab disk and only
one had aps disk.
Then suddenly one day everyone had access to everything. Why?
Here
2015 Nov 27
0
Re: "Failed to start domain..."
On Wed, Nov 25, 2015 at 04:17:47PM -0500, Ken D'Ambrosio wrote:
>Sadly, I'm back with another issue. I can do a "system list --all"
>just fine; however, if I attempt to start the machines, I get back:
>
>maas@Bill-MAAS-cc:~$ strace -s 1024 -f -o /tmp/asdfasdf.log virsh -c
>vbox+ssh://gbadmin@10.20.0.1/system start PXE-client-07
>error: Failed to start domain
2017 Aug 16
0
strange behaviour read.table and clipboard
Hi
> -----Original Message-----
> From: Martin Maechler [mailto:maechler at stat.math.ethz.ch]
> Sent: Wednesday, August 16, 2017 12:01 PM
> To: PIKAL Petr <petr.pikal at precheza.cz>
> Cc: Martin Maechler <maechler at stat.math.ethz.ch>; Duncan Murdoch
> <murdoch.duncan at gmail.com>
> Subject: RE: [Rd] strange behaviour read.table and clipboard
>
>
2017 Aug 17
0
strange behaviour read.table and clipboard
Thank you for the report, it is a bug in buffering in R (not specific to
Windows) and will be fixed.
Best
Tomas
On 08/17/2017 10:37 AM, PIKAL Petr wrote:
> Hi
>
>> -----Original Message-----
>> From: Robert Baer [mailto:rbaer at atsu.edu]
>> Sent: Wednesday, August 16, 2017 3:04 PM
>> To: PIKAL Petr <petr.pikal at precheza.cz>; Duncan Murdoch
>>
2017 Aug 11
0
Problem with the fdim package
Hm, I am not an expert in this field but trying to use obviously old package which was removed about 5 years ago from CRAN is asking for problems. There is probably some incompatibility between recent R version and obsolete package.
You either
1. need to install/compile R version from 2012 and install/compile this old package for this version.
2. Or you could try to find some similar
2018 Feb 09
0
Information
Hi
Copy your messages to r help, others may give you better advice.
Strange, I do not get such error. Beside, from
m = t(matrix(data = detrend, nrow = 30))
I expect matrix result, but your str shows that m is list.
> m<-list(a=rep(NA, 20), b=rep(1,20))
> colMeans(m, na.rm=T)
Error in colMeans(m, na.rm = T) :
'x' must be an array of at least two dimensions
So as colMeans help
2016 Apr 25
0
Splitting Numerical Vector Into Chunks
Hi
Is this
http://stackoverflow.com/questions/2150138/how-to-parse-milliseconds-in-r
what do you want?
Cheers
Petr
> -----Original Message-----
> From: Sidoti, Salvatore A. [mailto:sidoti.23 at buckeyemail.osu.edu]
> Sent: Sunday, April 24, 2016 1:48 AM
> To: PIKAL Petr <petr.pikal at precheza.cz>; William Dunlap
> <wdunlap at tibco.com>; Ista Zahn <istazahn at
2017 Aug 16
0
strange behaviour read.table and clipboard
You said, "put a name in the cell". Does that mean you forgot a header
= TRUE?
On 8/16/2017 1:25 AM, PIKAL Petr wrote:
> Hi Duncan
>
> The simples spreadsheet is:
>
> Put a name in the cell, let say "a1"
> Put number e.g. 1 below "a1"
> Copy the number to enough rows
> Select this column and press ctrl-c
>
> result is
>
>>
2008 Apr 23
3
Firefox 2.0.0.14
Hello,
I just installed Firefox 2.0.0.14 ontop of WINE .9.60 in Ubuntu Hardy
IA64. The installation was fine but I have no access to the internet
when I run the Windows version of Firefox. I just get a Server not
found page no matter what URL I punch in. Anyone have any idea what
might be going on?
Console Output:
sasan at Travis-Ubuntu:~/.wine/drive_c/Program Files/Mozilla Firefox$ wine
2017 Aug 16
0
strange behaviour read.table and clipboard
>>>>> PIKAL Petr <petr.pikal at precheza.cz>
>>>>> on Wed, 16 Aug 2017 06:25:48 +0000 writes:
> Hi Duncan The simples spreadsheet is:
> Put a name in the cell, let say "a1" Put number e.g. 1
> below "a1" Copy the number to enough rows Select this
> column and press ctrl-c
> result is
>>
2016 Apr 08
0
simple question on data frames assignment
Hi
The question does not make much sense so as your code. Maybe you shall spend some time with R tutorials.
1. lapply or sapply is basically hidden cycle
2. function shall return something, yours does not
So if you want some binary outcome from a vector you can use e.g.
f <- function(vector, token) {
response <- vector==token
response
}
So with your colordata
>
2014 Jan 23
2
Loading syslinux.efi from preloader.efi
Hello everyone,
I am trying to prepare a UEFI bootable thumb drive using syslinux and
Linux foundations PreLoader.efi. I started the same as as it works with
gummiboot-42:
* Copy PRELOADER.EFI to EFI/BOOT/BOOTX64.EFI
* Copy HASHTOOL.EFI to EFI/BOOT/BOOTX64.EFI
* Copy gummibootx64.efi to EFI/BOOT/LOADER.EFI
With just those files PreLoader asks to enroll gummiboot's hash. I do so
and
2017 Jul 11
1
fit lognorm to cdf data
Hi
Great. I did not think that such combination is posssible.
Thanks.
Petr
> -----Original Message-----
> From: peter dalgaard [mailto:pdalgd at gmail.com]
> Sent: Tuesday, July 11, 2017 1:11 AM
> To: PIKAL Petr <petr.pikal at precheza.cz>
> Cc: r-help at r-project.org
> Subject: Re: [R] fit lognorm to cdf data
>
> How about
>
> proc <- c(0.9, 0.84, 0.5,