Displaying 20 results from an estimated 2000 matches similar to: "rw0632 makes stray .Rhistory orphans"
1999 Feb 25
1
rw0632: Can not install packages
I have huge problems to get additional packages working with rw0632. After
copying the ctest package to library, I can do a
> library(help = ctest)
bartlett.test Bartlett Test for Homogeneity of Variances
binom.test Exact Binomial Test
...
which dutifully list the content of the package.
But loading the package does not work:
> library(ctest)
Warning: Package
1999 Feb 17
1
Where is the base package?
I would like to be a new R user but I have hit a major road block at the
start:
After installing the rw0632 on NT4, Rterm and Rgui both crash. Running RTerm
under gdb gives
...
R : Copyright 1999, The R Development Core Team
...
Fatal error: unable to open the base package
What does this really mean?
Regards
Karl
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
2009 Dec 09
3
.Rhistory in R.app
Dear R users,
I am having a minor but annoying issue with R.app. It doesn't retain
the history information from the previous sessions. By "history," I
mean a record of commands/functions entered into R rather than the
list of objects--that is properly recorded in the .Rdata file as well
as in a workspace file I save separately.
System details:
R version 2.9.0
R.app GUI 1.28
Mac OS
2000 Jun 29
3
Overal plot title after mfrow and .Rhistory questions.
Hello everyone,
I had a few questions that I have not been able to figure out despite a lot of
reading.
1) Adding a title to a multiplot figure:
If I plot multiple plots with
>par(mfrow=c(2,6))
how do I add an overall title to the figure, not the individual plots?
2) Saving histories on the fly:
Is there a .Rhistory equivalent to
>save.image()
? I would like to be able to save the
2003 Jun 12
3
defaults in R: packages, .Rhistory
With the current version (rw1070), every time I start R it loads a whole
bunch of packages, many of which I do not need in a typical session:
> search()
[1] ".GlobalEnv" "package:methods" "package:ctest" "package:mva"
[5] "package:modreg" "package:nls" "package:ts" "Autoloads"
[9]
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
1999 Jan 28
0
rw0632
A couple of quibbles with Guidos new version:
Certain "upper-ascii" characters do not show on the command line
unless followed by a nonblank. One of those being the last(!) letter
of the Danish alphabet, "å" (aring). Very peculiar.
On drives mounted from a Novell server, R refuses to overwrite
existing .RData and .RHistory files on shutdown. Works fine on real
hard drives.
2003 Nov 20
1
Hidden Rhistory files
Hi all,
I've ecountered a problem in the last few days with my .Rhistory file
not being able to be updated when I quit an R session because its file
attributes under Windows have been set as "Hidden". Recently, I put the
following line in my global Rprofile file:-
history(max.show=Inf)
so that I automatically open the entire history file for a project when
I begin a session, but I
2010 Apr 11
2
".Rhistory in Mac OS X"
Dear R'ers,
I use
R version 2.10.1 (2009-12-14)
Copyright (C) 2009 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
and
Mac OS X 10.5.8
and use to work in different dierectories. When doing so it appears as
if the .Rhistory file from my home directory always is loaded
even when I want the file from the directory where I'm working.
I have tried to fix it through preferences
2011 Sep 14
2
Difficulty with saving .Rhistory
Current systems
??? OS: RedHat SE Linux 5.7, fully patched
??? R: R-2.13.1
I am a new R user.
The R installation needs to be very tight because I plan to use it after I am employed on Internet facing systems to analyse firewall and filesystem log data.? Everything to my knowledge regarding R installed correctly.? I saw no warnings until saving THE WORKSPACE.
NON-ROOT OUTPUT CURRENTLY YIELDS
2001 Sep 08
1
.Rhistory
It seems that when I choose not to save the workspace, R then chooses
not to update the command history saved in the file .Rhistory.
I can see a rationale for this, but I find it annoying; I might well
want to be able to get at previous commands, even if I don't want to
keep the objects created by these commands.
Is there anyway of changing this behaviour --- i.e. to get R to save
the
2011 Jan 20
1
Question on RData and Rhistory extentions
Hi,
It seems simple but I could not find the solution on the R site.
I can't save properly ".RData" and ".Rhistory" in Windows 7 folders. I get
files with no extension.
Thanks in advance for your help.
JP
Jean-Philippe Puyravaud
9A Frederic Osanam Street
Colas Nagar
Puducherry 605001
E-mail: <mailto:jp.puyravaud@gmail.com>
2009 Dec 25
0
problem with .Rhistory
Dear R People:
I just updated to R-2.10.1 on an Ubuntu Karmic Koala and am getting
the following with saving .Rhistory
erin at erin-desktop:~$ R
R version 2.10.1 (2009-12-14)
Copyright (C) 2009 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type
SUGGESTION: Proposal to mitigate problem with stray processes left behind by parallel::makeCluster()
2019 Mar 27
0
SUGGESTION: Proposal to mitigate problem with stray processes left behind by parallel::makeCluster()
The problem causing the stray worker processes when the master fails to
open a server socket to listen to connections from workers is not
related to timeout in socketConnection(), because socketConnection()
will fail right away. It is caused by a bug in checking the setup
timeout (PR 17391).
Fixed in 76275.
Best
Tomas
On 3/18/19 2:23 AM, Henrik Bengtsson wrote:
> (Bcc: CRAN)
>
>
2007 Mar 08
1
reading a text file with a stray carriage return
Hi,
I'm hoping someone has a suggestion for handling a simple problem. A
client gave me a comma separated value file (call it x.csv) that has
an id and name and address for about 25,000 people (25,000 records).
I used read.table to read it, but then discovered that there are stray
carriage returns on several records. This plays havoc with read.table
since it starts a
2002 Sep 19
3
savehistory directories and quitting R (PR#2038)
#
# r-bugs@r-project.org
#
######################################################
Because I work in different directories, but always want to save my
.Rhistory in the same place, I have changed the system function savehistory
to this:
function (file = "D:/R50/.Rhistory")
invisible(.Internal(savehistory(file)))
When I use q() to quit R, and it asks me whether I want to
2019 Nov 28
3
[PATCH] remove stray `;` after function definitions
On 2019-11-27, Damien Miller <djm at mindrot.org> wrote:
> applied, thanks. Surprised the fairly aggressive set of -W flags we use
> by default didn't catch this...
This can be caught with -Wpedantic, which seems to catch a few more
instances of this, as well as passing non-void pointers to printf for
the `%p` format specifier. Patches attached for these.
However, it also catches
2019 Nov 27
2
[PATCH] remove stray `;` after function definitions
This is not valid in ISO C.
---
ssh-sk.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ssh-sk.c b/ssh-sk.c
index 2b25c42f..3d6ac3d0 100644
--- a/ssh-sk.c
+++ b/ssh-sk.c
@@ -153,7 +153,7 @@ sshsk_free_enroll_response(struct sk_enroll_response *r)
freezero(r->signature, r->signature_len);
freezero(r->attestation_cert, r->attestation_cert_len);
freezero(r,
2012 Jan 12
3
remoting ESS/R with tramp
Tom Roche Thu, 12 Jan 2012 11:56:25 -0500
>>> * I have access to the cluster [where I want to run R] configured
>>> [in .ssh/config] such that I can `ssh t` from commandline.
>>> 1 I can open an R file on the cluster with
>>> `C-x C-f /t:/home/me/onlyOrigDN2.r`
>>> from my laptop, and note the following
>>> *Messages*
>>> >