Displaying 20 results from an estimated 300 matches similar to: "I cannot load my workspace in R"
2013 Jul 22
2
[LLVMdev] Questions about MachineScheduler
Hi,
I'm working on defining a SchedMachineModel for the Southern Islands
family of GPUs, and I have two questions related to the
MachineScheduler.
1. I have a resource that can process 15 instructions at the same time.
In the TableGen definitions, should I do:
def HWVMEM : ProcResource<15>;
or
let BufferSize = 15 in {
def HWVMEM : ProcResource<1>;
}
2. Southern Islands has
2010 Feb 06
2
R-Help
Hi - I am not familiar with R. Could I ask you a quick question?
When I read a file like this, I get an error. Not sure what I am doing
wrong. I use a MAC. How do I specify a full path name for a file in R? Or
do files have to reside locally?
> KoreaAuto <- read.table(""/Users/
raviramaswamy/Documents/Rutgers/STT 586/HW1 Data.txt"")
Error: unexpected numeric
2013 Jul 23
0
[LLVMdev] Questions about MachineScheduler
On Jul 22, 2013, at 11:50 AM, Tom Stellard <tom at stellard.net> wrote:
> Hi,
>
> I'm working on defining a SchedMachineModel for the Southern Islands
> family of GPUs, and I have two questions related to the
> MachineScheduler.
>
> 1. I have a resource that can process 15 instructions at the same time.
> In the TableGen definitions, should I do:
>
> def
2005 Mar 11
4
(no subject)
--- Ryan Lane <ryanlane@gmail.com> wrote:
> On Fri, 11 Mar 2005 07:21:39 -0800 (PST), Steven
> Vishoot
> <sir_funzone@yahoo.com> wrote:
> > ok now i am frustrated. this is the third day in a
> row
> > that my server has crashed running centos4, i can
> not
> > ping or access the console but the hardware is
> still
> > running. it does not leave
2006 Feb 19
1
Importing data
Hi all,
I'm a new R user trying to import some tab delimited data. It's not
clear to me why the following code won't work on my Mac:
> read.delim("asphodel:Users:will:Desktop:Math_282:hw2:hw2-
data1.txt",header=TRUE)
Error in file(file, "r") : unable to open connection
In addition: Warning message:
cannot open file
2020 Sep 29
5
Question about hardware failures / FSD
Hello,
The UPS I am developing a driver to is able to report several flags for
critical hardware conditions, like overheat, overload, inverter failure,
output short etc. What should be the correct policy of operation when such
a condition occurs? I think that the an UPS in such a condition is not
reliable and therefore a system shutdown should be called. However, the
developer's manual and
2010 Jul 13
1
Time Variable and Historical Interest Rates
Guys, I wrote to the finance mailing list earlier with my questions but was
directed here.
Sorry for the repeat.
---------------
library(quantmod)
....
now <- Sys.time()
midnight <- strptime() # <---- I want to make this a static variable
that will be equal to 12:00:00 am but I dont know what to put here. I keep
getting NA for everything I do
if(now == midnight) {
2011 Apr 21
1
How to Retrieve content of the document?
Hi,
I have just started using xapian and I may sound like a noob. I want to know
how i can access the content of the document retrieved while searching. I
have used the code found on this mailing list itself to index my database.
#!/usr/bin/perl -w
use strict;
use Search::Xapian;
use File::Find;
my $DATABASE_DIR = '/home/rohit/Desktop/SET/DB';
my $db =
2011 Aug 04
2
How to see the previous commands after save workspace/load workspace ?
I did save workspace and when I load it, I can see the variables,
using ls().
But I cannot see the commands from the program I saved. How to do
that?
2006 Aug 26
1
Memory usage decreases drastically after save workspace, quit, restart, load workspace
Dear all,
I have the following problem:
- I have written a program in R which runs out of physical memory
on my MacBook Pro with 1.5 GB RAM
- The memory usage is much higher then I would expect from the
actual data in my global environment
- When I save the workspace, quit R, restart R and load the
workspace again, memory usage is much less then before
(~50 MB instead of ~1.5
2013 Dec 06
0
compiz workspace panel show 4 workspaces when I have 8
Compiz is showing only 4 workspaces when I log in. If I go in to the compiz
settings manager -> general -> general options -> desktop size it says 8 in
Horizontal Virtual size. I can get it to work right if I move Vertical
Virtual size to the right then back to 1. How do I get it to stay showing
8?
Thanks,
-wes
2007 Dec 28
1
workspace switcher
Hi all,
I added the "workspace switcher" and I now have 4 virtual screens.
When I do "vncviewer machine" works and shows me the current 1-4 display.
however, I want to go directly to one of the 1-4 displays.
when I do "vncviewer machine:1" it says "unable to connect to host"
How do I get the displays 1-4 to accept the vnc connection?
I have module vnc
2006 Jul 22
1
Create workspace
Hi ,
can anybody tell me How to create workspace on any website using rails code?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060722/050adaf5/attachment-0001.html
2007 Jul 13
1
Saving workspace data
Hi
I imported a lot of text-files with R and saved them by using:
save(list=ls(),file="Grunddaten.Rdata")
After that I wanted to check my saved data and wrote
source("Grunddaten.Rdata")
This gives me an error:
Error in parse(file, n = -1, NULL, "?") : Syntax error at 1:
Can somebody tell me what I am doing wrong (I am using R.2.4.1)?
Renger
2012 Mar 21
0
CEBA-2012:0400 CentOS 6 kdebase-workspace FASTTRACK Update
CentOS Errata and Bugfix Advisory 2012:0400
Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-0400.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
2f9bd77217cdc6eb22865ecccb344d3bafbdfa850742058815350486d5995a1f kdebase-workspace-4.3.4-23.el6.i686.rpm
2007 Jan 29
0
can not load my workspace any more
Hello everybody!
I've been working now for quite a while with my R envoirment. However,
today I tried to load it as usal, but I only get the error message
Error in methods:::mlistMetaName(mi, ns) :
the methods object name for 'plot' must include the name of the package
that contains the generic function, but there is no generic function of
this name
This happens directly after I
2006 May 05
0
Workspace restoration error
Dear All,
I am working with the new release of R (2.3.0) and have the following
problem:
I started it the first time, did some computations and the saved the
workspace
upon exit. Next time I launched it, I got a message "fatal error: unable to
restore saved
data in .RData".However, if I physically remove the .Rdata file from the
directory,
launch "clean" and manually load the
2006 Oct 06
1
how to check object size in workspace
hi,
I tried to keep my workspace as small as possible when i tried to
save.image(). Sometimes, I am not sure whether obj in workspace will
be needed in future or not. However, I want to delete some "big" ones
when I use save.image(). BTW, I know I could use "save", but I would
like to know : how to check objects' size (the size when I try to save
it in disk) in workspace,
2002 Mar 05
1
Wine, Windowmaker and the workspace-shortcut
Hi all, I am using wine from SuSe 7.3 Pro on Windomaker to run my Lotus
Notes under Linux.
My Question: How can I still use my windowmaker-shortcuts to switch to the
next workspace (Ctrl-Alt-Right/Left) while running Wine .... Wine does not
give me the possibility while running the windows application (Lotus
Notes) to accept this shortcut for Windowmaker ... is there a chance to
change or
2006 Oct 31
0
6383534 xref(1) should show an example for multiple subdirs of a workspace
Author: meem
Repository: /hg/zfs-crypto/gate
Revision: 563d83732b6842d2ba3137bccf97d32e3e746644
Log message:
6383534 xref(1) should show an example for multiple subdirs of a workspace
Files:
update: usr/src/tools/scripts/xref.1