similar to: Installing R-2.15.2 in Debian Wheezy/Testing

Displaying 20 results from an estimated 10000 matches similar to: "Installing R-2.15.2 in Debian Wheezy/Testing"

2010 Feb 03
1
limiting the number of connections per client
Hello All, We have a very high utilization rsync server. We can handle large number of connections at a time, but would like to limit to one connection per client. we don't want multiple connections from the same client. Is that possible? Thanks Saqib http://enterprise20.squarespace.com
2015 Sep 05
2
No new daily R-devel tarball since r69202?
Is there any reason that the R-devel tarball at [1] stucks on r69202? It seems, that newer R-devel versions are now published on /pub/misc/cran/src/base-prerelease, for example at http://ftp5.gwdg.de/pub/misc/cran/, but without an R-devel.tar.gz tarball ... Is this intended? Any clarification would be appreciated. Thanks and greetings, Rainer Hurling [1]
2015 Sep 05
2
No new daily R-devel tarball since r69202?
Am 05.09.2015 um 10:18 schrieb peter dalgaard: > >> On 05 Sep 2015, at 08:28 , Rainer Hurling <rhurlin at gwdg.de> wrote: >> >> Is there any reason that the R-devel tarball at [1] stucks on r69202? >> >> It seems, that newer R-devel versions are now published on >> /pub/misc/cran/src/base-prerelease, for example at >>
2008 Jan 25
2
rsyncd performance when handling multiple clients in parallel
Hi: I use rsync to transfer multiple files from several clients to a server in parallel. I am wondering how many concurrent connections the server should handle to maximize the throughput (number of bytes written to server). In an extreme case, if only one connection allowed, the disk IO speed of server will not be fully utilized. On the other hand, if the server allows too many connections, the
2015 Sep 06
1
No new daily R-devel tarball since r69202?
Am 05.09.2015 um 19:09 schrieb peter dalgaard: > >> On 05 Sep 2015, at 13:54 , Rainer Hurling <rhurlin at gwdg.de> wrote: >> >> Am 05.09.2015 um 10:18 schrieb peter dalgaard: >>> >>>> On 05 Sep 2015, at 08:28 , Rainer Hurling <rhurlin at gwdg.de> wrote: >>>> >>>> Is there any reason that the R-devel tarball at [1]
2019 Jul 25
2
bcachefs-tools
Hello, I want to test bachefs file system on CentOS 7. ~$ cat /etc/system-release CentOS Linux release 7.6.1810 (Core) I'm following the bcachefs howto: https://bcachefs.org/Howto/. Having a problem trying to complete make && make install of the bcache-tools. After going through all the dependencies and insuring they are installed on Cent 7, I get the following output on make
2009 Jul 17
1
Any workaround for CRAN Mac OS X compiler switch to R 2.10.0?
Hello, Has the CRAN compiler for Mac OS X switched to using R 2.10? I recently uploaded an update for the package I maintain to CRAN, and it's no longer possible to run the package after installing CRAN binaries for this package under Mac OS X 10.5 and R 2.9.1. The package is picante 0.7-1. It passes all checks on CRAN cleanly. Under R 2.9.1 on Mac OS X 10.5, the package can be
2012 Nov 02
1
Can't install.packages() from local repo in 2.15.2
Hi guys I think there's a high chance this is a bug. But I can't rule out that I can be blamed for this. I've posted this to bugzilla (#15092). Then I read that I probably should have posted it to R-develop first. Sorry for doing this in the wrong order. I've set up a local repo on my local drive (happens to be mapped to L:/). It has the following structure (as per
2009 Feb 03
2
Model (Y) from left-censored independant variable (s)
Hi all; I'm trying to model a response variable (Y) from one (and eventually more...) independant left-censored variable (X*) In other words, X* is a random variable with values 0 -> inf. Thus, let c=0 X*= x if x>= c X*= c if x< c Does anyone knows a function or package in [R] enabling to model Y from a censored predictor X*? Thanks for your help! ?tienne ?tienne Boucher
2011 Sep 23
2
tikzDevice install problem
Hi everybody! I'm trying to install the tikzDevice package, and I keep on getting the > ERROR: dependency ‘filehash’ is not available for package ‘tikzDevice’ I tried install.packages('filehash') and I get > package ‘filehash’ is not available Does anybody have the same problem or any hint? thank youhelena [[alternative HTML version deleted]]
2012 Nov 30
1
CreateThread failure since R 2.15.2 (32-bit)
Dear R users & developers, I coming across the following issue since R 2.15.2 32-bit (running on Windows XP 32.bit; some output left out for conciseness): > setInternet2(TRUE) > require(rJava) > .jinit() > getCRANmirrors() > system("ls" , intern = TRUE) Error in system("ls", intern = TRUE) : CreateThread failed My details are as follows: >
2012 Oct 26
1
R 2.15.2 still missing two files useful with the X11 icon patch
Congrats on getting 2.15.2 out on schedule. Debian builds have been uploaded. It is my understanding that Phil's patch for the X11 logo -- so promimently featured as the first item in the NEWS file for the release -- offers more when two extra files are supplied. I have supplied these for the Debian test release, for our 2.15.1-* releases and again now. We install these files as
2012 Nov 26
2
compatibility of load() in R 2.15.2
I have some large-ish files that are the output of save() from R 2.15.1, which that version can load() just fine. After upgrading to 2.15.2, load() no longer works on these files. Is this a known issue?
2012 Nov 21
4
Function storing error messages in 32 bit R-2.15.2 version
I am using 32 bit R - 2.15.2 version and working on package ltm. The program does not give me any warning message when I run tpm command for a dataset. If run tpm command for the same dataset in 64-bit R 2.15.1 version, I get the warning message shown below. Can someone suggest why is no warning message being generated by 32-bit R? Or is it being generated but not getting printed? Which function
2008 Jan 05
6
Detailed Instructions
Hello List, I am getting Asterisk set up. I am going to be installing Debian Linux on a laptop later. I would appreciate some detailed instructions on: (A) What to type into the shell to download and install Asterisk. (B) How to open the configuration files (*.conf) (C) If there is a way that I can change the configuration files remotely (SSH?). Thanks in advance. -- -Shane Blog:
2018 Sep 20
1
Bias in R's random integers?
> From: Duncan Murdoch <murdoch.duncan at gmail.com> > Let's try it: > > > m <- (2/5)*2^32 > > m > 2^31 > [1] FALSE > > x <- sample(m, 1000000, replace = TRUE) > > table(x %% 2) > > 0 1 > 399850 600150 > > Since m is an even number, the true proportions of evens and odds should > be exactly 0.5.
2012 Jan 24
4
Virus Infection in colorspace_1.1-1.zip (R x64 2.14.1)
I keep finding the Win32\Huer virus in colorspace_1.1-1.zip for R x64 2.14.1 running MS Windows 7. As a result I am not able to use rattle or ChemometricsWithR. I have tried several different mirrors with the same result. Fortunately AVG has caught and quarantined the problem, but the colorspace package is not available. I can use the package on my Linux OS, but, of course, Linux
2012 Aug 10
1
Performance issues with R2.15.1 built from source on Solaris
Is this a SPARC system? On at least some SPARC systems, the "long double" type in C is implemented very slowly in software, and it seems that it is used for the sums done when calculating standard deviations with "sd". Radford Neal > Date: Wed, 8 Aug 2012 18:55:37 -0500 > From: "Eberle, Anthony" <aeber at allstate.com> > To: <r-devel at
2012 Oct 31
2
Snallball, rJava, and R 2.15.1
I just bought a new machine and installed the latest release of R 2.15.1 two days ago. Loaded libraries yesterday (all reported successful loads). While running scripts, rJava and Snowball would not load. Here is Snowball successful install: > utils:::menuInstallPkgs() trying URL 'http://cran.cs.wwu.edu/bin/windows/contrib/2.15/Snowball_0.0-8.zip' Content type
2015 Nov 02
4
Pam_mount not working with "sec=krb5"
Am 02.11.2015 um 15:10 schrieb buhorojo: > On 02/11/15 14:42, Ole Traupe wrote: >> >> Am 02.11.2015 um 13:12 schrieb buhorojo: >>> On 02/11/15 12:54, Ole Traupe wrote: > >>> Why can't the user do it with his own key file? > Only root can perform mounts and anyway, Right, sorry. > cifs upcall looks for a key, not a cache. So you just _have_ to use the