ichimomo/frasyr

vpa()廻したときに引数のリストが出力される

Opened this issue · 1 comments

vpaで計算したときに、以下のようにindexに関する引数がプリントされるようになっていて、特に計算に悪さはしてないと思うのですが、気持ち悪いです

`$use.index
[1] "all"

$abund
[1] "N" "N" "SSB" "SSB" "N"

$min.age
[1] 0 0 0 0 1

$max.age
[1] 0 0 6 6 1

$link
[1] "id" "id" "id" "id" "id"

$base
[1] NA NA NA NA NA

$af
[1] 0 0 0 0 0

$index.w
[1] 1 1 1 1 1
`

これや
`$ git bisect good
327febd is the first bad commit
commit 327febd
Date: Tue Jul 25 14:06:32 2023 +0900

fix warning code #809

R/rvpa.r | 23 ++++++++++++++++++++---
1 file changed, 20 insertions(+), 3 deletions(-)`