Displaying 20 results from an estimated 1000 matches similar to: "history() does not work?"
2012 Oct 10
0
history() does not work? 2
Hi,
> history()
gives Error in savehistory(file) : no history available to save
although I can scroll throu history with C^uparrow an C^downarrow.
How can I make history() work
and/or show the current history in a *file*, so that I can choose from
previous commands?
The notion of having readline enabled: How can I do that on mac osx? I
work with
R version 2.15.1 (2012-06-22)
Platform:
2012 Oct 17
3
history and readline, Mac OSX
Hi,
Obviously history() will only work with readline installed: so far I
have not been able to find working advice for installing and enabling
readline on MacOSX.
> sessionInfo()
R version 2.15.1 (2012-06-22)
Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
locale:
[1] C
attached base packages:
[1] tools tcltk stats4 splines parallel datasets compiler
[8] graphics
2012 Sep 15
2
R CMD check and browser
Hi,
Every time I do
system("R CMD check mypackckage"
the process executes a help.start(). Why does this happen?
Cheers
Christian
--
Christian W. Hoffmann,
CH - 8915 Hausen am Albis, Switzerland
Rigiblickstrasse 15 b, Tel.+41-44-7640853
c-w.hoffmann at sunrise.ch,
christian at echoffmann.ch,
www.echoffmann.ch
2013 Jan 12
1
Aquamacs Preferences not showing, windows inaccessible, Scrolling not possible !!!
Hi, sorry for bothering, but I suspect the start of M-x R within
Aquamacs is causing my problems:
*Scrolling* is *not possible*, neither by key stroke nor by mouse.
Aquamacs does not show all windows. 'Prefences', 'About A.', 'Check fo
updates' will not open. Menu 'windows' shows several windows, but
clicking on them will not open their buffers. Also,
2010 Mar 20
4
Displaying an image in a Rails form_for
Hi,
I''ve got a public\images\DownArrow.jpg
and app\views\expenses\new.html.erb that want to present this image in
the following context:
<p>
<%= f.label :vendor %><br />
<%= f.text_field :vendor %>
<%= f.image "DownArrow.jpg" %>
<br>
<%= select_tag "test",
options_for_select(@current_vendors.collect {
2012 Oct 22
4
help stored permanently
Hi,
Each > help.start() generates a new tree of the R help system, somewhere
in 127.0.0.1:xxx, each xxx being difeerent. This tree disappears when
exiting R. How can the current help tree copied to a permanent place for
reference outside a running R? This would be practical for not having to
enter M-x R .
TIA
--Christian
--
Christian W. Hoffmann,
CH - 8915 Hausen am Albis, Switzerland
2004 Jul 28
2
problem with the .Rhistory
Hello,
The history function doesn't seems to work when I am working with R.
I have a .Rhistory file in my working directory and I have tried
savehistory(file = ".Rhistory")
or the command given in the history help :
.Last <- function()
if(interactive()) try(savehistory(".Rhistory"))
and I get the same error message
Error in
2012 Nov 14
1
install own package ?
what happens here:
> install.packages("/Users/hoffmann/R/cwhmisc_4.0.tar.gz",repos = NULL)
Error: file '/Users/hoffmann/R/cwhmisc_4.0.tar.gz' is not an OS X binary
package
> sessionInfo()
R version 2.15.1 (2012-06-22)
Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
locale:
[1] C
attached base packages:
[1] tools tcltk stats4 splines parallel
1998 Sep 28
0
adding math(s) symbols to src/main/plotmath.c
I decided I wanted an "infinity" in some label text.
Many of these symbols should probably be incorporated in a different
way, but they don't seem to do any harm as is.
*** plotmath.c.orig Fri Sep 25 17:21:33 1998
--- plotmath.c Fri Sep 25 17:46:57 1998
***************
*** 183,188 ****
--- 183,232 ----
"psi", 121,
"zeta", 122,
+ "therefore",
2012 Oct 10
5
Contacting Delphi ??
What does the sudden appearance of "Contacting Delphi ......the oracle
is unavailable.
We apologize for any inconvenience." mean? A bug? It appears at plotting.
Thanks
Christian
--
Christian W. Hoffmann,
CH - 8915 Hausen am Albis, Switzerland
Rigiblickstrasse 15 b, Tel.+41-44-7640853
c-w.hoffmann at sunrise.ch,
christian at echoffmann.ch,
www.echoffmann.ch
2012 Sep 24
1
Question lattice SplomT
Dear Deepayan Sarkar,
I have (again) a question concerning "panel" and my function "SplomT",
see attachments. Some time ago you helped me to write this function,
thanks again. I have used it to great advantage in my statistics
instructions. Now the problem I encounter is that the .pdf figure
generated in Sweave consists of
one extra empty page at the start.
This prevents
2012 Aug 28
1
Package cwhmisc and problems
Hi,
I have revised my package cwhmisc and want to re-submit it (meeting a
deadline soon). One big stumbling stone is the 'sudden' appearance of
> sessionInfo()
R version 2.15.1 (2012-06-22)
Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
locale:
[1] C
attached base packages:
[1] tools tcltk stats4 splines parallel datasets compiler
[8] graphics grDevices
2012 Oct 22
1
quartz.save of the FAQ (Mac)
Hi,
In the FAQ for Mac http://cran.r-project.org/bin/macosx/RMacOSX-FAQ.html
there is
7.2 Saving the image
You can can (???) the content of the quartz device window into a PDF file.
This is not explained!
This is a very simple way to export high quality graphics from R into
other applications on Mac OS X graphics is PDF based (so are almost all
applications available). However, this process
2007 Sep 21
3
TextMate Bundle and exception when switching to alternate file.
Hey,
sorry if this is something better suited to another list.
I''ve encountered a strange problem with the RSpec.tmbundle in trunk -
namely that it was raising an exception when pressing
ctrl-shift-downarrow (switch between spec and source - "Alternate
File").
I tracked down the issue to be handling of the file_type in
switch_command.rb#content_for() - the code expected the
2009 Sep 05
1
Is 'history' recorded in Rscript?
Hi,
I run the following command and try to save the commands that have
been run in the script. But it seems that no history is recorded. Is
it because that the history is not recorded in Rscript?
Regards,
Peng
$ Rscript savehistory.R
> f=tempfile()
> f
[1] "/tmp/Rtmp7WBjGG/file327b23c6"
> history()
Error in savehistory(file) : no history available to save
Calls: history ->
2009 Apr 27
2
save history only option under Linux
Hi,
I have a question regarding the R command options under Linux
Is there any options that I can save history only?
The only save option is --save, which saves both data and history.
I don't want to save temporary data, because sometimes the it takes much
time if the temp data is too big.
However I want to restore the history for my next R session..
If there is no such option that meets my
2010 Oct 21
1
No "last command" in VIM?
Although I made sure that vim-enhanced.i386 is installed, pressing :
then upArrow does not show me the last command that I've typed. Might
I still be using vim-minimal erroneously? How to fix that? I don't see
any mention of this in google or the past few months of fine archives.
Thanks.
[gadi at mercury ~]$ uname -a
Linux mercury 2.6.18-194.3.1.el5PAE #1 SMP Thu May 13 13:48:44 EDT
2010
2002 Jul 31
1
Oracle Forms 4.5
Hello,
New to the list this question may have been discussed already,
didn't see it in the archives but here goes. I'm running wine on RH 7.3
I have a Windows 98 /dos mounted partition, using wine c as /dos. I'm
trying to run oracle Forms Runtime 4.5 to run our ERP package on linux.
I can't seem to get a Forms 4.5 for linux (though I think it exists). I
can run the Forms
2004 Nov 08
1
can one evaluate an expression in a comment? (or insert resultsinto history?)
But that doesn't put the result into the history buffer, to be written
to a file only later when I savehistory(filename).
Bert Gunter also suggested ?capture.output and ?textConnection,
but I cannot see how to get text into the history buffer as comments,
but with evaluated expressions (values).
I know how to use paste, sink, write, etc. but nothing that I can see
inserts into the history
2008 Apr 13
1
.Rprofile, date tagging history, loading packages
Dear R-Helpers,
I'm fiddling with my .Rprofile in Windows XP & R 2.7.0 Beta. I prefer to
manually save my workspace but automatically save my command history via
the .Rprofile. That is working fine once I found that "utils::" was
required before the loadhistory & savehistory functions. What I would
like to do is add a separator line with a date between the histories of
each