search for: 1.11

Displaying 20 results from an estimated 526 matches for "1.11".

Did you mean: 1,11
2007 Jul 17
1
Unable to build with working iconv support on Solaris9/x86
Hi all, Have had a frustrating time trying to get R 2.5.1 running happily on Solaris9/x86, the problems seem to stem mainly from libiconv support. After a couple of hours of experimenting, I came across the following combination, note that iconv (the program, but not the library) exists in the Solaris base system, I've manually installed the full GNU distribution in
2012 Feb 02
2
PATCH: Don't force automake 1.11 AM_SILENT_RULES
Don't force automake 1.11 AM_SILENT_RULES on folks who don't have it. diff --git a/configure.ac b/configure.ac index 6a65fcc..36ac6c6 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ ?AC_INIT(src/flac/main.c) ?AM_INIT_AUTOMAKE(flac, 1.2.1) -AM_SILENT_RULES([yes]) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) ?# Don't automagically regenerate autoconf/automake
2007 Jan 15
0
spatstat 1.11-0
spatstat 1.11-0 Version 1.11-0 of package 'spatstat' is now available. Spatstat is a package for the analysis of spatial data, mostly point pattern data. See <www.spatstat.org> Important changes in version 1.11-0: New format for ppm objects (objects in old format are still handled). More stringent checking of function arguments. Improved handling of pixellation effects.
2011 Nov 20
1
Deleting multiple rows from a data matrix based on exp value
Dear List, I have a data matrix that consists of ~4500 rows and 25 columns (i.e. an exprSet object that I converted via the 'exprs' function into a data matrix) Now I want to remove/delete the rows where all exp. values in that particular row are below or equal to a specific cut-off value (e.g 1.11) I have tried using several commands to address this issue: >Matrix[rowSums(Matrix
2012 Jul 30
2
distance matrix and hclustering
Dear R Users,i am very new to R. I want your help on an issue regarding distance matrix and cluster analysis i had discharge data of 4 rivers(a,b,c,d) in 4 vectors each having 364 values > dput(qmu)structure(list(a = c(0.26, 0.25, 0.25, 0.25, 0.24, 0.23, 0.22, 0.21, 0.21, 0.21, 0.2, 0.19, 0.19, 0.19, 0.19, 0.18, 0.18, 0.18, 0.17, 0.17, 0.17, 0.17, 0.17, 0.17, 0.17, 0.17, 0.17, 0.17, 0.17, 0.17,
2010 Jun 12
0
CESA-2010:0339 Important CentOS 5 i386 java-1.6.0-openjdk Update
CentOS Errata and Security Advisory 2010:0339 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2010-0339.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) i386: 7eb664d86c97082cde9132b5c900b8e0 java-1.6.0-openjdk-1.6.0.0-1.11.b16.el5.i386.rpm d9a7c78a7b538d1ebef38f287ca77ca3
2010 Jun 12
0
CESA-2010:0339 Important CentOS 5 x86_64 java-1.6.0-openjdk Update
CentOS Errata and Security Advisory 2010:0339 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2010-0339.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) x86_64: 846c950de23b9f3e03eec83d5e1a9fe2 java-1.6.0-openjdk-1.6.0.0-1.11.b16.el5.x86_64.rpm 5b60c7d30facdb0ca800c57e618e126c
2005 Aug 17
0
[Asterisk-Dev] New Astmanproxy Mailing List, and New Version 1.11
Greetings -- Many of you have downloaded and tried out Astmanproxy, a multi-threaded C-based proxy for Asterisk's Manager Interface. It has been under development since April 2005 and was presented at the Madrid Astricon in June, and will also be presented at Astricon in Anaheim in October. There has been interest in setting up an Astmanproxy mailing list specifically devoted to
2015 Jun 11
0
[ANNOUNCE] intel-gpu-tools 1.11
A new intel-gpu-tools quarterly release is available with the following changes: - Various new tests and tools - Single combined test list (supported by piglit since commit 8a122bb) - Optional dependency on libunwind to provide automatic stack traces on test failures. (Thomas Wood) - Add optional default debug and optimisation flags for tests to enable better stack traces and debugging.
2007 Feb 13
2
Computing stats on common parts of multiple dataframes
Folks, I have three dataframes storing some information about two currency pairs, as follows: R> a EUR-USD NOK-SEK 1.23 1.33 1.22 1.43 1.26 1.42 1.24 1.50 1.21 1.36 1.26 1.60 1.29 1.44 1.25 1.36 1.27 1.39 1.23 1.48 1.22 1.26 1.24 1.29 1.27 1.57 1.21 1.55 1.23 1.35 1.25 1.41 1.25 1.30 1.23 1.11 1.28 1.37 1.27 1.23 R> b EUR-USD NOK-SEK 1.23 1.22 1.21 1.36 1.28 1.61 1.23 1.34 1.21 1.22
2007 Apr 13
0
How consistent is predict() syntax?
I have a situation where lagged values of a time-series are used to predict future values. I have packed together the time-series and the lagged values into a data frame: > str(D) 'data.frame': 191 obs. of 13 variables: $ y : num -0.21 -2.28 -2.71 2.26 -1.11 1.71 2.63 -0.45 -0.11 4.79 ... $ y.l1 : num NA -0.21 -2.28 -2.71 2.26 -1.11 1.71 2.63 -0.45 -0.11 ... $ y.l2 : num
2014 Nov 30
3
automake
Compiling current git on MacOSX 10.5.8 Darwin mac.stare.cz 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386 $ ./autogen.sh Updating build configuration files for FLAC, please wait.... configure.ac:26: require Automake 1.11, but have 1.10 autoreconf: automake failed with exit status: 1 Why
2008 Jul 14
2
position of a specific character
Hi All, I'm wondering whether there is a quick way to know the position of a specific charcater in a long character: for example frg="((D:41.04,I:41.04):45.05,(((E:2.32,((G:0.67,J:0.67):0.44,H:1.11):1.21)" and I would like to know that the 1st, 2nd, 26th, 27th, 28th ... character is "(", is there a quick way to do that? Thanks! Hua
2007 Feb 04
0
samba on solaris
Hi I have installed Solari 9 on SunFire e450 box and installed latest Solaris patches. Then I have downloaded samba-latest.tar.gz and along with it the following packages gcc-3.4.6-sol9-sparc-local.gz samba-latest.tar.gz libiconv-1.11.tar.gz Then # gunzip gcc-3.4.6-sol9-sparc-local.gz # gunzip samba-latest.tar.gz # gunzip libiconv-1.11.tar.gz pkgadd -d gcc-3.4.6-sol9-sparc-local pkgadd -d
2003 Feb 26
0
performance problem with Samba built with pread/pwrite on HP-UX 1 1.11
Hi everyone, One of my teammates here at HP uncovered this, and I thought it deserved proactive mention on the list: It covers non-HP builds of Samba, so HP CIFS Server (HP's version of Samba bundled with all 11.0 and above OS'es) customers are not directly affected but those of you on the list who might build Samba yourselves on 11.11 could be affected. Customers building their own
2007 Aug 01
5
t-distribution
If I have a calculated t can I get the probability associated with it using an R function by giving it the df and t? I know I can do the whole calculation using t.test() or get the t-distribution using qt(). If t=1.11 and df =9 can I get the probability? Thanks../Murli [[alternative HTML version deleted]]
2009 Mar 27
1
1.11 bug?: file client-common.c: line 25 (client_unlink): assertion failed: (clients_count > 0)
Hi, I got below log in last 2 days, I have to restart dovecot as pop3-login failed and service cannot respond. Mar 26 14:19:31 Info: pop3-login: Disconnected: Shutting down (auth failed, 1 attempts): method=PLAIN, rip=x.x.x.x Mar 26 14:19:31 Info: pop3-login: Disconnected: Shutting down (tried to use disabled plaintext auth): method=??<B7> Mar 26 14:19:31 Panic: pop3-login: file
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
2012 Jun 15
0
Opus and WebM support have landed
On 14/06/2012 11:35, R?cker Thomas wrote: > Hi, > > quick info. Yesterday Rillian landed Oneman's patches adding ogg/opus > and WebM support on Icecast trunk. > Big thanks for all the work that has gone into this! > > Please use trunk for your testing and development in this area from now. > If you run into problems please send
2008 Dec 06
1
Morlet wavelet not supportd by wavCWTPeaks
aa <- (structure(list(X.0.85 = c(-1.02, -1.17, -1.29, -1.39, -1.46, -1.5, -1.52, -1.5, -1.46, -1.39, -1.3, -1.19, -1.07, -0.93, -0.79, -0.65, -0.5, -0.36, -0.22, -0.08, 0.05, 0.18, 0.3, 0.41, 0.52, 0.62, 0.72, 0.81, 0.89, 0.98, 1.05, 1.13, 1.19, 1.25, 1.29, 1.31, 1.31, 1.29, 1.24, 1.16, 1.06, 0.93, 0.77, 0.58, 0.38, 0.16, -0.07, -0.31, -0.89, -1.05, -1.19, -1.31, -1.41, -1.47, -1.51, -1.51,