ichimomo / frasyr

Fisheries Research Agency (FRA) provides the method for calculating sustainable yield (SY) with R
https://ichimomo.github.io/frasyr/
GNU General Public License v3.0
16 stars 21 forks source link

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

Open ShotaNishijima opened 1 year ago

ShotaNishijima commented 1 year ago

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 `

ShotaNishijima commented 1 year ago

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

fix warning code #809

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