search for: checkfunc

Displaying 10 results from an estimated 10 matches for "checkfunc".

2013 May 15
2
erreur dans R
Bonjour, dans la computation de mon modèle dans R avec le package deSolve pour des Equations Différentielles Ordinaires (ODEs), je rencontre l'erreur suivant: Erreur dans checkFunc(Func2, times, y, rho) :    The number of derivatives returned by func() (1457) must equal the length of the initial conditions vector (17) à quoi devrais-je regarder? merci   ----------------------------------------------- TAHA Raymond Vétérinaire Inspecteur Auditeur Master of Science en Santé...
2019 Aug 29
0
I broke "yum update" - C7
...rabber version = 3.10 2019-08-29 16:27:08,367 trans function "_" = <function _ at 0x7effcd5bf2a8> 2019-08-29 16:27:08,391 combined options: { 'delegate' : { 'async' : None, 'bandwidth' : 0, 'cache_openers': True, 'checkfunc' : None, 'close_connection': 0, 'copy_local' : 0, 'curl_obj' : None, 'data' : None, 'default_speed': 1000000.0, 'delegate' : None, 'failfunc' : <function _do_raise at 0x7effcd5bf848&g...
2019 Aug 29
4
I broke "yum update" - C7
Am 2019-08-29 16:51, schrieb Gary Stainburn: > On Thursday 29 August 2019 15:45:44 Gordon Messmer wrote: >> On 8/29/19 3:03 AM, Gary Stainburn wrote: >> > https://us-east.repo.webtatic.com/yum/el7/x86_64/repodata/repomd.xml: [Errno 14] curl#60 - "Peer's Certificate issuer is not recognized." >> >> >> What do you see when you run: >>
2018 Feb 14
0
CentOS 6: Yum downloadonly changes local source repositories (and CentOS 7)
...09:14:04.879902463 +0000 @@ -863,6 +863,7 @@ class YumRepository(Repository, config.R text=text, cache=cache, size=package.size, + copy_local=1, ) def getHeader(self, package, checkfunc = None, reget = 'simple', Although newer versions of yum do not rename the local package anymore, it still does not copy/download the package into the desired "downloaddir". I will try to report that upstream. Regards, Danny On Tue, Feb 13, 2018 at 6:05 PM, Danny Smit <dan...
2019 Aug 24
0
Suggestions for improved checks on CRAN/R
...not declaring it, such as BayesSAE, BayesVarSel, bnpmr... Speaking of which... it would be *great* to have some standardization in the way sysreqs are declared... But that's another story for another day. - Checks for buildroot path in the installed files. E.g., RUnit calls system.file in man/checkFuncs.Rd, and as a result, the installed manual contains the buildroot path, which should never happen. Another example is TMB, but in this case the buildroot ends up in a binary file, simple.so, that is compiled during the installation. - Checks for incorrect NeedsCompilation. Some packages have this...
2019 Aug 29
0
I broke "yum update" - C7
...update [snip] Loading mirror speeds from cached hostfile 2019-08-29 17:23:17,344 combined options: { 'text' : 'epel/x86_64/metalink', 'delegate' : { 'async' : None, 'bandwidth' : 0, 'cache_openers': True, 'checkfunc' : None, 'close_connection': 0, 'copy_local' : 0, 'curl_obj' : None, 'data' : None, 'default_speed': 1000000.0, 'delegate' : None, 'failfunc' : <function _do_raise at 0x7fd3c45da848&g...
2017 Apr 25
1
Generate reproducible output independently of the build path
(please keep me CCd, I am not subscribed) Dear R developers, At the Reproducible Builds project we've been trying to get build tools and packages generate bit-for-bit identical output, even under different build paths. This is beneficial for users because they can more easily compare their builds with others, as well as other reasons. At the moment about 400 out of 26000 Debian packages are
2019 Aug 29
2
I broke "yum update" - C7
Am 2019-08-29 17:36, schrieb Gary Stainburn: > On Thursday 29 August 2019 16:20:00 Alexander Dalloz wrote: >> Hi, >> >> yum uses libcurl behind the scenes and thus NSS and not OpenSSL. >> >> Do you get something indicative when running: >> >> URLGRABBER_DEBUG=1 yum --disablerepo=\* --enablerepo=webtatic >> check-update >> >>
2007 Dec 17
21
New error in Centos 5.1
Just started a "pilot" puppet server for real after messing around in VMs for the past week or so... I used the 0.24.0 since it was available, and on the test run, got this: err: Could not prefetch package provider ''yum'': Execution of ''/usr/bin/python /usr/lib/ruby/site_ruby/1.8/puppet/provider/package/yumhelper.py'' returned 512: /usr/bin/python:
2007 Apr 30
1
CentOS 5 single DVD for i386 and x86_64
...result = self.__get(relative=remoteDfl, + local=local, + copy_local=1, + text=text, + reget=None, + checkfunc=checkfunc, + cache=self.http_caching == 'all') + except URLGrabError, e2: + raise Errors.RepoError, 'Error downloading file %s: %s' % (local, e) + self.repoMDFile = remoteDfl + remote...