[問題] Error: R call fortran
請問一下
當我build R package時, 下面的res() 會有error: https://imgbox.com/Z5H0pTgQ
res() 來自於 qr.default():
https://github.com/SurajGupta/r-source/blob/master/src/library/base/R/qr.R
res <- .Fortran(.F_dqrdc2,
qr = x,
n,
n,
p,
as.double(tol),
rank = integer(1L),
qraux = double(p),
pivot = as.integer(seq_len(p)),
double(2L*p))[c(1,6,7,8)]# c("qr", "rank", "qraux", "pivot")
請問當build package時, 該怎麼解決這個error?
謝謝!!!
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 74.96.114.184 (美國)
※ 文章網址: https://www.ptt.cc/bbs/R_Language/M.1699699948.A.F81.html
推
11/11 20:00,
1年前
, 1F
11/11 20:00, 1F
推
11/11 20:04,
1年前
, 2F
11/11 20:04, 2F
→
11/11 22:51,
1年前
, 3F
11/11 22:51, 3F
※ 編輯: chu1216 (74.96.114.184 美國), 11/11/2023 23:07:38
※ 編輯: chu1216 (74.96.114.184 美國), 11/11/2023 23:08:04
→
11/11 23:09,
1年前
, 4F
11/11 23:09, 4F
→
11/12 10:32,
1年前
, 5F
11/12 10:32, 5F
→
11/12 10:42,
1年前
, 6F
11/12 10:42, 6F
R_Language 近期熱門文章
PTT數位生活區 即時熱門文章