search for: padi

Displaying 20 results from an estimated 29 matches for "padi".

Did you mean: pad
1998 Jan 20
2
.h files
I'm trying to set up R INSTALL for my padi package and the compile needs -I pkg/src-c to find some .h files. (Perhaps I should be putting these in a different location?) Could someone please explain how I should pass this location to the compiler used by R INSTALL from the Makefile in my pkg/src? Thanks Paul Gilbert -.-.-.-.-.-.-.-.-...
2008 Nov 03
1
possible tcltk event loop problem
Dear list members, Rich Heiberger reported to me last week that the Messages window in the Rcmdr GUI was freezing -- that is, messages posted to this window didn't appear -- under Windows and R 2.8.0. I was able to confirm this problem on three Windows systems, one using Vista and the other two XP. In each case, I used R 2.8.0 and Rcmdr 1.4-4 (the current version). The problem doesn't
2008 Oct 30
3
using yscrollcommand in tkcanvas crashes R (PR#13231)
Full_Name: Sundar Dorai-Raj Version: 2.8.0 OS: Windows Submission from: (NULL) (76.220.41.126) The following code crashes R: library(tcltk) tt <- tktoplevel() tc <- tkcanvas(tt, yscrollcommand = function(...) tkset(ts, ...)) > sessionInfo() R version 2.8.0 (2008-10-20) i386-pc-mingw32 locale: LC_COLLATE=English_United States.1252;LC_CTYPE=English_United
2003 Apr 05
0
sweave/gc segfault bt
...on Mandrake 9.0 and also caught it in Mandrake 9.1, at what looks to my untrained eye to be about the same place (actual at connections.c:293 in Mandrake 9.1). This is the build from Friday morning. Paul Gilbert R_LIBS=/home/paul/dse/src/pac/dse2/tmp.R-1.7.0:/home/paul/dse/CHECKED.R-1.7.0/Rlibs PADI=/home/paul/dse/src/pac/padi/exec PATH=/usr//bin:/bin:/usr/bin::/usr/local/bin:/usr/X11R6/bin:/usr/games:~/bin:~/bin:/home/paul/dse/src/pac/padi/exec R -d gdb GNU gdb 5.2.1-2mdk (Mandrake Linux) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public Li...
1998 May 11
1
more on library()
The problem with multiple packages in a library that I reported a few minutes ago seems to occur only if RLIBS ends in a ":". I was setting RLIBS=../padi/rlib:$RLIBS and when RLIBS has no value to begin with this causes the problem. This is obviously not very urgent as I can get around it easily. Paul Gilbert -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~ho...
2003 Apr 21
0
sweave provoked segfault (PR#2809)
...or in sub(pattern, replacement, x, ignore.case, extended) : invalid argument Execution halted This becomes a segfault with gctorture(). Output from gdb bt is copied below. Paul Gilbert ________ R_LIBS=/home/paul/dse/src/pac/monitor/tmp.R-1.7.0:/home/paul/dse/src/pac/CHECKED.R-1.7.0/Rlibs PADI=/home/paul/dse/src/pac/padi/exec PATH=~/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/usr/games:/home/paul/dse/src/pac/padi/exec R -d gdb GNU gdb 5.3-22mdk (Mandrake Linux) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are...
2008 Dec 22
1
newbie question on tcltk
Hi List, Can anyone tell me how could i put the "BACK" button in the following code, just under the "AAA" menu? I want this button to go back to the previous page, and since it has nothing to do with the "1" and "2" buttons, i want it somehow separated from these two buttons, but i don't know how. I searched the web for some examples but my results
1998 Jan 21
2
alloc
I am trying to get our database interface (PADI) working with R. The code does some memory allocation and for Splus there is an ifdef which controls whether malloc or S_alloc is called. I did nm R.binary | grep alloc to see if this was supported and I find there are some choices: [2490] | 446036| 272|FUNC |GLOB |0 |7 |R_alloc [80...
1997 Oct 29
2
R-alpha: Using autoload and smaller 'base' package [was "Re: New Version"].
[This is a "spill-over" from the "R-core" mailing list, since several of you may be interested and have comments ... -MM] >>>>> "Thomas" == Thomas Lumley <thomas@biostat.washington.edu> writes: Thomas> On 29 Oct 1997, Peter Dalgaard BSA wrote: >> Perhaps we should revise the current contents of the base library >>
2006 Dec 08
2
dyn.load and function calls without 'PACKAGE' argument
I'm writing a package that interfaces to the FAME database, via a library of compiled C routines accessible through a Linux .so file. My .onLoad() function loads the .so like this: dyn.load("/opt/fame/timeiq/lib/linux_x86/libjchli.so", local = F) and after that I also load my own fame.so via library.dynam("fame", package = "fame") The code in fame.so uses
2000 Mar 03
5
StatDataML
Hi, we have a first draft of R functions reading/writing data to XML files including a rather general DTD ... which borrows heavily from the data types of a certain programming language :-) The basic idea is to create an XML standard for data exchange, together with import/export functions for as many applications as possible. We here will need R, Matlab & Octave for our research program,
2006 Mar 02
0
tcltk error when calling a dialog
Hello; I've got several radiobuttons in tcltk with the following sintaxis: tk2.rd <- /tkradiobutton(/frame4,command=plotDialog1,text="New Q plot", value=2, variable=OUTPLOTtclVar/)/ All the buttons call the same function "plotDialog1". With the objective of call a dialog to select some plotting options. When I select one of the radiobuttons and the windows with the
1998 Jun 17
1
.First.lib
There seems to be a minor problem in .First.lib: the library argument is all of $RLIBS. I think it should be just the one directory from which the package is being taken. Paul Gilbert -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2008 Nov 18
0
Packages for time series databases
...main package. -TSMySQL, TSPostgreSQL, and TSSQLite provide interfaces for these three SQL databases (using RMySQL, RSQLite, and RPostgreSQL). -TSodbc provides an interface using RODBC (tested only with a PostgreSQL server). -TSfame provides an interface to Fame using the fame package. -TSpadi provides an interface to Fame using a (somewhat dated) padi server. -TShistQuote provides an interface to get.hist.quote. Many thanks to the authors and maintainers of the underlying packages, and several people who have commented on early versions of the TS* packages. Paul Gilbert ==========...
2008 Nov 18
0
Packages for time series databases
...main package. -TSMySQL, TSPostgreSQL, and TSSQLite provide interfaces for these three SQL databases (using RMySQL, RSQLite, and RPostgreSQL). -TSodbc provides an interface using RODBC (tested only with a PostgreSQL server). -TSfame provides an interface to Fame using the fame package. -TSpadi provides an interface to Fame using a (somewhat dated) padi server. -TShistQuote provides an interface to get.hist.quote. Many thanks to the authors and maintainers of the underlying packages, and several people who have commented on early versions of the TS* packages. Paul Gilbert ==========...
2023 Mar 13
1
tcl tk: set the position button
Dear Rodrigo, Try tkwm.geometry(win1, "-0+0"), which should position win1 at the top right. I hope this helps, John -- John Fox, Professor Emeritus McMaster University Hamilton, Ontario, Canada web: https://socialsciences.mcmaster.ca/jfox/ On 2023-03-12 8:41 p.m., Rodrigo Badilla wrote: > Hi all, > I am using tcltk2 library to show buttons and messages. Everything > work
1997 Sep 18
2
R-alpha: Re: R-Mailing lists ok again. ..sorry..
Martin Maechler <maechler@stat.math.ethz.ch> writes: > This caused 3 postings (1 to R-help, 2 to R-devel) to be aborted. > For some reason, it also seems majordomo did not save the postings in > a 'dead.letter' or something. > So could you please re-submit them? > These are the sendmail entries: > Sep 17 21:14:21 .. sendmail[9364]: VAA09363:
1997 Sep 09
2
R-beta: "Comparison of Mathematical Programs for Analysis"
Hi, I have just seen Stefan Steinhaus' web page : http://www.uni-franfurt.de/~stst/ncrunch.html I think it would be nice to include "R" as well. I have taken Forrest Young's email on stat-lisp list and changed the stuff for "R" :) Here it is: (someone please check this so we can also send it to Stefan Steinhaus.
1997 May 15
4
R-alpha: A Couple of Queries
1) I have been working on making R libraries more like those in S. I thought it might be advisable to discuss the ideas before springing them on you. What I have done is changed things so that each library has its own frame on the search path. E.g. > search() [1] ".GlobalEnv" "library:base" > library("eda") > search() [1] ".GlobalEnv"
1998 Nov 16
5
Solaris make for 0.63 failing
...res/gilp/.dt/help/%H:/home/res/gilp/.dt/help/%H.sdl:/home/res/gilp/.dt/help/%H.hv:/usr/dt/appconfig/help/%L/%H:/usr/dt/appconfig/help/%L/%H.sdl:/usr/dt/appconfig/help/%L/%H.hv:/usr/dt/appconfig/help/C/%H:/usr/dt/appconfig/help/C/%H.sdl:/usr/dt/appconfig/help/C/%H.hv XMBINDDIR= /usr/dt/lib/bindings PADI= /home/res/gilp/padi/my.production RHOME= /home/res/gilp/R RLIBS= /home/res/gilp/dse/pub/Rdse/rlibs:/home/res/gilp/padi/my.production/rlibs FAME= /apps/res/unix/fame77s LM_LICENSE_FILE= /apps/asd/lang/SunTech_License/license.dat GCC_EXEC_PREFIX= /home/res/public/gnu/sun5.6/lib/gcc-lib/sparc-sun-so...