Displaying 15 results from an estimated 15 matches for "loadhistori".
Did you mean:
loadhistory
2004 Aug 21
4
loadhistory() in .Rprofile ?
dear wizards: my .Rprofile has just one command for testing,
loadhistory("~/.Rhistory")
but this gives me an error on R startup:
Error: couldn't find function "loadhistory"
Invoking loadhistory() as the first interactive command works fine;
incidentally, I believe loadhistory() in the .Rprofile worked in
earlier or other platform R releases, too.
Is the .Rprofile
2004 Nov 02
4
Loadhistory problems
History files saved using nFile Save History do not open when using File Load History. I notice that when they are saved they do not seem to have a file extension and there is no option to chose an extension. Is this a problem. Other than this it seems so simple that I can't see what the problem is. I've tried using loadhistory and savehistory with the same problems. The syntax guide
2017 Mar 03
1
Trouble installing packages when history mechanism is modified by user profile
I tried installing the 'ks' package from my interactive R session, it
failed with the following
Erreur dans .External2(C_loadhistory, file) :
aucun m?canisme d'historique des commandes disponible
Calls: <Anonymous>
Ex?cution arr?t?e
second line is french for "no command history mechanism available", fouth
is "execution stopped".
This does not happen when I
2001 Feb 05
1
packages, help
Hi,
Using help under help.start() is working fine (html)
Q1:
using > ?solve results in the message
"sh: ~/R/tmp/R4f32S1cfb: cannot open"
displayed in the XEmacs buffer "help[R](solve)". BUT there exists a file
R.R4f32S167e
in that directory. (not quite the same name).
Does the "sh: " prefix suggest that the shell "sh" is run, although my
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
2009 Feb 27
0
Setting initial starting conditions in scripts
Hello,
I'm writing a variety of R scripts and want to code the loadhistory and
workspace from within the script. I found the loadhistory function but do
not see a comparable function for load workspace. Is there one ?
Working with R 2.8.1 (2008-12-22) on a windows platform.
Thanks for any and all suggestions.
Steve
Steve Friedman Ph. D.
Spatial Statistical Analyst
Everglades and Dry
2007 Feb 05
1
Build error with last R-devel tarball
Hi,
On Windows, with last R-devel tarball (r40647) from
ftp://ftp.stat.math.ethz.ch/Software/R/R-devel_2007-02-04.tar.gz
I get the following build error:
E:\biocbld\bbs-2.0-bioc\R\src\gnuwin32> make
...
...
---------- Making package utils ------------
adding build stamp to DESCRIPTION
installing NAMESPACE file and metadata
installing R files
Error in namespaceExport(ns, exports) :
2005 Jun 22
0
load history does not work on OS X
I am running R 2.1 on OSX 10.4 using the precompiled binaries/
Raqua.app. loadhistory() nor load history (from the history
'drawer') do NOT work. I can save history files and even see them in
a text editor just fine, but cannot load any information (even after
loading library(utils)).
Google and list-searches have been to no avail.
Thanks in advance for any insight ...
Steve
2013 Apr 15
1
View saved workspace commands
R version : 2.15.2
Windows: 7 32-bit
Hello,
I was trying to load a saved workspace image from the working directory.
I issued the command load('image_name') in R console. It did not throw any
error, but then it returned the prompt. I want to view the commands (or
history) I typed there, how do I do that? Pressing up arrow does not bring
any of this workspace command, it rather brings
2010 Sep 16
3
funciones en R potencialmente peligrosas via web?
Hola:
Para el desarrollo del nuevo PluginR de Tiki (para poder ejecutar
scripts de R desde Tiki: en páginas Wiki, hojas de cálculo web, etc,
http://dev.tiki.org/PluginR ), por ahora estamos usando la lista de
funciones que se usaban en el proyecto r-php, y que fueran heredadas por
la extensión R de MediaWiki.
Como r-php se hizo hace algunos años (2006), me pregunto si alguien sabe
si hay
2006 Feb 03
2
(newbie) Saving the workspace in .txt format
(newbie question) How do I save the workspace in Windows text format
(with the file extension .txt)? Also, having saved it and edited it,
how do I load it back into the workspace?
The setup is:
Windows XP Home Edition Service Pack 2
R 2.2.0
English language
Administrator privileges are enabled
Tom Jones, a veteran computer professional who is a newbie to R
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
2006 Mar 16
1
autoloading .RData files / .Rhistory file
NOTE: WinXP, R2.2.0
All,
a while back I posted a question about using relative filereferencing.
The responses have allowed me to successfully set up the following
directory structure:
...\data\raw
...\data\derived
...\prog
...\lst
...\log
In the \prog directory I have put an RGui.exe shortcut and "pointed it"
at \prog as the "Start In" location. In the same
2005 Sep 06
2
help.search problem
Dear Fellow R Users,
I have recently come across a weird problem with help.search:
> help.search("tps")
Error in rbind(...) : number of columns of matrices must match (see arg 8)
>
This happens no matter what I search for...
Any thoughts ?
Thanks,
Tolga
Please follow the attached hyperlink to an important disclaimer
2012 Nov 09
0
Wine release 1.5.17
The Wine development release 1.5.17 is now available.
What's new in this release (see below for details):
- Sub-pixel font anti-aliasing in the DIB engine.
- Support for automatic installation of ActiveX controls.
- Automatic fallback to TLS 1.0 for secure connections.
- Beginnings of the DirectWrite text analyzer.
- Better handling of font outlines in OpenGL.
- Various bug fixes.