Displaying 20 results from an estimated 6000 matches similar to: "newbie question - R programs in Windows"
2004 Feb 10
4
The ttest.c example in R under MS Windows
We are trying to compile and run the ttest.c example that comes with R (in
C:\Program Files\R\rw1081\src\library\windlgs\src\ttest.c). After compiling
it with MS Visual C++ we load the DLL with dyn.load.
So far it seems good, but when we try to call it from R (after running
C:\Program Files\R\rw1081\src\library\windlgs\R\windlgs.R) R crashes.
We have tried changing the exports from DLL but have
2007 Oct 10
2
Problem with RCMD CHECK (or BUILD)
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20071010/d6c89c66/attachment.pl
2012 Nov 10
0
[LLVMdev] llvm-config --libs failed
If anyone is interested in this topic, I filled a bug here:
http://llvm.org/bugs/post_bug.cgi
2012/11/9 Wojciech Daniło <wojtek.danilo.ml at gmail.com>
> I have noticed that I was installing LLVM according to:
> http://llvm.org/docs/GettingStarted.html#getting-started
> so it was no the 3.1 but the 3.2 version from svn (trunk 167573).
> Maybe in the svn, not stable version,
2012 Nov 09
2
[LLVMdev] llvm-config --libs failed
I have noticed that I was installing LLVM according to:
http://llvm.org/docs/GettingStarted.html#getting-started
so it was no the 3.1 but the 3.2 version from svn (trunk 167573).
Maybe in the svn, not stable version, there is a bug?
2012/11/9 Wojciech Daniło <wojtek.danilo.ml at gmail.com>
> Does anybody have Idea why I get such error? The LLVM is compiled from
> source - is is the
2005 Oct 15
6
R GUI considerations (was: R, Wine, and multi-threadedness)
Hello,
Following a discussion initiated on r-devel, that mentions SciViews-R
and other GUIs issues for R, I would like to make comments (and would be
happy if these comments would initiate interesting initiatives).
A big, big problem with SciViews-R is that a part of it is written in
Visual Basic 6, a M$$$$ language, not supported any more, buggy, non
transposable to other platforms, etc,
2018 Oct 02
2
outlook idiocy - IMAP folders with /
I think we need a public compliance test, similar to html and ssl, then people would start questioning the quality of their own client, and migrate to better ones. When Micro$oft will eventually feel the pinch, then they will start fixing their $hit. People have the power! (I like that song.)
On Tue, Oct 2, 2018 at 09:59, Wojciech Puchar <wojtek at puchar.net> wrote:
>>
>> As I
2004 Apr 14
3
[Bug 841] sftp-server receives SIGCHLD.
http://bugzilla.mindrot.org/show_bug.cgi?id=841
------- Additional Comments From dtucker at zip.com.au 2004-04-14 12:00 -------
It's likely that libcrypto.so isn't in LD_LIBRARY_PATH. Try running this and
see if you get an error:
$ ssh yourserver /usr/local/openssh/libexec/sftp-server
or add something like:
LD_LIBRARY_PATH=/usr/lib:/path/to/ssl/lib
export LD_LIBRARY_PATH
to your
2008 Aug 21
0
[LLVMdev] Dependence Analysis [was: Flow-Sensitive AA]
> Wojtek,
>
> Please see David's message below. Have you or can you check in your
> code, perhaps as a project for now? That will allow us to start
> looking at it and perhaps collaborating on it.
Sure. For now, I am posting it as an attachment, because it does not
build against the current SVN version. It is really basic (for example,
it cannot produce distance vectors,
2018 Oct 01
2
outlook idiocy - IMAP folders with /
I tell users to limit the folder characters to /0-9a-zA-Z_/, because anything else may upset a mail client or server.
As I have no control over their minds, hands, and client software, I wish I could enforce the policy from the server, returning an error message to the client.
On its turn, this requires the client to listen to such server messages, operated by a smarter user.
At the end of the
2008 Jun 06
3
[LLVMdev] Data dependence analysis
Hi all!
I have recently finished the first prototype of data dependence analysis
for LLVM. Now that I have some more time I would like to prepare a
"production" version. In this post I'll try to describe the current
state and propose a work plan.
Currently, the analysis has a very simplified interface (it allows to
query for dependence between two given instructions or whether a
2012 Nov 09
0
[LLVMdev] llvm-config --libs failed
Does anybody have Idea why I get such error? The LLVM is compiled from
source - is is the newest version (3.1) from http://llvm.org/releases/ (from
22 may 2012)
I created project in llvmsrc/projects/test (as copy of sample project) and
I get these errors while attaching LLVM lbraries :(
2012/11/8 Wojciech Daniło <wojtek.danilo.ml at gmail.com>
> Thank you, now it is more clear whats
2002 Nov 06
1
Combo Box Wdget for Tcl/Tk under R
Hi,
I have two questions:
First, does anyone know how to put a combobox inside a GUI made with Tcl/Tk ? I think there isn't a simple way to do this (a command like tkcombobox()!), but is it possible to write a more complex code to achieve this ?
Second, when I put two listboxes in the same window or frame (even in two different toplevel windows), I cannot select things in the two lists
2012 Nov 06
2
[LLVMdev] LLVM IR generation as one of LLVM passes
Thank you, I have seen this page, but before I start developing my tool and
digging deeply into LLVM I would love to know if I can generate LLVM IR in
one of passes (as a result of one pass, before running other).
Please answer this simple question :)
Thank you :)
2012/11/6 Eli Friedman <eli.friedman at gmail.com>
> On Mon, Nov 5, 2012 at 5:17 PM, Wojciech Daniło
>
2007 Sep 17
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
Hi,
Here are my results.
Environment:
- frontend was built from source,
- platform: Linux/x86 (gcc 4.1.2)
- Release build
- srcdir != objdir
Dejagnu summary:
# of expected passes 1939
# of expected failures 5
Nightly test report attached.
Wojtek
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: report.nightly.txt
URL:
2007 Nov 29
0
[LLVMdev] LLVM and OpenMP
Devang Patel wrote:
> Right now, one big missing piece in this puzzle is - dependence
> analysis.
Right. I was only trying to say that it shouldn't be very difficult to
find these for/do loops which are interesting from the parallelization
perspective (in general, not all for/do loops can be reconstructed).
As for the dependence analysis, I need this piece for my project, and I
am
2012 Nov 21
2
[LLVMdev] Python Backend
You are of course right. I wanted to output "good looking" Python code
though.
(if its possible)
I see that NVPTX backend is really big project. Is there any hello
world "common
codegen infrastructure"?
2012/11/21 Eli Bendersky <eliben at google.com>
> On Tue, Nov 20, 2012 at 4:10 PM, Wojciech Daniło
> <wojtek.danilo.ml at gmail.com> wrote:
> > I will
2007 Aug 24
2
[LLVMdev] Data Structure Analysis
Hi!
Haifeng He wrote:
> okay. I guess I figured it out. It seems "poolalloc" needs to be put
> in llvm/projects/ directory.
Yes, it will compile then. However, it seems the resulting shared
library LLVMDataStructure.so (I haven't checked the others) has some
undefined symbols. Trying to load it into the opt tool produces an error:
undefined symbol:
2000 Oct 21
1
Creating dialogs in Windows 9x
I noticed the See Also section of the help page for winDialog refers to a
"package windlgs in the package source distribution..." but I can't seem to
find any documentation on this. Does anyone know if it exists or where to
find out more about it? Any information would be helpful, thanks.
--------------------------------------------
Till E. Stoeckenius, Senior Consultant
ENVIRON
2006 Oct 06
7
Luke does not work with Ferret indexes?
Hey,
Luke doesn''t seem to be able to open a Ferret index I''ve created. Is
this expected?
If yes, can someone recommend another index inspection tool?
Thanks,
John
2007 Mar 25
1
http://wiki.centos.org/TipsAndTricks/CDtoDVDMedia
Hi,
I am Wojtek Pilorz (username "Wojtek Pilorz").
I would like to discuss whether my method of creating Centos DVD image
from CD images and the other way would be appropriate to be placed in
tip named in subject;
Would it be appropriate if I send scripts I use with method
description a mail to the list for consideration?
What I have is method for recreating bit-for-bit identical