Displaying 3 results from an estimated 3 matches for "resultobject".
2001 Jul 03
0
R-intro suggestions part II (PR#1011)
...uction--as the leading concept, and then the
object that is being acted upon is given as a parameter.
When a model gives a result in R, the result is almost invariably an
object, which can then be "poked and prodded" with other methods.
If a linear regression is calculated, for example:
resultObject <- lm(y~x)
the return value is an object. But, unlike other object-oriented
languages, in R one would write summary(resultObject), or
coefficients(resultObject), rather than the Java style
result_object.summary() or some such thing, in order to investigate the
result.
Paul E. Johnson
Politic...
2014 Dec 22
0
Yum error
..._code=True)
File "/usr/share/yum-cli/yummain.py", line 355, in user_main
errcode = main(args)
File "/usr/share/yum-cli/yummain.py", line 261, in main
return_code = base.doTransaction()
File "/usr/share/yum-cli/cli.py", line 771, in doTransaction
resultobject = self.runTransaction(cb=cb)
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1728,
in runTransaction
if self.fssnap.available and ((self.conf.fssnap_automatic_pre or
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1125,
in <lambda>...
2013 May 18
1
CentOS 5.9 LiveCD build on CentOS 6.4?
...6, in install
ayum.runInstall()
File "/usr/lib/python2.6/site-packages/imgcreate/yuminst.py", line
215, in runInstall
ret = self.runTransaction(cb)
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 1596,
in runTransaction
self.verifyTransaction(resultobject, vTcb)
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 1625,
in verifyTransaction
if not self.rpmdb.contains(po=txmbr.po):
File "/usr/lib/python2.6/site-packages/yum/packageSack.py", line 127,
in contains
return bool(self.searchNevra(name=name, ar...