Displaying 20 results from an estimated 20000 matches similar to: "Create workspace"
2006 Mar 31
6
Radrails: workspace in use, choose a different one
I''ve just begun using Radrails and am experiencing a puzzling error. When I
set my workspace to my home directory/some subdirectory, Radrails starts
correctly. I would like to set the workspace to /var/rails where I have all
of my existing rails apps but Radrails fails to start with the error:
workspace in use, choose a different one. Any ideas? I want to edit the code
in the directory in
2009 Sep 07
2
R-crash when loading workspace - Windows
Dear all,
One day when I tried to load an existing workspace (when opening R or by load()), R crashed without any error notification.
The day before I had worked and saved my workspace without any trouble.
At first I though it was a memory problem (workspace reaching 180Mo) or related to a particular script or command, so I start a new workspace. Everything was ok, that script and others
2010 May 31
3
How to delete the previously saved workspace restored
Dear all,
I am a new user of R, here I have a question about remove the previous
restored workspace. I saved the workspace last time, but R always
automatically load the workspace when I open it. I try to remove the
object and then close R without saving. But next time when I open R, it
always load the previous workspace. I want to delete the .RData in the
directory, but I have no clue
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
2006 Oct 18
1
selectively load some objects from old workspace
Dear Listers:
I have a question on loading objects from workspace:
suppose I have two workspaces for two approaches. My old workspace has
some objects I need for the new workspace but I don't want to load the
whole old workspace and remove most of the old objects and get what I
want. Is there an easier way to do like this:
load "some needed obj" from old workspace, which has been
2004 Feb 21
3
saving variables created by functions in the workspace
Hello ,
just a simple question from a beginner:
I write the function:
plotsinx <- function()
{
x<-seq(0,2*pi,0.01)
sinx<-sin(x)
plot(sinx)
}
I recall it:
plotsinx()
and the plot works properly.
but then in the workspace if I want to look at the
values of sinx the following error is displayed:
Error: Object "sinx" not found.
How to save the variables created by the function on
2009 Jun 05
2
Show location of workspace image on quit?
When I quit R, it says:
> q()
Save workspace image? [y/n/c]:
and since I've probably got 3 R sessions running in however many
different directories and I might have jumped around with setwd() , I
forget exactly where R wants to save its workspace image. So could q()
be changed to say what file it is going to save to before it does?
Currently I have to hit 'c', then do
2006 Nov 13
2
catch event when workspace is changing
Hi,
how do you do that? In normal session, this is how you do it with python:
import gtk
import wnck
def workspace_changed(screen):
workspace = screen.get_active_workspace()
print workspace.get_name()
screen = wnck.screen_get_default()
screen.connect("active_workspace_changed", workspace_changed)
gtk.main()
With compiz, that code does not work because compiz use only one
2014 Sep 05
1
[CentOS7] switching workspace on external monitor
Hi,
I just installed CentOS 7 on my NB and I'm experiencing problem during
switching the workspace in GNOME3 environment. The workspace on my NB
display is working correctly after change from one workspace to another.
But the windows placed on the external/second display stay on the active
workspace.
I found the description and solution of this problem here:
2017 Jun 08
2
Workspace en Rstudio
Estimados,
Les tengo una pequeña consulta.
Estoy trabajando con ASReml en Rstudio, me encuentro corriendo un modelo
(CHL) para obtener el ANOVA de la interacción de los factores gen x env
CHL<- asreml(fixed= MS~geno:env, random = ~rep, data = index) (interacción)
Sin embargo, cuando ejecuto el modelo, R indica que siguiente mensaje:
Current workspace: 128.000000Mb
Warning message:
Abnormal
2011 Nov 03
2
data frame to workspace
Is there a way to import a data frame into a workspace? I created a data
frame and from my understanding, a data frame is a type of object, and that
the workspace stores the current session's objects. Wondering why my data
frame is not showing up...
Any thoughts/suggestions?
--
View this message in context: http://r.789695.n4.nabble.com/data-frame-to-workspace-tp3986415p3986415.html
Sent
2007 Jun 15
2
Problem with workspace loading after languageR use
Hello R,
To analyze multi-level data, I started learning and using lmer. So far
so wonderful. I then found some useful functions in package languageR.
But then the following problem ocurred: Whenever I load and use the
languageR package, then save the workspace - or quit R with saving the
workspace - I am unable to reload that workspace in a later session.
That is, R doesn't start at all
2009 Sep 26
1
Problem with downloading workspace file from a web address
Dear All,
To load a previously saved workspace, one can do the following:
load("/path/to/the/saved/workspace/file")
However, if the path to the saved workspace file is a web address, one
gets the following error:
?Error in readChar(con, 5L, useBytes = TRUE) : cannot open the connection
In addition: Warning message:
In readChar(con, 5L, useBytes = TRUE) :
cannot open compressed file
2004 Jan 20
3
Changing workspace from within an R session
Hello R-users,
is it possible to navigate from one workspace to the other from within an R
session or does one has to close R and restart it from the directory where
resides the desired workspace?
For example from Splus I have this little function, see at the end, which I
used all the time to navigate between valid Splus directories. I find this
particularly usefull when I develop new
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")
2006 Feb 03
2
workspace question
All,
When starting R, how does one prevent the loading the previous
workspace which was saved? I'd like to start a new project
and save the new image in a different directory, but I'd like to
partition this from the old project. Does there exist a better
way than just deleting the files associated w/ the old project
manually? I looked in the Intro to R manual and searched for
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
2012 Jul 23
2
Workspace Question.
I recently installed R version 2.14.1. After a session (not my first) in 2.14.1, I
saved the 'workspace image'. I then opened earlier R versions, 2.14.0
& 2.12.0, and the only objects listed were from the 2.14.1 session.
All the work under those previous versions were gone, to my dismay. This did not happen when I was working in 2.14.0, as 2.12.0 objects were not affected when
2006 Nov 27
5
automatic cleaning of workspace
I'm having that problem where I am sometimes using an object that's from
a previous workspace when I don't want to be doing that. I was thinking
of putting rm(objects=ls()) in my first.R function But, the problem with
doing this, is that it doesn't prompt you with "are you sure" and there
could be very rare cases where I don't want to delete the workspace ? Is
there a
2001 Dec 13
5
R workspace
Dear all,
I m using R version 1.3.1 under linux (Red Hat).
When i left my session, naturally i have the question
Save workspace image? [y/n/c]?
I said n because I want to remove all the contain of my workspace.
Then I left R with q().
When I open new session I have the R welcome message and
[previously save workspace restored]. By typing ls() I find
what I have normally removed and I want to