Displaying 11 results from an estimated 11 matches for "itertool".
Did you mean:
iterbool
2010 Jan 14
0
itertools 0.1-1
I'd like to announce the availability of the new "itertools" package,
which provides a variety of functions used to create iterators, as
defined by REvolution Computing's "iterators" package. The package has
been uploaded to CRAN and is now available under the GPL-2 license.
The "itertools" package is strongly inspired by the...
2010 Jan 14
0
itertools 0.1-1
I'd like to announce the availability of the new "itertools" package,
which provides a variety of functions used to create iterators, as
defined by REvolution Computing's "iterators" package. The package has
been uploaded to CRAN and is now available under the GPL-2 license.
The "itertools" package is strongly inspired by the...
2010 Oct 09
1
cron.daily is tossing this strange message about xapian:
/etc/cron.daily/apt:
Traceback (most recent call last):
File "/usr/sbin/update-apt-xapian-index", line 581, in <module>
import os.path, re, imp, glob, xapian, textwrap, shutil, fcntl,
errno, itertools, time
File "/usr/lib/python2.6/dist-packages/xapian.py", line 6, in <module>
import _xapian
ImportError: /usr/lib/python2.6/dist-packages/_xapian.so: undefined
symbol: _ZNK6Xapian8Database19metadata_keys_beginERKSs
I did a search in /etc/apt like grep -R xapian *
and it d...
2013 Apr 02
1
Rpy2 and Mac OS X 10.8.3
...DE>
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/readline/readline.so
0x1004ff000 - 0x100545ff7 +libncurses.5.dylib (5)
<0BA1D173-3328-C80F-0080-770D3A589FF5> /opt/local/lib/libncurses.5.dylib
0x100582000 - 0x100589ff7 +itertools.so (???)
<A2FF86BD-392B-1694-7585-FC3021FD4915>
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so
0x100594000 - 0x1005a3ff7 +_rinterface.so (???)
<9AD185A0-A567-1D9E-5946-94D22301A7E1>
/opt/local/Library/Frameworks/Python.f...
2013 Apr 02
1
Rpy2 and Mac OS X 10.8.3
...DE>
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/readline/readline.so
0x1004ff000 - 0x100545ff7 +libncurses.5.dylib (5)
<0BA1D173-3328-C80F-0080-770D3A589FF5> /opt/local/lib/libncurses.5.dylib
0x100582000 - 0x100589ff7 +itertools.so (???)
<A2FF86BD-392B-1694-7585-FC3021FD4915>
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so
0x100594000 - 0x1005a3ff7 +_rinterface.so (???)
<9AD185A0-A567-1D9E-5946-94D22301A7E1>
/opt/local/Library/Frameworks/Python.f...
2011 Dec 30
0
Plyr 1.7
...rect results. This fixes problems with `join` when
joining across many? columns. (Fixes #63)
* `split_indices` checks input more aggressively to prevent segfaults.
? ?Fixes #43.
* fix small bug in `loop_apply` which lead to segfaults in certain
circumstances. (Thanks to P?l Westermark for patch)
* `itertools` and `iterators` moved to suggests from imports so that
plyr now? only depends on base R.
--
Assistant Professor / Dobelman Family Junior Chair
Department of Statistics / Rice University
http://had.co.nz/
_______________________________________________
R-packages mailing list
R-packages at r-pr...
2011 Dec 30
0
Plyr 1.7
...rect results. This fixes problems with `join` when
joining across many? columns. (Fixes #63)
* `split_indices` checks input more aggressively to prevent segfaults.
? ?Fixes #43.
* fix small bug in `loop_apply` which lead to segfaults in certain
circumstances. (Thanks to P?l Westermark for patch)
* `itertools` and `iterators` moved to suggests from imports so that
plyr now? only depends on base R.
--
Assistant Professor / Dobelman Family Junior Chair
Department of Statistics / Rice University
http://had.co.nz/
_______________________________________________
R-packages mailing list
R-packages at r-pr...
2013 Jul 23
0
Function apply
...rix(sample(1:50,3*140,replace=TRUE),nrow=140)
#either
res1<-do.call(rbind,lapply(split(as.data.frame(X),((seq_len(nrow(X))-1)%/%10)+1),function(x) apply(x,2,mean)))
#or
?res2<-t(sapply(split(as.data.frame(X),((seq_len(nrow(X))-1)%/%10)+1),colMeans))
?identical(res1,res2)
#[1] TRUE
#orlibrary(itertools)
it<-ihasNext(isplitRows(X,chunkSize=10))
?while(hasNext(it)){
?print( apply(nextElem(it),2,mean))
?}
#[1] 23.4 29.1 31.5
#[1] 28.2 21.8 17.2
#[1] 14.3 24.3 36.4
#[1] 22.2 25.2 24.2
#[1] 28.5 22.6 27.3
#[1] 19.6 25.6 20.0
#[1] 25.7 16.3 27.9
#[1] 20.0 24.8 26.7
#[1] 26.3 30.0 33.0
#[1] 21.9 24....
2015 Oct 09
3
Python version for scripts in LLVM?
...nt[2]))
return 0
Index: shuffle_fuzz.py
===================================================================
--- shuffle_fuzz.py (revision 249819)
+++ shuffle_fuzz.py (working copy)
@@ -13,6 +13,7 @@
a bug.
"""
+from __future__ import print_function
import argparse
import itertools
import random
@@ -109,13 +110,13 @@
if args.verbose:
# Print out the shuffle sequence in a compact form.
- print >>sys.stderr, ('Testing shuffle sequence "%s" (v%d%s):' %
- (args.seed, width, element_type))
+ print ('Testing shuf...
2020 Jun 26
2
R 4.0.0 rebuild status
On Friday, 26 June 2020 10.47.13 WEST I?aki Ucar wrote:
> I used bcond locally and wrongly assumed that fedpkg build would
> support --with BCOND and --without BCOND. Instead, the way to activate
> it is to change to "%bcond_with check" and then revert to
> "%bcond_without check". The only difference with bootstrap is that
> "bootstrap" is recognized
2019 Jul 04
2
Fwd: Fedora 31 System-Wide change proposal: Automatic R runtime dependencies
...R-gss
* R-gtable
* R-gtools
* R-haven
* R-here
* R-hexbin
* R-hgu133acdf
* R-hgu95av2cdf
* R-hgu95av2probe
* R-highlight
* R-highr
* R-hms
* R-htmltools
* R-htmlwidgets
* R-httpuv
* R-httr
* R-hunspell
* R-igraph
* R-import
* R-ini
* R-inline
* R-IRanges
* R-IRdisplay
* R-IRkernel
* R-iterators
* R-itertools
* R-jose
* R-jpeg
* R-jqr
* R-jsonlite
* R-knitr
* R-labeling
* R-lambda.r
* R-later
* R-lazyeval
* R-lintr
* R-listenv
* R-littler
* R-lmodel2
* R-lmtest
* R-lokern
* R-lubridate
* R-maanova
* R-magrittr
* R-mapproj
* R-maps
* R-mAr
* R-markdown
* R-matrixStats
* R-measurements
* R-memoise
* R-mi...