Displaying 12 results from an estimated 12 matches for "altenbergers".
Did you mean:
altenberger
2008 Feb 11
1
Multiple homedir entries in smb.conf ?
Hi list,
is it possible to add multiple homedir templates to smb.conf ?
I have a running linuxsystem where homefilesets are mounted
from different windows-servers to subdirs like:
/home/server01/home/USERNAME
/home/server02/home/USERNAME
/home/server03/home/USERNAME
The users come via winbind. In the smb.conf the entry for the
homedir:
template homedir = /home/%U
So how is it possible to
2012 Jun 18
2
Need to append vector to all levels of nested list WITHOUT a loop
Hi everyone,
I have a list betaMoments with 2 levels, e.g.
> beta1 = list(
+ m = 4,
+ v = 5
+ )
> beta2 = list(
+ m = 6,
+ v = 7
+ )
>
> betaMoments = list()
> betaMoments[[1]] = beta1
> betaMoments[[2]] = beta2
and I have a matrix Names which has the same number of lines as the
list has first level elements (here 2; beta1 and beta2). Now I need to
make
2006 May 18
1
Need an application to get running again on wine.
Dear NG,
I have opened a job at rentacoder to get the application
http://www.altenbergers.de/rechman_install.exe running on wine.
See more details here.
http://www.rentacoder.com/RentACoder/misc/BidRequests/ShowBidRequest.asp?lngBidRequestId=463028
I am will pay $25 for an clear reproducable installation instruction.
I got it running last september by myself but it was more try&er...
2014 Mar 26
1
Conflicting definitions for function redefined as S4 generics
[cross-posted to R-devel and bioc-devel]
Hi,
I am trying to implement a 'sort' method in one of the CRAN packages I
am maintaining ('apcluster'). I started with using setMethod("sort",
...) in my package, which worked fine. Since many users of my package
are from the bioinformatics field, I want to ensure that my package
works smoothly with Bioconductor. The problem
2010 Jun 07
1
what`s best memory - speed - pc for R?
Hi all,
I need to do massive simulations in the next two years. I estimated
that I will need about 64GB memory, if I do not want to split up the
calculations. Additionally I would like to have it as fast as possible.
Can R handle multi-core processors and can all standard operating
systems handle the same amount of memory and speed?
Perhaps someone could point me to a webshop that sales
2012 Dec 14
1
Strange, most probably unjustified, codoc mismatch for S4 method with one argument plus '...' (re-try)
Hi,
I just figured out that I accidentally posted my message in HTML, so I
am retrying in plain text only. Sorry.
I am currently extending one of our CRAN packages and ran into an
unexpected problem when checking the source package. I got some warnings
in the step "* checking for code/documentation mismatches". I double
checked everything and did not see anything that would
2013 Apr 23
0
Version 1.3.1 of apcluster package on CRAN
Dear colleagues,
This is to inform you that Version 1.3.1 of the R package apcluster has
been released on CRAN. We did a major improvement of heatmap and
dendrogram plotting, as well as several minor improvements of the
package. For more details, see the following URLs:
http://www.bioinf.jku.at/software/apcluster/
http://cran.r-project.org/web/packages/apcluster/index.html
Best regards,
2010 Jun 26
0
Problem: RWinEdt and Windows 7
Hi I can install RWinEdt if I start R with administrator rigths, but it
does not paste my code to the console. I found advice in the link below
how to manage the problem, but it did not work, any other idea?
http://yusung.blogspot.com/2009/01/rwinedt-and-windows-vistawindow-7.html
Thanks a lot,Johannes >From: Uwe Ligges
<ligges_at_statistik.tu-dortmund.de>
>Date: Sun, 08 Nov 2009
2013 Jan 09
0
Version 1.3.0 of apcluster package on CRAN
Dear colleagues,
This is to inform you that Version 1.3.0 of the R package apcluster has
been released on CRAN yesterday. We did a major extension and overhaul
of the package. Most importantly, we added Leveraged Affinity
Propagation in fulfillment of multiple users requests. It should now be
much easier to cluster large data sets. Apart from this extension, the
interfaces to apcluster() and
2013 May 14
0
apcluster webinar: Thursday, June 13, 2013, 7:00pm CEST
Dear colleagues,
This is to inform you that I will be giving a webinar on the apcluster
package on Thursday, June 13, 2013, 7:00pm CEST (10:00am PDT).
The outline of the one-hour webinar is as follows:
- Introduction to affinity propagation (AP) clustering
- The apcluster package, its algorithms, and visualization tools
- Live apcluster demonstration
- Question and Answer period
To register
2004 Jan 16
2
ext3 bug?
Hi,
I have a severe filesystem crash on a machine with a single ext3 filesystem.
It is the second time that this happens to me (on two different machines that
are identical in hardware setup and mostly in software - I cloned them when
I started to work).
It looks like the journal (or something else, i am not an expert here) has
gone wild and overwritten loads of inodes. I have a single filesys
2014 Mar 26
5
Conflicting definitions for function redefined as S4 generics
That might be worth thinking about generally, but it would still be nice to
have the base generics pre-defined, so that people are not copy and pasting
the definitions everywhere, hoping that they stay consistent.
On Wed, Mar 26, 2014 at 6:13 AM, Gabriel Becker <gmbecker@ucdavis.edu>wrote:
> Perhaps a patch to R such that generics don't clobber each-other's method
> tables