Displaying 20 results from an estimated 29 matches for "pady".
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
...(), and OutputWindow()
simply return their respective tk windows.
These windows are also similarly placed in the master Rcmdr window (slightly
edited):
tkgrid(.log, logYscroll, sticky="news", columnspan=2)
tkgrid(logXscroll)
tkgrid(logFrame, sticky="news", padx=10, pady=0, columnspan=2)
tkgrid(.output, outputYscroll, sticky="news", columnspan=2)
tkgrid(outputXscroll, columnspan=1 + (.log.commands &&
!.console.output))
tkgrid(outputFrame, sticky="news", padx=10, pady=0, columnspan=2)
tkgrid(.messages, messagesYscroll, s...
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
Below is a gdb bt from a segfault provoke by my vignette for dse2. This seems to
be relatively reproducible in the sense that I got a segfault three times
(without gctorture) 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
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
2003 Apr 21
0
sweave provoked segfault (PR#2809)
This problem is with R 1.7.0 (as released) on Linux and Solaris. Details below
are from Linux, Mandrake 9.1. The problem also happened with R 1.6.2 and on
Mandrake 9.0.
Vignettes often (for me) provokes problems with the misleading error message:
* creating vignettes ... ERROR
Error in sub(pattern, replacement, x, ignore.case, extended) :
invalid argument
Error in buildVignettes(dir =
2008 Dec 22
1
newbie question on tcltk
..." 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 were unsatisfactory.
Thank you and have a great day ahead.
#my code
library(tcltk)
rm(list=ls())
top <- tktoplevel(padx=70, pady=70)
frameOverall <- tkframe(top)
frameUpper <- tkframe(frameOverall,relief="groove",borderwidth=2)
back_but <- tkbutton (frameUpper, text = "BACK", width=20, height=1, default="active", overrelief="flat",anchor="w", borderwidth=4 )
tk...
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
[806] | 693956| 312|FUNC |LOCL |0 |7
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
...tkwm./title(/mddlg2,"Plot options"/)/
onNO <- function/()/
{
tkgrab./release(/mddlg2/)/
/tkdestroy(/mddlg2/)/
/tkfocus(/dlg/)/
}
// NO.but <- /tkbutton(/mddlg2,text=" Cancel ",command=onNO/)/
/tkgrid(/NO.but,pady=2/)/
/tkfocus(/mddlg2/)/
tkwait./window(/mddlg2/)/
}
Please for those who are used to utilize the tcltk library: ¿Can you see a clear error in this?
I'm new to this library and tcltk and I'm unable to find out the error.
Thanks and best regards,
Javier
------------...
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
I recently put several packages for time series databases on CRAN. The
main package, TSdbi, provides a common interface to time series
databases. The objective is to define a standard interface so users can
retrieve time series data from various sources with a simple, common,
set of commands, and so programs can be written to be portable with
respect to the data source. The SQL
2008 Nov 18
0
Packages for time series databases
I recently put several packages for time series databases on CRAN. The
main package, TSdbi, provides a common interface to time series
databases. The objective is to define a standard interface so users can
retrieve time series data from various sources with a simple, common,
set of commands, and so programs can be written to be portable with
respect to the data source. The SQL
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
I shouldn't try to do this on Monday morning. Can anyone suggest why the make
for R 0.63 is failing for me under Solaris (SunOS 5.6).
Paul Gilbert
...
creating src/scripts/html2dos
creating tests/Makefile
creating tests/Examples/Makefile
creating src/include/Platform.h
R is now configured for sparc-sun-solaris2.6
Source directory: .
Installation directory: /usr/local
C