Displaying 20 results from an estimated 10000 matches similar to: "Deleted objects keep coming back"
2005 May 25
3
Rounding fractional numbers to nearest fraction
Hi all,
I've got a matrix of fractional data that is all positive and greater than
zero that I would like to "loosely" classify, for lack of a better word. It
looks something like this :
1.07 1.11 1.27 1.59 0.97 0.76
2.23 0.98 0.71 0.88 1.19 1.02
What I'm looking for is a way to round these numbers to the nearest 0.25,
i.e. the above matrix would be
2005 Oct 03
3
Problem building/checking library that requires input from user
Hi all,
I've got a package i've written that i am trying to check, build, and
install. This is my 1st time doing this, so apologies in advance... ;)
The package that I've written requires input from the user. It needs to know
sample sizes and then runs some calcs, (sample sizes are just integers), and
it gets this info from the user as
num_reps <- readline("How many reps
2017 Oct 04
3
how to prevent files and directories from being deleted?
On Wednesday 04 October 2017 13:39:30 Mark Haney wrote:
> I'll end this by saying, I hope the production servers you have don't
> provide critical services that could jeopardize the lives of people.?
> I'd ask who you work for, to make sure I avoid them at all costs, but
> I'm not sure I'd be told.
The company I work for, and the livelihood of the hundreds of
2005 Oct 11
4
Any way to add to data frame saved as .rData file?
Hi all,
I've got a script that generates a few moderate-size data frames, and then
puts them together into one big data frame at the end in order to write that
data frame to disk, so that it may be re-opened later on...
I'm trying to trim down memory requirements in this script, so I was
wondering if there was any way to append to a data frame already saved on
disk (just like
2004 Nov 15
1
UseMethod call with no arguments
Dear R developers,
I will ask a very straightforward question concerning UseMethod's future,
because people depending on my code wonder what will happen to it next.
In R v2.0.1 NEWS it says
o The undocumented use of UseMethod() with no argument is now
formally deprecated.
and in the R v2.0.1 help(UseMethod) it says
'UseMethod' accepts a call with no arguments and tries to
2005 Jul 11
2
Isolating string containing only file name from complete path
Hi all,
What I'd like to do is to is to be able to extract a string corresponding to
only the file name from a string containing the complete path, i.e. from the
following path string:
"/Users/ken/Desktop/test/runs/file1"
I would like to end up with:
"file1"
This would be most ideally done in a platform-independent way.
Thanks in advance,
-Ken
2010 Apr 16
2
Samba - Swat
My husband has installed Samba - swat and wants to link all the computers in the house, so "he can back them up daily."?
I read the About info on your website, but still have a few questions:
1. I work online, can Samba capture any information (passwords, screen shots, personal information, administrative log on) that might jeopardize my job's security?
2. Can personal emails be
2004 Nov 30
4
Unable to understand strptime() behaviour
R V2.0.1 on Windows XP.
I have read the help pages on strptime() over and over, but can't
understand why strptime() is producing the following results.
> v <- format("2002-11-31", format="%Y-%m-%d")
> v
[1] "2002-11-31"
> factor(v, levels=v)
[1] 2002-11-31
Levels: 2002-11-31
> x <- strptime("2002-11-31",
2006 Jan 23
3
ordering a data frame to same order as a chr vector
Hi all,
I've got a data frame that has an identical column to a chr vector. I would
like to use the chr vector to order the rows of the data frame to be
identical to the order in the chr vector (the contents of the chr vector are
completely identical to one col of the data frame), but this is proving
trickier than it sounds..
Any help would be much obliged,
-Ken
2005 Aug 14
2
Newbie problem with ices2
Hi all,
I'm fairly new to icecast / ices - been using icecast (2.2.0) to stream
audio files for a few weeks, it works very well, now I'm trying to add
live feeds via ices (v2.0.1). I've built and installed (on SuSE 9.3
platform) with no apparent errors, copied ices-alsa.xml to user area and
modified paths, server password etc.
When I run ices (using "ices
2005 Apr 23
2
How to override coerion error in 'scan'
I am using 'read.csv' in V2.0.1 to read in a CSV file with the
colClasses option and am getting an error from 'scan' when it encounters
a non-numeric value for a 'numeric' column, i.e.
> ds <- read.csv(in_file, nrows=irow, row.names=NULL,
colClasses=zclass,
comment.char="")
Error in scan(file = file, what = what, sep = sep, quote =
2023 Jan 25
2
Potential bug in fitted.nls
Dear Colleagues,
I recently answered [this question]() on StackOverflow that identified
what seems to be unusual behaviour with `stats:::nls.fitted()`. In
particular, a null model returns a single fitted value rather than a
vector of the same fitted value of `length(y)`. The documentation
doesn?t make it seem like this is the intended behaviour, so I?m not
sure if it?s a bug, a ?Wishlist?
2017 Aug 10
1
new install on Centos 7
>> Or consider compiling it yourself from source. It may be more work, but
>> you get complete control over your versioning, your package dependencies,
>> etc. If a bug that affects you gets fixed on a bleeding edge version
>> (or is only available as a patch), you can fix it right away rather than
>> waiting for the package maintainer to catch up to it.
>
>
2009 Sep 10
1
App freezes on wxruby-19-2.0.1 on Windows, fine on Mac
With wxRuby-ruby19- v2.0.1, my app works well on Mac. But on Windows,
it freezes after typing up to a dozen of characters in a
StyledTextControl, mouse operations are fine. Once freezing, Ctrl+C
couldn''t end the process.
My env:
Windows XP
ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-mingw32]
It might be specific to my application (no issues on Ruby 1.8 with
wxRuby 2.0.0
2005 May 30
1
persp, add lines/highlights
Hello R-sters,
I'm trying to add several lines to a response surface that I've plotted
using persp(). I've tried lines() using the "trans3d" function but I've
been unsuccessful in getting it to work (R v2.0.1). Essentially, I'm
trying to highlight one or more of the surface wireframe lines in a
bolder (or different) color. Any tips from those of you who have some
2005 Feb 09
3
install issue | suse 9.2
hello all...
i am trying to install r v2.0.1 on my suse 9.2 pro box... when i run
configure, i get the following error:
checking how to get verbose linking output from g77... configure:
WARNING: compilation failed
checking for Fortran libraries of g77...
checking for dummy main to link with Fortran libraries... none
checking for Fortran name-mangling scheme... configure: error:
2005 Apr 08
1
Princomp$Scores
Hi all,
I was hoping that someone could verify this for me-
when I run princomp() on a matrix, it is my understanding that the scores
slot of the output is a measure of how well each row correlates (for lack of
a better word) with each principal component.
i.e. say I have a 300x6 log2 scaled matrix, and I run princomp(). I would
get back a $scores slot that is also 300x6, where each value
2019 Jun 04
2
[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
Michael S. Tsirkin <mst at redhat.com> writes:
> On Wed, Apr 17, 2019 at 06:42:00PM -0300, Thiago Jung Bauermann wrote:
>> I rephrased it in terms of address translation. What do you think of
>> this version? The flag name is slightly different too:
>>
>>
>> VIRTIO_F_ACCESS_PLATFORM_NO_TRANSLATION This feature has the same
>> meaning as
2019 Jun 04
2
[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
Michael S. Tsirkin <mst at redhat.com> writes:
> On Wed, Apr 17, 2019 at 06:42:00PM -0300, Thiago Jung Bauermann wrote:
>> I rephrased it in terms of address translation. What do you think of
>> this version? The flag name is slightly different too:
>>
>>
>> VIRTIO_F_ACCESS_PLATFORM_NO_TRANSLATION This feature has the same
>> meaning as
2006 Jun 26
1
asterisk-stat display problems
Hey all,
having a terrible time with asterisk-stat -- it runs, server is fine, but
some of the pages don't display properly/at all --- I think this is a code
problem with them, but not sure. I thought everyone loved the asterisk-stat
package?
See below problems. Any ideas? Areski hasn't replied to me since....
--
Chris
----- Original Message -----
From: "Chris Earle