Displaying 20 results from an estimated 10000 matches similar to: "Directories"
1999 May 12
0
Problem with stripplot
I have had a problem with stripplot. Documentation does say that method
="stack" is only appropriate for granular data, but I don't think that
means it should fall over.
> difference
[1] 2.0 1.3 2.8 -2.6 -0.4 -0.4 -1.2 -1.4 -1.0 1.2 -2.6 -1.9
> stripplot(difference)
> stripplot(difference,method="jitter")
> stripplot(difference,method="stack")
1999 May 24
1
Files and Windows/NT
I am using rw0.63.2.
I haven't upgraded because we use R for teaching. Students use R at
home, and we don't want to change them over in midsemester.
Also we have some additional functions we use, and we need to test them
before we start to use a new version. Which brings me to my question.
To help with testing we are preparing a test file which will run through
all our examples. In the
2003 Jan 10
1
Creating packages
I am trying to create a package. I have succeeded in running R CMD check
and R CMD build on an Intel box running Redhat. I would now like to
build it on Windows as well. There is no compiled code in the package at
all.
I have downloaded the tools from Brian Ripley's Building R for Windows
page, and installed Active Perl 5.8.0. I have set paths, and Rcmd and the
tools are being found ok. I am
2006 Feb 11
1
Errors using update.packages()
When trying to update packages after the sysadmin updated R on my unix box
I got errors on some packages. For example for chron:
* DONE (chron)
mkdir: cannot create directory `/usr/lib/R/library/00LOCK': Permission
denied
ERROR: failed to lock directory '/usr/lib/R/library' for modifying
I got similar messages for spatial and cluster and warnings for other
packages. Finally I got:
2011 Sep 08
3
Can't load workspaces
I've seen a number of issues with the loading of workspaces discussed previously, but here's another one... I simply can't load any saved workspace at all... Here's an example, starting with an empty workspace and creating a single variable "a".
> a<-1:5
> save.image("a.Rdata")
> rm(a)
> load("a.Rdata")
Error in function () : unused
2007 Aug 22
6
Synchronzing workspaces
How do people go about synchronizing multiple workspaces on different
workstations? I tend to wind up with projects spread around the various
machines I work on. I find that placing the directories on a server and
reading them remotely tends to slow things down.
thanks,
Eric
--
Eric Turkheimer, PhD
Department of Psychology
University of Virginia
PO Box 400400
Charlottesville, VA 22904-4400
2007 Oct 30
1
postscript(), used from a pre R-2.6.0 workspace
I find that if start R-2.6.0 in a workspace with no .RData file,
load one of my workspaces from R-2.5.1 or earlier into R-2.6.0,
and then before doing anything else type postscript(file="z.ps"),
I get::
> ls()
character(0)
> load(url("http://www.maths.anu.edu.au/~johnm/r/test5.RData"))
> postscript(file="z.ps")
Error in postscript(file = "z.ps")
2013 Apr 12
3
Error loading workspaces after upgrade
An embedded and charset-unspecified text was scrubbed...
Name: nem el?rhet?
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130412/f2e12b77/attachment.pl>
2006 Oct 13
2
Version of R in saved workspaces
useRs and developeRs-
Apologies for my naivety, but I just couldn't figure out how to open an
old workspace (created using R 2.3.0) using R 2.3.0 and not R 2.4.0
which is currently happening. For all I know this has always been the
case, but I'm having a problem with a function that doesn't work in
2.4.0 but does work in 2.3.1 (function is in the process of being
fixed). So I would
2012 Nov 08
3
problem with package development and older defs earlier in search order
Hi,
I have a problem with a package I have developed in that functions do not get loaded due to older versions of the functions being in the .GlobalEnv? fetched from .Rdata files stored from previous saved workspaces. I need to be able to fix this somehow when I load the package. I do not want to mess up the search order to fix the problem.
How I got myself into this mess is that I started
2009 May 16
3
How to save R "clean" sessions in BATCH mode?
Thanks a lot for all of you that have reply me about opening and
ending R workspaces in BATCH mode. However replies were a king general
and I?m afraid I could not take the entire message from them.
Therefore I chose to expose here a representative fraction of my work.
I have 50 Rdata files (F1,F2,F3,F4,
,F50) with objects inside.
I need to:
open F1:
- perform some simple operations
2007 Jan 25
3
Error in loadNamespace(name) (PR#9464)
Full_Name: Ross Darnell
Version: 2.4.1
OS: Linux
Submission from: (NULL) (130.102.133.33)
rdarnell at pc:~/Data$ ls -al .RData
-rwxrwxrwx 2 root root 13551 2006-12-06 08:58 .RData
rdarnell at pc:~/Data$ R
R version 2.4.1 (2006-12-18)
Copyright (C) 2006 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
2007 Apr 23
5
Changing working directory
Good morning,
I keep copies my .RData file in different directories for different projects on Windows XP. There is an icon on my desktop for each project so all I have to do is click on the icon to open R for a specific project, i.e. a specific .RData file. How do I change to another .RData file from within R without first closing R?
Thanks,
Walt Paczkowski
2004 Mar 25
2
R 1.9.0 alpha
I saw a reort on R-help (without answer) about not being able to load
old workspaces
(.RData files) in 1.9.0alpha. I have seen the same problem with some
of my workspace, although most of them loads without problems.
(rw1090alpha as of 17.03, windows XP).
Why will some workspaces not load?
Kjetil Halvorsen
2001 May 10
4
Passing a workspace file as argument
What is the best way (if possible) to pass the name of a workspace file to R
when it starts so it is loaded instead of .RData ?
I would like to know this for Linux and windows version. For windows I would
like to associate the .RData extension so doubleclicking the file starts R
and loads it.
Thanks
--
Victor Moreno V.Moreno at ico.scs.es
Servei
2012 Jun 01
1
getting the name of the working .Rdata file
dear all,
I do not if it is a nonsense question..
Is it possible in the R session to get the name of the current .Rdata
file that I ran?
I mean: suppose I double click the file myfile.Rdata. ls() returns the
names of the objects in the current workspace (that is saved in
myfile.Rdata). In the current R session, I would like to obtain
"myfile.Rdata". Is it possible?
Thanks in
2007 May 16
2
'attach workspace' on R console File menu
Quite often I save misc functions and data objects as .RData files that I
can use in other sessions. Although I could 'Load Workspace" these files,
most of the times I prefer attaching them. It would be really convenient to
have a menu item under the File menu on the Windows R Console to allow
attaching workspaces, e.g.
--------------------
Attach Workspace...
Load Workspace...
Save
1999 Mar 02
2
Problem with Rterm.exe
I have downloaded rw0632 (Windows Version) from the CRAN at ETH Zuerich.
Im working with NT4.0 Service Pack 4. I can start without any problems
the GUI program Rgui.exe.
But by using Rterm.exe (batch mode or with ESS respectivelly) I always
get an error "the instruction at "0x10018ee8" referenced memory at
""......."
Any ideas what is wrong?
Best Regards
Markus
2002 Apr 22
2
.RData
Dear all,
I have a version 1.3.1 of R which is under Linux Redhat. I have worked
with it without any problem.
But now when I try to run R, I get the error message as follows :
Error: an xdr real data read error occured
Fatal error: unable to restore saved data in .RData
Thank you in advance and sorry if my question is perhaps simple.
Aboubakar Maitournam.
1999 Feb 15
0
can't find functions?
Dear all,
I have recently installed R0.63.2. under Win95. and with it a number of
contributed packages. The instructions for adding packages was to unzip
the files into the "directory rw0632\library. They are then available
for use."
However, when I tried one of the function below, I got a Error: couldn't
find function "cclust".