antonio.fabio at gmail.com
2007-Dec-04 19:10 UTC
[Rd] Wishlist: mention Vectorize in 'outer' man page (PR#10490)
Full_Name: Antonio, Fabio Di Narzo Version: 2.6.1 OS: linux Submission from: (NULL) (213.140.16.187) In 'outer' man page, there is no mention of the Vectorize function. Moreover, I think it isn't underlined enough that the FUN argument to 'outer' must be a vectorized function (doc speaks about a function which has to 'operate elementwise'). A cross-reference from outer to Vectorize (which already has 'outer' usage examples) would be great.> R.version_ platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 2 minor 6.1 year 2007 month 11 day 26 svn rev 43537 language R version.string R version 2.6.1 (2007-11-26)
antonio.fabio at gmail.com
2007-Dec-04 19:25 UTC
[Rd] Wishlist: mention Vectorize in 'outer' man page (PR#10490)
------=_Part_13308_28087893.1196796187581 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Here a possible patch. What do you think about it? 2007/12/4, antonio.fabio at gmail.com <antonio.fabio at gmail.com>:> Full_Name: Antonio, Fabio Di Narzo > Version: 2.6.1 > OS: linux > Submission from: (NULL) (213.140.16.187) > > > In 'outer' man page, there is no mention of the Vectorize function. > Moreover, I think it isn't underlined enough that the FUN argument to 'outer' > must be a vectorized function (doc speaks about a function which has to 'operate > elementwise'). > > A cross-reference from outer to Vectorize (which already has 'outer' usage > examples) would be great. > > > R.version > _ > platform i686-pc-linux-gnu > arch i686 > os linux-gnu > system i686, linux-gnu > status > major 2 > minor 6.1 > year 2007 > month 11 > day 26 > svn rev 43537 > language R > version.string R version 2.6.1 (2007-11-26) > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel >-- Antonio, Fabio Di Narzo Ph.D. student at Department of Statistical Sciences University of Bologna, Italy ------=_Part_13308_28087893.1196796187581 Content-Type: application/octet-stream; name=patch Content-Transfer-Encoding: base64 X-Attachment-Id: f_f9stff63 Content-Disposition: attachment; filename=patch ZGlmZiAtLWdpdCBhL3NyYy9saWJyYXJ5L2Jhc2UvbWFuL291dGVyLlJkIGIvc3JjL2xpYnJhcnkv YmFzZS9tYW4vb3V0ZXIuUmQKaW5kZXggOWYzMmI3OC4uNzVlOGM4NyAxMDA2NDQKLS0tIGEvc3Jj L2xpYnJhcnkvYmFzZS9tYW4vb3V0ZXIuUmQKKysrIGIvc3JjL2xpYnJhcnkvYmFzZS9tYW4vb3V0 ZXIuUmQKQEAgLTI2LDggKzI2LDggQEAgWCBcJW9cJSBZCiAgIFxpdGVte1xkb3RzfXtvcHRpb25h bCBhcmd1bWVudHMgdG8gYmUgcGFzc2VkIHRvIFxjb2Rle0ZVTn0ufQogfQogXGRldGFpbHN7Ci0g IFxjb2Rle0ZVTn0gbXVzdCBiZSBhIGZ1bmN0aW9uIChvciB0aGUgbmFtZSBvZiBpdCkgd2hpY2gg ZXhwZWN0cyBhdAotICBsZWFzdCB0d28gYXJndW1lbnRzIGFuZCB3aGljaCBvcGVyYXRlcyBlbGVt ZW50d2lzZS4KKyAgXGNvZGV7RlVOfSBtdXN0IGJlIGEgdmVjdG9yaXplZCBmdW5jdGlvbiAob3Ig dGhlIG5hbWUgb2YgaXQpIHdoaWNoIGV4cGVjdHMgYXQKKyAgbGVhc3QgdHdvIGFyZ3VtZW50cy4K IAogICBcY29kZXtYfSBhbmQgXGNvZGV7WX0gbXVzdCBiZSBzdWl0YWJsZSBhcmd1bWVudHMgZm9y IFxjb2Rle0ZVTn0uICBFYWNoCiAgIHdpbGwgYmUgZXh0ZW5kZWQgYnkgXGNvZGV7XGxpbmt7cmVw fX0gdG8gbGVuZ3RoIHRoZSBwcm9kdWN0cyBvZiB0aGUKQEAgLTU0LDcgKzU0LDggQEAgWCBcJW9c JSBZCiBcc2VlYWxzb3sKICAgXGNvZGV7XGxpbmt7XCUqXCV9fSBmb3IgdXN1YWwgKFxlbXBoe2lu bmVyfSkgbWF0cml4IHZlY3RvcgogICBtdWx0aXBsaWNhdGlvbjsKLSAgXGNvZGV7XGxpbmt7a3Jv bmVja2VyfX0gd2hpY2ggaXMgYmFzZWQgb24gXGNvZGV7b3V0ZXJ9LgorICBcY29kZXtcbGlua3tr cm9uZWNrZXJ9fSB3aGljaCBpcyBiYXNlZCBvbiBcY29kZXtvdXRlcn07CisgIFxjb2Rle1xsaW5r e1ZlY3Rvcml6ZX19IGZvciB2ZWN0b3JpemluZyBhIG5vbi12ZWN0b3JpemVkIGZ1bmN0aW9uLgog fQogXGV4YW1wbGVzewogeCA8LSAxOjk7IG5hbWVzKHgpIDwtIHgK ------=_Part_13308_28087893.1196796187581--
maechler at stat.math.ethz.ch
2007-Dec-05 14:35 UTC
[Rd] Wishlist: mention Vectorize in 'outer' man page (PR#10490)
>>>>> antonio fabio <antonio.fabio at gmail.com> >>>>> on Tue, 4 Dec 2007 20:25:21 +0100 (CET) writes:> ------=_Part_13308_28087893.1196796187581 > Content-Type: text/plain; charset=ISO-8859-1 > Content-Transfer-Encoding: 7bit > Content-Disposition: inline > Here a possible patch. What do you think about it? attachments don't make it through R-bugs -> R-devel correctly. Please use cut & paste instead. Martin Maechler, ETH Zurich > 2007/12/4, antonio.fabio at gmail.com <antonio.fabio at gmail.com>: >> Full_Name: Antonio, Fabio Di Narzo >> Version: 2.6.1 >> OS: linux >> Submission from: (NULL) (213.140.16.187) >> >> >> In 'outer' man page, there is no mention of the Vectorize function. >> Moreover, I think it isn't underlined enough that the FUN argument to 'outer' >> must be a vectorized function (doc speaks about a function which has to 'operate >> elementwise'). >> >> A cross-reference from outer to Vectorize (which already has 'outer' usage >> examples) would be great. >> >> > R.version >> _ >> platform i686-pc-linux-gnu >> arch i686 >> os linux-gnu >> system i686, linux-gnu >> status >> major 2 >> minor 6.1 >> year 2007 >> month 11 >> day 26 >> svn rev 43537 >> language R >> version.string R version 2.6.1 (2007-11-26) >> >> ______________________________________________ >> R-devel at r-project.org mailing list >> https://stat.ethz.ch/mailman/listinfo/r-devel >> > -- > Antonio, Fabio Di Narzo > Ph.D. student at > Department of Statistical Sciences > University of Bologna, Italy > ------=_Part_13308_28087893.1196796187581 > Content-Type: application/octet-stream; name=patch > Content-Transfer-Encoding: base64 > X-Attachment-Id: f_f9stff63 > Content-Disposition: attachment; filename=patch > ZGlmZiAtLWdpdCBhL3NyYy9saWJyYXJ5L2Jhc2UvbWFuL291dGVyLlJkIGIvc3JjL2xpYnJhcnkv > YmFzZS9tYW4vb3V0ZXIuUmQKaW5kZXggOWYzMmI3OC4uNzVlOGM4NyAxMDA2NDQKLS0tIGEvc3Jj > L2xpYnJhcnkvYmFzZS9tYW4vb3V0ZXIuUmQKKysrIGIvc3JjL2xpYnJhcnkvYmFzZS9tYW4vb3V0 > ZXIuUmQKQEAgLTI2LDggKzI2LDggQEAgWCBcJW9cJSBZCiAgIFxpdGVte1xkb3RzfXtvcHRpb25h > bCBhcmd1bWVudHMgdG8gYmUgcGFzc2VkIHRvIFxjb2Rle0ZVTn0ufQogfQogXGRldGFpbHN7Ci0g > IFxjb2Rle0ZVTn0gbXVzdCBiZSBhIGZ1bmN0aW9uIChvciB0aGUgbmFtZSBvZiBpdCkgd2hpY2gg > ZXhwZWN0cyBhdAotICBsZWFzdCB0d28gYXJndW1lbnRzIGFuZCB3aGljaCBvcGVyYXRlcyBlbGVt > ZW50d2lzZS4KKyAgXGNvZGV7RlVOfSBtdXN0IGJlIGEgdmVjdG9yaXplZCBmdW5jdGlvbiAob3Ig > dGhlIG5hbWUgb2YgaXQpIHdoaWNoIGV4cGVjdHMgYXQKKyAgbGVhc3QgdHdvIGFyZ3VtZW50cy4K > IAogICBcY29kZXtYfSBhbmQgXGNvZGV7WX0gbXVzdCBiZSBzdWl0YWJsZSBhcmd1bWVudHMgZm9y > IFxjb2Rle0ZVTn0uICBFYWNoCiAgIHdpbGwgYmUgZXh0ZW5kZWQgYnkgXGNvZGV7XGxpbmt7cmVw > fX0gdG8gbGVuZ3RoIHRoZSBwcm9kdWN0cyBvZiB0aGUKQEAgLTU0LDcgKzU0LDggQEAgWCBcJW9c > JSBZCiBcc2VlYWxzb3sKICAgXGNvZGV7XGxpbmt7XCUqXCV9fSBmb3IgdXN1YWwgKFxlbXBoe2lu > bmVyfSkgbWF0cml4IHZlY3RvcgogICBtdWx0aXBsaWNhdGlvbjsKLSAgXGNvZGV7XGxpbmt7a3Jv > bmVja2VyfX0gd2hpY2ggaXMgYmFzZWQgb24gXGNvZGV7b3V0ZXJ9LgorICBcY29kZXtcbGlua3tr > cm9uZWNrZXJ9fSB3aGljaCBpcyBiYXNlZCBvbiBcY29kZXtvdXRlcn07CisgIFxjb2Rle1xsaW5r > e1ZlY3Rvcml6ZX19IGZvciB2ZWN0b3JpemluZyBhIG5vbi12ZWN0b3JpemVkIGZ1bmN0aW9uLgog > fQogXGV4YW1wbGVzewogeCA8LSAxOjk7IG5hbWVzKHgpIDwtIHgK > ------=_Part_13308_28087893.1196796187581-- > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel