]> git.donarmstrong.com Git - cran2deb.git/commit
depends+license: use boolean masking on arrow of rownames instead of directly on...
authorblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Sat, 13 Sep 2008 13:18:48 +0000 (13:18 +0000)
committerblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Sat, 13 Sep 2008 13:18:48 +0000 (13:18 +0000)
commit4fd3650aec46281cf7dc9ef5e5a649a390e3b958
treeee8607361129d2bbecb60ae97a71e2f577998229
parentcb468acb9104b6c36f07f06ab14651b7d55f2912
depends+license: use boolean masking on arrow of rownames instead of directly on available when reversing arcs. typo in license simplification.

since R, like MATLAB, treats containers as size 1 as scalars (at least
in some cases), it seems that foo[x,drop = F] where x is a container has
sometimes surprising results (e.g., forgetting rownames), particularly
when x is of size 1 and/or foo is of size 1.  instead only deal with the
form where foo is one dimensional -- this at least seems ok.

git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@62 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
pkg/trunk/R/license.R
pkg/trunk/R/rdep.R
pkg/trunk/exec/build