Displaying 20 results from an estimated 1256 matches for "ant".
Did you mean:
and
2007 Apr 01
0
How to Install and Configure Ant for Centos 4.4 ?
I need to install Ant for my Centos 4.4. First, I have followed this post to
install Java Jdk:
http://www.centos.org/modules/newbb/viewtopic.php?topic_id=2475
<http://www.centos.org/modules/newbb/viewtopic.php?topic_id=2475&forum=28>
&forum=28 and it worked.
[root at server ~]# java -version
java version...
2014 Jan 16
2
Quitar outliers por condición
Hola buenos días,
ahora mismo estaba haciendo una función para quitar outlier por condición.
Pero lo cierto es que aunque la función consigue quitarlos creo que me ha
quedad bastante farragoso. Os dejo el codigo y si me dais algún consejo
para mejorarlo mejor que mejor. Mcuhas gracias
#############################################################•
# Ojo este script puede instalarte librerias que no quieres
if(!require(ez)){
install.packages("ez")
}
require(ez)
da...
2006 Jan 10
1
eclipse 3.1 rpm for centos
...ing the latest FC4 package
from source and the build-dep requirements seem daunting...
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/4/SRPMS/eclipse-3.1.1-1jpp_1fc.FC4.12.src.rpm
$ rpmbuild --rebuild eclipse-3.1.1-1jpp_1fc.FC4.12.src.rpm
error: Failed build dependencies:
ant is needed by eclipse-3.1.1-1jpp_1fc.FC4.12.x86_64
gcc-java >= 4.0.2 is needed by eclipse-3.1.1-1jpp_1fc.FC4.12.x86_64
java-gcj-compat-devel >= 1.0.33 is needed by eclipse-3.1.1-1jpp_1fc.FC4.12.x86_64
ant-antlr is needed by eclipse-3.1.1-1jpp_1fc.FC4.12.x86_64
a...
2016 May 02
0
Getting an error from apache-ant-1.9.2 from CENTOS 7.0
Hi all,
I am getting an error in building SOURCE rpm from apache-ant:
[javadoc]
/home/nupur/NEWREPO/ant/BUILD/apache-ant-1.9.2/src/main/org/apache/tools/ant/taskdefs/Rmic.java:57:
error: unexpected end tag: </p>
[javadoc] * inclusion/exclusion of files works, and how to write
patterns.</p>
[javadoc]
^
[javadoc]
/home/nupur/NEWREPO/ant/BUILD/ap...
2017 Sep 14
3
Help understanding why glm and lrm.fit runs with my data, but lrm does not
Dear all,
I am using the publically available GustoW dataset. The exact version I am using is available here: https://drive.google.com/open?id=0B4oZ2TQA0PAoUm85UzBFNjZ0Ulk
I would like to produce a nomogram for 5 covariates - AGE, HYP, KILLIP, HRT and ANT. I have successfully fitted a logistic regression model using the "glm" function as shown below.
library(rms)
gusto <- spss.get("GustoW.sav")
fit <- glm(DAY30~AGE+HYP+factor(KILLIP)+HRT+ANT,family=binomial(link="logit"),data=gusto,x=TRUE,y=TRUE)
However, my re...
2005 Oct 06
2
ant RPM for CentOS 4
Attempting to build OpenOffice 2 on CentOS 4 from rawhide (future FC5) SRPM.
The spec file has EL4 target (which is nice), and I got almost all dependencies
in place (mostly from 4.2beta and some from rawhide). However, I'm missing the
ant package. Ant from rawhide doesn't compile since it is already gcc 4 based
(fails on dependencies, getting it to use gcc4 instead of gcc seems like nice
piece of work, but I might be wrong, I might need to do it after all). Similar
story with FC4 ant SRPM. CentOS doesn't have ant RPM at a...
2005 Nov 08
2
retrieve most abundant species by sample unit
Hi R-users:
[R 2.2 on OSX 10.4.3]
I have a (sparse) vegetation data frame with 500 rows (sampling
units) and 177 columns (plant species) where the data represent %
cover. I need to summarize the cover data by returning the names of
the most dominant and the second most dominant species per plot. I
reduced the data frame to omit cover below 5%; this is what it looks
like stacked. I have experimented with tapply(), by...
2015 Sep 23
2
Help with systemd
On 9/23/2015 2:58 PM, Jonathan Billings wrote:
> 1.) why 'cd /greenstone/gs3 && ant start' when you could just run
> '/greenstone/gs3/ant start'.
thats *not* equivalent, unless ant is in /greenstone/gs3 *and* . is in
the path, and even then, ant looks for build.xml in the current path
when its invoked, so the cd /path/to/build/ is appropriate.
--
john r pie...
2003 Dec 09
2
build glitches
I hit problems building the tools for both xen-1.1 and xen-1.2-devel.
For xen-1.1, the vmm and linux built fine, but the tools failed with something
called ''ant''. ant -v says ''Apache Ant version 1.5.3 compiled on April 9 2003''
ant -buildfile build-cmdline.xml dist
Buildfile: build-cmdline.xml
BUILD FAILED
java.lang.VerifyError: verification failed at PC 612 in
org.apache.tools.ant.taskdefs.Zip:getResourcesToAdd(([Lorg.apa...
2017 Sep 14
0
Help understanding why glm and lrm.fit runs with my data, but lrm does not
...uk> wrote:
>
> Dear all,
>
> I am using the publically available GustoW dataset. The exact version I am using is available here: https://drive.google.com/open?id=0B4oZ2TQA0PAoUm85UzBFNjZ0Ulk
>
> I would like to produce a nomogram for 5 covariates - AGE, HYP, KILLIP, HRT and ANT. I have successfully fitted a logistic regression model using the "glm" function as shown below.
>
> library(rms)
> gusto <- spss.get("GustoW.sav")
> fit <- glm(DAY30~AGE+HYP+factor(KILLIP)+HRT+ANT,family=binomial(link="logit"),data=gusto,x=TRUE,y=T...
2009 Sep 08
0
R meets apache ant
Hello,
This is to announce the first release of the "ant" R package, which has
been pushed to CRAN yesterday, and should reach your mirror and your
platform soon.
The package provides an R-aware version of the famous build tool from
the apache project. http://ant.apache.org/
The package ships an R script that can be used to invoke ant with enou...
2009 Sep 08
0
R meets apache ant
Hello,
This is to announce the first release of the "ant" R package, which has
been pushed to CRAN yesterday, and should reach your mirror and your
platform soon.
The package provides an R-aware version of the famous build tool from
the apache project. http://ant.apache.org/
The package ships an R script that can be used to invoke ant with enou...
2009 Sep 02
1
How to ship R scripts with R packages ?
...a remix of this previous thread:
https://stat.ethz.ch/pipermail/r-devel/2009-August/054264.html , but
with a concrete example)
I am developing some packages that contain scripts (for Rscript) and
would like to know what is the best/recommended way to ship these scripts.
An example is the "ant" package (R capable version of apache ant, see
http://tr.im/xHLs). The package has a ant.R script in the exec directory
and here is how I use it :
$ `Rscript -e "cat( system.file( 'exec', 'ant.R', package = 'ant' ) ) " `
... not so pretty. Meanwhile, "...
2003 Jul 31
2
how as.numeric() !-> factor
Dear all,
I have divided two vectors:
Np.occup97.98<- as.data.frame(cbind(site = levels(sums$site),
Np.occup97.98 = sums$Ant.Nptrad97.98/Ant.trad$Ant.trad97.98))
> Np.occup97.98
site Np.occup97.98
1 erken97 0.342592592592593
2 erken98 0.333333333333333
3 rormyran 0.48471615720524
4 valkror 0.286026200873362
However, at a later stage of the analysis I want
> round(Np.occup97.98[,2], 2)
Error in Math....
2009 May 01
1
computationally singular and lack of variance parameters in SEM
...ve.default(C) :
system is computationally singular: reciprocal condition number =
2.2449e-20
In addition: Warning message:
In sem.default(ram = ram, S = S, N = N, param.names = pars, var.names =
vars, :
The following variables have no variance or error-variance parameter
(double-headed arrow):
Ants, Herbivory
The model is almost surely misspecified; check also for missing covariances.
I have tried my data set with both a correlation (cor) and a variance (var)
matrix, but both produce the same error, and I'm not sure which one is
correct. The error message about the variables that have...
2005 Jan 25
1
how to use xml, scp, ant 1.5
I am using ant version 1.5 I know that there is an scp command in ant 1.6 but our plans do not have us moving to 1.6 for a while ( not the only application on the box using ant / xml ). I am running in an IBM Unix environment. I am attempting to get scp to work within an xml file called by ant.
Thank You...
2017 Sep 14
1
Help understanding why glm and lrm.fit runs with my data, but lrm does not
...u%
> 7Cadb58b13c3994f89209708d4fb8807f0%7Cba5a7f39e3be4ab3b45067fa80fa
> ecad%7C0%7C0%7C636410009046132507&sdata=UZgX3%2Ba%
> 2FU2Eeh8ybHMI6JnF0Npd2XJPXAzlmtEhDgOY%3D&reserved=0
> >
> > I would like to produce a nomogram for 5 covariates - AGE, HYP, KILLIP,
> HRT and ANT. I have successfully fitted a logistic regression model using
> the "glm" function as shown below.
> >
> > library(rms)
> > gusto <- spss.get("GustoW.sav")
> > fit <- glm(DAY30~AGE+HYP+factor(KILLIP)+HRT+ANT,family=
> binomial(link="logi...
2010 Dec 07
1
randomForest: How to append ID column along with predictions
...ding the unique row value from an ID column in the dataframe to
the predictions instead of the row number? I'm assuming that the
returned results follow the data frame in that the first result
returned equals the first entry in the dataframe.
i.e., instead of a prediction output like this:
1, ants
2, ants
3, bees
4, ants
I'd like the first column to pull IDs from the dataframe associated
with each row (row number in parenthesis for illustration):
(1) 1130, ants
(2) 1130, ants
(3) 2139, bees
(4) 1130, ants
This is likely a simple procedure, but I haven't been able to get
anything...
2011 Aug 23
2
err: Could not run Puppet configuration client: execution expired
...ting ''/usr/bin/dpkg-query -W --showformat ''${Status} $
{Package} ${Version}\n''''
debug: Puppet::Type::Package::ProviderApt: Executing ''/usr/bin/dpkg-
query -W --showformat ''${Status} ${Package} ${Version}\n''''
debug: /Stage[main]/Ant_1_8_2/File[/usr/ant/latest]/require: requires
File[/usr/ant/apache-ant-1.8.2]
debug: /Stage[main]/Fire/File[/usr/fire_deploy/artifacts/ant/configs/
pavml1]/require: requires File[/usr/fire_deploy/ant/configs]
debug: /Stage[main]/Ntp/File[/etc/ntp.conf]/notify: subscribes to
Service[ntpd]
debug: /St...
2006 Mar 13
9
what the » ???
Im just learning trough the "geting started with ruby"
i''m only on page Ruby.new and im stuck
here''s the thing, I''m using FreeRIDE to duplicate the examples
a = %w{ ant bee cat dog elk }
a[0] ? "ant"
a[3] ? "dog"
for the live of me i cant seem to use Alt+0187 (?)
what happen??
--
Posted via http://www.ruby-forum.com/.