Displaying 20 results from an estimated 900 matches similar to: "Premature termination of script"
2005 Aug 03
2
regexpr and portability issue
Dear all--
I am still forging my first arms with R and I am fighting with regexpr() as
well as portability between unix and windoz. I need to extract barcodes from
filenames (which are located between a double and single underscore) as well
as the directory where the filename is residing. Here is the solution I came
to:
aFileName <-
2005 Aug 13
1
Broken tkrplot on Mac OS X
Dear all--
I have been trying to get the tkrplot package to work in order to use the
bioconductor package genArise.
I am trying to build it on a Mac running OS 10.4.1 with R 2.1.1. Following a
stanadard install from R here the error I get when I try to load tkrplot
> library(tkrplot)
Loading required package: tcltk
Loading Tcl/Tk interface ... done
Error in
2005 Dec 15
3
<no subject>
Dear all,
I am still fairly new to R and try to analyze large tables of data generated
from genomic experiment. Currently, I am trying to plot pair of experiments
coming from different file, trying to look at the behavior of individual
feature in pair of experiment.
My problem is that I have independent list from different source and I would
like to plot the pair of value using a common key. As
2003 Feb 11
3
Tcl/Tk support is not available on this system.
I am trying to get R to run on a Red Hat 8 system, I am running R version
1.6.2 with Tcl/Tk version 8.3.5 installed. When I try to test R from the
data_sets directory I get the error message;
Error in firstlib(which.lib.loc, package) :
Tcl/Tk support is not available on this system
Error in fileBrowser(textToShow = "Choose one CDF file" , nSelect = 1, :
tcl/tk library not available
2006 Jul 25
1
Drosophila Genome 2.0 annaffy annotation
Dear all,
I am currently analyzing a set of arrays hybe on the lattest affy Drosophila
2.0 GeneChip. I am trying to run simple annaffy analysis but canĀ¹t find what
is the name of the annotation file I need to use.
Here is the output of the AffyBatch object I am using:
> expData
AffyBatch object
size of arrays=732x732 features (16749 kb)
cdf=Drosophila_2 (18952 affyids)
number of samples=4
2002 Jun 09
2
GUI Command Equivalent for setwd()
Hi everyone,
Can anyone tell me if there's a command prompt on R1.5.0 Windows that will
bring up the GUI dialog box that performs the same function as setwd() only
interactively? I've hunted around, but can't seem to find anything.
Something like file.choose().
Best wishes, Jess
_____________________________________
Jess Mar
Department of Mathematics
University of Queensland
QLD
2004 Jun 08
2
(no subject)
Hi!!
I am a new user of R (just trying to analysis microarrays with some packages from the bioconductor project).
I would like to import a text-delimeted file containing 20 columns and 22200 rows.
I have tried
read.table;
scan(file="")
<matrix(scan("file", n=20*200,20,200, byrow=TRUE));
Doesn't matter what I try I got the next message:
error in file (file
2006 Mar 17
2
ajax exception
Hello!
This is my first post so hello to the ROR community :)
I am implementing an online editor using the prototype.js lib.
On one of the ajax.request calls I make something weird happens. In the debugger I get this output:
===================
10:36:04:796 [DEBUG] FileBrowser.onServiceResult > inResult = success
10:36:04:812 [DEBUG] FileBrowser.onServiceResult > inResult = exception |
2017 Sep 29
5
Converting SAS Code
Hello all,
My statistical analysis training up until this point has been entirely done
in SAS. The code I frequently used was:
*Yield Champagin;
data yield;
set stress;
if field='YV' then delete;
if field='HB' then delete;
if barcode='16187DD4015' then delete;
if barcode='16187DD6002' then delete;
if barcode='16187DD2007' then delete;
if
2006 Sep 28
15
Inserting rows into linking table
Hi,
I have two objects:
Contacts
Lists
I want to be able to add multiple contacts to multiple lists.
I''ve created a linking table and a form that allows me to select the
contacts using checkboxes, but I''m having some problems with the
controller and model.
I receive the following error message when I submit the form:
Mysql::Error: Cannot add or update a child row: a
2017 Sep 29
4
Converting SAS Code
Regarding point 3, as a moderator I have been helping Andrew get this
post out to the list over the past week. His previous attempts were
encoded in some way that the listserv rejected. He sent me the post via
his gmail account and viewing the source I saw it had at least both
plain test and HTML an I said it was worth a try to post it. Certainly
on my mail client his post displays acceptably
2010 Mar 29
6
Updating records
So I would like to be able to update a record without having to load the
edit page. Lets use checking out a book as an example. From the front
page of my application I would like to be able to have a form field
where I can enter a record id and select one of a couple of check boxes
and then hit submit which will update the associated record with the
action selected by the check box (check out,
2009 Jan 16
12
running a ruby expression stored in a database
Is this even possible? I''ve got a ruby expression stored in a
database, it''s the code to run a plugin since I was having trouble
passing variables stored in the database.
When I try to call the code, it either outputs it as text, or doesn''t
display it at all. It''s supposed to generate an image and display it.
right now the code is stored in the database as:
2007 Oct 24
1
Stubbing Kernel.` (backquote)
I''m trying to stub(!) the Kernel.` (backquote) method and I''m having
confusing (to me) results. Here''s the method I''m spec''ing:
class Barcode
...
def raw_barcodes
self.make_temporary_copy
`OcrBarcode #{self.temp_file_path}`
end
...
end
And this is my (newbish) attempt at the spec:
describe "Calling @barcode.raw_barcodes" do
2017 Sep 29
0
Converting SAS Code
You might get better answers if you
1 - break this down into separate issues
2 - tell us what you want to achieve in words rather than SAS, we all
read English but few of us speak SAS
3 - post in plain text not HTML as HTML mangles your post
On 29/09/2017 13:47, Andrew Harmon wrote:
> Hello all,
>
> My statistical analysis training up until this point has been entirely done
> in
2017 Sep 29
0
Converting SAS Code
I will offer an opinion, with which others may fairly take issue.
If you are coming from SAS and wish to learn R, you should forget about SAS
entirely; it is ancient and convoluted. But more to the point, as others
have already suggested, you will only confuse and hamstring yourself trying
to convert the programming paradigms of one language into another. Better
to consider the **tasks** you wish
2006 May 21
5
no enter/click app [barcode reader]
I there
We are making an app using barcode readers and it would be great if we
did not have to hit enter or click each time an product is scanned,
does anuybody has eny idea about how to achive this?
Thanks in advance
2017 Sep 13
2
https://ctan.org/tex-archive/graphics/pstricks/contrib/pst-barcode/
Hi,
https://ctan.org/tex-archive/graphics/pstricks/contrib/pst-barcode/
says that pst-barcode is included in texlive.
I installed texlive, and it can?t find pst-barcode.sty. Is that a
bug in the packaging Centos does, or is texlive in Centos some
derelict version?
2013 Jul 16
2
pxechn.c32: passing options to iPXE
On Tue, Jul 16, 2013 at 6:26 AM, Gene Cumm <gene.cumm at gmail.com> wrote:
> On Mon, Jul 15, 2013 at 11:57 PM, Alexandre Blanchette
> <blanalex at gmail.com> wrote:
> > In PXELinux 4.06 (the vanilla version, not gpxelinux.0), I'm trying to
> use
> > pxechn.c32 to call iPXE (undionly) with option 67 set to call an iPXE
> > script.
> >
> > The
2008 Nov 24
2
64bit R for Mac
Dear R gurus,
On the CRAN website, it says that a 64bit version for Mac OS Tiger would be release shortly. Do we know what are the expected dates? Will the packages be also compiled for 64bit?
We are running large microarray analysis and we keep hitting the 3Gb memory limit.
I saw that there is a version available on the development mirrors, but I am not too excited to replace our very stable