Displaying 20 results from an estimated 500 matches similar to: "add sessionInfo() option to "save""
2012 Feb 01
2
location of check.Renviron on Windows
Doing package development on a Windows 7 machine, and I want to tell R
check not to worry about the "suggested" packages.
I realize this can be done using the ~/.R/check.Renviron file, but
what directory corresponds to "~"? Is that supposed to be the user
directory? Or is it some other directory?
I have this _R_CHECK_FORCE_SUGGESTS_=false (have also tried FALSE) in
2011 Feb 15
3
expected behavior when parsing lines with special characters
Say I have a tab-delimited table I want to read into R. What should I
expect to happen if some of the entries contain the character " ' "? I
thought it would read the file fine, but that is not what happens.
Instead, all the values in between two " ' "s get read into one field,
and things are just seriously messed up. Is this a bug, and besides
removing the offending
2010 Oct 28
1
adding environment variables
Hi All,
I am developing a package that requires information about the location
of a set of files that will be used often in the calculations. In my
current version, I define the location in the main file that calls all
the subfunctions. This works fine when you are installing from source,
but will not work so well if I want people to be able to install
binary versions of the package. Therefore, I
2011 Mar 07
0
visualizing data flow and function calls
Hi All,
I don't know if such a thing exists, but I am looking for a way to
better keep track of where data is going, how it is being modified,
and what functions are acting upon it when I give the data over to a
function that calls many subfunctions (as happens in my current
package I am working on), or in an R script I am using to do multiple
processing steps on data. Currently I find it
2010 Mar 18
2
list names
So I have a list variable, and each item has a name. Is it possible to
return just the names in the list and not the contents of each one?
Example:
Currently, if I have a list variable "matrices", and it contains 3
matrices, "M1", "M2", and "M3", if I type:
matrices, R returns $M1 -> listing of numbers in matrix; $M2 ->
listing of numbers in matrix,
2010 Apr 06
2
respecting original matrix dimensions
Hi All,
I'm hoping someone else can help me out with this. I am doing some
matrix algebra using sub-parts of matrices, and sometimes I need only
a single row/column of the original matrix. However, whenever I pull
out only a single row/column, R returns a row vector, but often this
will break my matrix algebra. Is there any *easy* way to get R to
remember what the single row/column came out
2010 Mar 11
1
console window always on top
In R on Windows (ver 7) I have somehow set the preferences for the R
console window to be always on top. I'm sure at the time I did this it
seemed like a good idea, but in practice it is not. Unfortunately, I
cannot remember where the setting is changed, and thus it is stuck
this way. Does anyone know how to modify this setting?
Thanks,
-Robert
Robert M. Flight, Ph.D.
Bioinformatics and
2011 Jan 30
2
problem reading file containing bit vector
Hi I have a tab delimited file with fillowing content:
"swissProtID" "entrezID" "bitVec"
"Q62924" "---" "00000000100010000000000000000000"
"P18897" "---" "00000000000001000100000000000000"
"Q62736" "---"
2005 Jul 24
2
Busy Lamp Field SIP Phone
Does anyone have a recommendation for a good SIP phone with a busy lamp
field? I need my operator to be able to see extension status for about
20 extensions and transfer via HOLD + extension button. I've got a pair
of SNOM 360s with the sidecar, but I'm very disappointed with them. The
buttons are cheap and rubbery like a Sipura 841, the handset cord is
short and cheap, the audio quality
2010 Jun 16
1
Is there any function to read genbank flat files.
Hi
I am trying to read genbank est flat files. Is there any function in R to do
that. I was looking for something similar to SeqIO.parse(input_handle,
"genbank") in bioPython that convert the genebank sequence into fasta
sequence.
(One option is to call biopython from R but I am not familiar with python
functions so I want to avoid that and I am keeping it as last resort)
Thanks and
2011 Jan 30
2
bit wise operation on long bit vector?
Hi
Is there any function to do bitwise or/and/xor on long bit vectors?
"aaaaa"
"0000000000000000000000000000000000000000000000000000000000000000......................"
"bbbbb"
"0000000000000000000000000000001000000000000100000000100000001100......................"
"ccccc"
2005 Aug 16
2
Polycom 501 dialing problem
When I want to pick up a ringing line, I dial *8 and hit New Call
softkey on my Poly 501. For some reason, if I pick up the hand set and
dial *8, it seems to ignore or drop the 8 digit. I've confirmed that
this happens with all of my 12 Polycom 501s. Does anyone know what would
cause this or how to fix it?
Craig Bruenderman
Network Advocates, Inc.
300 Envoy Circle
Suite 300
Louisville, KY
2005 Dec 15
2
A Rails-based CMS?
Is there a working Rails-based CMS out there and available? I''ve looked
on the web a bit this morning but have not found anything that can be
put in use.
Thanks!
Nathan Mealey
Operations Director
Northeast Region
Pilgrim IT, LLC
NORTHEAST OFFICE
1 Short Street
Northampton, MA 01060
TEL 866.434.4976
FAX 413.587.0572
MIDWEST OFFICE
1815 Brownsboro Road
Louisville,
2003 Oct 09
1
[Bug 740] Sun's pam_ldap account management is not working
http://bugzilla.mindrot.org/show_bug.cgi?id=740
Summary: Sun's pam_ldap account management is not working
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: major
Priority: P2
Component: PAM support
AssignedTo: openssh-bugs at mindrot.org
2005 Aug 10
1
T100P Problems
My carrier tells me our Adtran is seeing error seconds and timing slips.
Is there any way to check this on the T100P, maybe in /proc?
Craig Bruenderman
Network Advocates, Inc.
300 Envoy Circle
Suite 300
Louisville, KY 40299
Main: 502-412-1050
DID: 502-992-5929
Fax: 502-412-1058
Mobile: 502-548-1100
2005 Aug 12
3
7960 TFTP
Are there any known issues with Cisco 7960s and any particular TFTP
daemons? I cannot seem to get mine to speak to a Linux box, but
Solarwinds under Windows works like a charm.
Craig Bruenderman
Network Advocates, Inc.
300 Envoy Circle
Suite 300
Louisville, KY 40299
Main: 502-412-1050
DID: 502-992-5929
Fax: 502-412-1058
Mobile: 502-548-1100
2006 Mar 22
2
Theora streaming from windows
We run an icecast server that several people in Louisville use for audio streaming. A
number of people have expressed an interest in video streaming through it, too, but
cringe when I talk about setting up a linux server for streaming. Has anyone managed
to get streaming working from Windows media encoder using the directshow plug ins?
I'd like to be able to tell people they can encode the
2005 Dec 15
1
date_select help
I''m trying to select items from a database by their date field. The date
data is coming from a form using the date_select helper.
The field in the database is named date_notified_on.
My controller method is this:
def history_date
if(@params)
@notifications = Notification.find(:all, :conditions =>
["date_notified_on = ?",
2005 Jun 29
2
Polycom SoundPoint 501 Problem
I'm attempting to set up my SoundPoint 501 with my Asterisk server. I've
configured DHCP and TFTP and successfully updated both the BootRom and
SIP application. I've also created a custom cfg file for this phone's
MAC address and the settings seem to be taking just fine. I can see that
the phone registers with my Asterisk server but 'sip show peers' reports
that the phone
2007 Feb 16
1
ASUS M2V mobo issues
We have 4 systems supported by ASUS M2V mobos with AMD2 cpus on board. No
we haven't gotten CentOS of any flavor to work yet. Yes, we did load Fedora
Core 6 and it worked, with respect to the SATA driver only. There is a
RAID, Audio and LAN driver for Linux that comes on the M2V mobo CD. The
audio driver installs and works fine on FC6. I've read many of the messages
with respect to