Displaying 20 results from an estimated 3000 matches similar to: "Hmisc and Ubuntu (aptitude install)"
2008 Sep 24
2
print.data.frame : row.name = FALSE not having intended effect
Hi,
Does anybody know if row.name = FALSE actually works in v2.6.2?
Because it isn't working for me... here is some sample code and
output:
====+====+====+====+====+====+====+====+====+====+
> print(x,row.names = FALSE)
party_abbr candidate_name votes_candidate
2 DFL AMY KLOBUCHAR 1,278,849
5 R MARK KENNEDY 835,653
4 IP
2008 Sep 26
3
Newbie: Ranking a data frame, grouped by 2 or more columns
Hi,
I'd like to rank obs in a data frame as subset by 2 or more columns...
The example input would look like the following:
====+====+====+====+
x y v
-- -- --
a w 200
a w 100
b w 500
b w 200
b z 300
b z 400
====+====+====+====+
And the data frame I want to create is below:
====+====+====+====+
x y v rank
-- -- -- ----
a w 200 1
a w 100 2
2008 Sep 23
1
Newbie: Formatting numbers with commas
Hi,
Search through the R archives, and couldn't find my answer... how do
you format numbers with commas (standard American, one every three
digits)?
Thanks,
Matt
--
It is from the wellspring of our despair and the places that we are
broken that we come to repair the world.
-- Murray Waas
2008 Sep 25
2
Equivalent of 'first.var' or 'last.var' from SAS in R?
Hi,
I want to sort a data frame by multiple columns and then take the
first record in each unique level of the "by" group I used to sort the
data frame. Does someone have an example of how to do this?
Thanks,
Matt
--
It is from the wellspring of our despair and the places that we are
broken that we come to repair the world.
-- Murray Waas
2008 Sep 12
2
Newbie: 'table' output in columns rather than matrix
Hi,
Coming to R from SAS...
I have a data.frame A with 2 long factors "x" and "y". I want to get
a count of the number of rows with each level of "x" and "y" jointly.
'table' seemed like it would work, but as I have many levels, the
matrix output is pretty useless to me (and I don't care about zero
values). How can I get output that looks
2008 Sep 18
1
Reporting with down and across variables
Hi,
I have a dataframe like the following:
xfact yfact zfact response
------- ------- ------- --------------
x1 y1 z1 r1
x1 y1 z2 r2
...
I want output that looks like:
___ zfac levels___
xfact yfact z1 z2 ... zn
------- ------- ---- ---- ... ----
x1 y1 r1 r2 rn
....
How can I go about
2010 Dec 07
1
Need help Upgrading to R version >=v2.11 on Ubuntu Hardy Heron (8.04 LTS)
Hi,
I'd like to use ggplot2, which I think works best on some R release >=v2.11
or so. However, with Ubuntu Hardy Heron 8.04 LTS, 'aptitude' packages show
me only a version for 2.6. Can I install more recent version on this Ubuntu
version, and if so, what is the most painless way to do this (is there some
way to use 'aptitude'? Can I download a binary? Do I have to
2006 Sep 03
6
Aptitude vs. apt
Hi all,
I need to write an aptitude provider for Debian. How should it differ
from apt? Can I just s/apt/aptitude/g, or do I need to do something
else? Any other weird behaviours I should look for or whatever?
I''ll make it a subclass of apt (and since Deb seems to specify aptitude
as the default now, maybe apt should subclass aptitude), so any dpkg
answerfile work should work on
2011 Oct 19
1
[RFC] aptitude & BTRFS slowness
Hi all,
I suffered a lot for the terrific performance of aptitude on a BTRFS filesystem.
I don''t think that BTRFS is a slow filesystem, but it seems that some aptitude
(or dpkg) patterns are capable to highlight the btrfs slowness in some corner
case.
In order to alleviate this problem, I wrote a small script which calls
aptitude with the LD_PRELOAD libeatmyadata library. And now I
2011 Jun 15
2
[PATCH 1/2] use apt-get instead of aptitude
---
config.ml.in | 2 +-
configure.ac | 2 +-
febootstrap_debian.ml | 8 ++++----
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/config.ml.in b/config.ml.in
index a8c008a..262c913 100644
--- a/config.ml.in
+++ b/config.ml.in
@@ -22,7 +22,7 @@ let package_version = "@PACKAGE_VERSION@"
let yum = "@YUM@"
let rpm = "@RPM@"
2006 Sep 11
1
Bug#381481: aptitude: FTBFS: test failure
reassign 381481 aptitude
thanks
> On Fri, Aug 11, 2006 at 06:54:43AM -0700, Daniel Burrows wrote:
> > > | ......................
> > > | rval == -1080447064
> > > |
> > > | now2.tv_sec == 1155053066
> > > | now.tv_sec + 2 == 1155053066
> > > | now2.tv_usec == 882203
> > > | now.tv_usec == 887661
> > >
2010 May 20
1
[PATCH ubuntu repost] Ubuntu: Use apt-get instead of aptitude when installing guestfsd.
Previously posted here:
http://www.redhat.com/archives/libguestfs/2009-December/msg00041.html
I can't get aptitude to work under debirf (not on Ubuntu anyway), so
using apt-get is necessary for me.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.
2012 Dec 14
1
mcollective and aptitude safe-upgrade
Guys
Compliments of the festive season to everyone.
Ive looked at mcollective plugins from
http://projects.puppetlabs.com/projects/mcollective-plugins/wiki
And I tried / installed some of them. What im looking for is a method or
really a mcollective plugin to ''aptitude safe-upgrade'' on my test VMs.
Would anyone have a solution or method on how I can go about this.
The only
2006 Aug 12
0
Processed: Re: Bug#381481: aptitude: FTBFS: test failure
Processing commands for control@bugs.debian.org:
> reassign 381481 xen-3.0
Bug#381481: aptitude: FTBFS: test failure
Bug reassigned from package `aptitude' to `xen-3.0'.
> retitle 381481 pthread_cond_timedwait does not wait enough
Bug#381481: aptitude: FTBFS: test failure
Changed Bug title.
> severity 381481 important
Bug#381481: pthread_cond_timedwait does not wait enough
2006 Sep 07
5
Mongrel Ultimate Deployment Certified Rails Aptitude Program
I''m proud to announce the official Mongrel certification program:
http://mongrel.rubyforge.org/certified.html
Move quick, seats are filling fast for the RubyConf courses.
--
Zed A. Shaw
http://www.zedshaw.com/
http://mongrel.rubyforge.org/
http://www.lingr.com/room/3yXhqKbfPy8 -- Come get help.
2007 Jun 11
6
Package resource changes
What with the impending release and a now fixed bug nagging me,
I''m testing puppet [2556] from subversion.
There have been changes in packages, I used to have
Package {
provider => "aptitude",
}
in my default.pp, but that doesn''t work anymore, and changing package to
type or removing the declaration doesn''t help.
How do package providers work now?
2013 Jan 27
1
CRAN-only "Hash Sum mismatch"
summary: updating R .deb's from recommended mirrors @
http://cran.r-project.org/mirrors.html
has allowed me to keep my R version up-to-date for many months. But
since Friday (25 Jan) I get errors like
Failed to fetch <mirror URI/>/squeeze-cran/<deb name/>: Hash Sum mismatch
but can install .deb's from non-CRAN sources. No fix from
sudo rm /var/cache/apt/pkgcache.bin
sudo
2011 Dec 01
6
subscribe exec to a dir fails
Hi,
I am trying to convince aptitude update to run only when a file
changes in /etc/apt/sources.list.d:
exec {
<snip>
"aptitude-update":
command => "/usr/bin/aptitude update",
subscribe => "$basedir/sources.list.d",
refreshonly => true;
}
File { owner => ''root'', group =>
2008 Jun 21
1
Howto uninstall compiz from Kubuntu
Compiz:
A colleague tempted me with compiz eye candy, and I tried it.
Sorry, but many features were too far outside my usability comfort zone:
- lazy mouse (in /this/ day and age???)
- The Run window did not reliably pop up
- minimize-all-windows turned everything black
Some of those items were configurable. Some required multiple, diverse
reconfigurations to fix. I couldn't fix the
2014 Jun 25
1
samba4 migration
Hello,
i plan to migrate from Samba NT4-style domain with ldap backend (samba3)
to Samba Active Directory (samba4)
I'm testing this on a "test machine"
I want to install samba on a debian stable from backport repository.
The first problem : To install samba i have to be on the same network as
my samba3 server (internet access)
But as it is said :