Skip to content

Commit 988af96

Browse files
committed
Update UnitList.R
1 parent 4e1f776 commit 988af96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/UnitList.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ seqUnitCreate <- function(idx, desp=NULL)
180180
stopifnot(length(idx) == nrow(desp))
181181
if (is.null(desp))
182182
desp <- data.frame(id=seq_along(idx))
183+
rownames(desp) <- NULL
183184
for (i in seq_along(idx))
184185
{
185186
k <- idx[[i]]

0 commit comments

Comments
 (0)