Displaying 20 results from an estimated 1100 matches similar to: "Hook for running a function before evaluation"
2002 Jun 20
1
Argument visible of addTaskCallback
Hello,
I have a question about addTaskCallback
It is said that the argument visible allows to know wether the result of
the top-level evaluation was printed or not.
Nevertheless, in the following example, I encountered a problem, as it
seems not all printed objects are visible...
Could someone tell me where is the tip?
TIA
2007 Jul 07
1
R graphics device for flash apps
Byron,
I just read your blog (statcomp.blogspot.com, linked from your other
post) and rand across your idea of an R/Flash graphics device. I've also
been giving this some thought because of this amazing interactive flash app:
http://tools.google.com/gapminder
and others from http://www.gapminder.org/.
I would love more than anything to work on this. The only hitch is that
I'm so
2003 Aug 20
0
SJava in R
Hi,
Did anyone sucessfully install SJava package to R and was able to call R
function from java in redhat linux8.0? I tried several days it still give
me error either in libR.so or libjvm.so. for example, I can compile
JavaRCall.java(a example with the SJava package) without problem. When
I run it, it can connect to R and accomplish part of results, but fail for
other calls. The outputs are:
2017 Dec 21
1
Wish List: base::source() + Add Execution Time Argument
R does provide the addTaskCallback / taskCallbackManager to run a
callback function after every top level command. However there is not
an equivalent interface that would be run _before_ each command, which
would make it possible to time of top level calls and provide other
execution measurements.
On Thu, Dec 21, 2017 at 11:31 AM, William Dunlap via R-devel
<r-devel at r-project.org> wrote:
2010 Jun 15
2
GUI's and R background processes
Hello,
I am new to R and have created an application using R 2.10, with a graphical UI using TclTk 8.5, running on windows 7, quad core machine.
The intention of the application is to launch calculations and display results on a graphical dashboard.
I've reached a roadblock, and I need to confirm that the following CANNOT be done. I've been trying to find a mechanism for doing the
2019 May 22
0
print.<strorageMode>() not called when autoprinting
>>>>> William Dunlap
>>>>> on Tue, 21 May 2019 12:11:45 -0700 writes:
> Letting a user supply the autoprint function would be nice also. In a way
> you can already do that, using addTaskCallback(), but that doesn't let you
> suppress the standard autoprinting.
> Having the default autoprinting do its own style of method dispatch
2008 Nov 07
1
is there any way to run R method as a background process from R interface
Hi ,
can some body tell to me "how to run a R method /function as a
background process from R interface"
Thanks
K.Ravichandra
[[alternative HTML version deleted]]
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,
2019 May 21
3
print.<strorageMode>() not called when autoprinting
Letting a user supply the autoprint function would be nice also. In a way
you can already do that, using addTaskCallback(), but that doesn't let you
suppress the standard autoprinting.
Having the default autoprinting do its own style of method dispatch doesn't
seem right.
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Tue, May 21, 2019 at 10:50 AM Lionel Henry <lionel at
2009 Aug 27
1
[Fwd: Re: Video demo of using svSocket with data.table]
Forwarded to R-Help, because I think it could interest people following
this thread. Clearly, RServe and svSocket have different goals and very
little overlap.
Best,
Philippe
-------- Original Message --------
Subject: Re: Video demo of using svSocket with data.table
Date: Wed, 26 Aug 2009 20:34:19 +0100
From: Matthew Dowle <mdowle at mdowle.plus.com>
Reply-To: Matthew Dowle
2009 Aug 20
1
Video demo of using svSocket with data.table
Dear r-help,
If you haven't already seen this then :
http://www.youtube.com/watch?v=rvT8XThGA8o
The video consists of typing at the console and graphics, there is no audio
or slides. Please press the HD button and maximise. Its about 8 mins.
Regards, Matthew
2005 Jul 25
0
New version of Rpad
Announcing release 0.9.6 of Rpad. This version provides bug fixes and
some improved HTML handling. This is also the first widespread release
that supports Rpad as an installed package within R.
Rpad is an interactive, web-based analysis system. Rpad pages are
interactive workbook-type sheets based on R. Rpad is an analysis
package, a web-page designer, and a gui designer all wrapped in
one. Rpad
2005 Jul 25
0
New version of Rpad
Announcing release 0.9.6 of Rpad. This version provides bug fixes and
some improved HTML handling. This is also the first widespread release
that supports Rpad as an installed package within R.
Rpad is an interactive, web-based analysis system. Rpad pages are
interactive workbook-type sheets based on R. Rpad is an analysis
package, a web-page designer, and a gui designer all wrapped in
one. Rpad
2007 May 26
1
Rpad examples having problems with local server
Hi, this is Charlie. I have installed the Rpad on my server (using Fedora
Core 6 with httpd2.24-2, mod_perl 2.0.2-6.1, perl 5.8.8 from RPM). When I
access to the Rpad (through http://localhost/Rpad/basehtml), it shows me the
main page as normal, however, problems occurs when I am testing the
examples. It shows me a long message like:
-----------------------------------------
#!/usr/bin/perl -w
2012 Jul 24
1
getting error in Rpad::json()
Hi,
I am trying to convert an R object to JSON, using Rpad::json. I get the
following error when there is an empty vector in there.
Using R version 2.15.0 (2012-03-30) on OpenSUSE 11.4 on an Intel machine;
Rpad - 1.3.0
>Rpad::json(numeric(0))
> class(Rpad::json(numeric(0)))
[1] "json"
> Rpad::json(list(x=numeric(0)))
Error in res[i] <- json(x[[i]]) : replacement has
2006 Jun 17
1
Having a go at Rpad
Context: FreeBSD 6.1on a pentium 4; apache 2 server up & running; mod_perl
installed; java & php 4 working.
Willing to use Rpad on an office intranet, I installed the Rpad package
(R2HTML was still there) and carefully read the instructions to set up a
server.
Now, on the server I can start the http://localhost/Rpad homepage, I can
click on and browse the three examples
2009 Nov 07
2
Rpad and R 2.10.0
I have problems with Rpad and R 2.10.0 (Windows XP and Windows 7,
browser is Firefox)
Just starting Rpad by
library(Rpad)
Rpad()
opens the browser and displays the
.html files and the .Rpad files in my home directory, but these
files do not have links and are not clickable.
Doing the same in R 2.9.2 gives clickable links in the browser.
Furthermore, in both cases an empty graphics window
2006 Jul 07
1
Rpad Server Installation on Windows XP
Hello,
I have a question about Rpad Server Installation on Windows XP.
Here is a guide
http://www.rpad.org/Rpad/ServerNotes.html
and I have been reading this more than ten times to figure this out, but
still having trouble executing a Rpad website properly.
Problem: for example, if I go to http://loclhost/Rpad/example1.rpad,
I can see the whole website with the page loading sign staying on
2009 Jun 06
1
Rpad - avoid removal of manually created html-tags in R chunk
Dear Rpad-users,
currently I am setting up a web page using Rpad (www.rpad.org). But I
have a problem with generating dynamic html-output in the Rpad chunk.
Here an example of my problem:
I have the following index.html file:
<html>
<head>
<title>example</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
2004 Sep 17
0
Announcing Rpad, a web-based workbook-style interface for R
Rpad is an interactive, web-based analysis system. Rpad pages are
interactive workbook-type sheets based on R. Rpad is an analysis package, a
web-page designer, and a gui designer all wrapped in one. Rpad pages are
run from the browser and connect to R running on the server (the same
server that hosts the web pages).
Rpad includes the R package "RpadUtils", which adds convenient code