version 1.4, 2015/04/02 00:11:32 |
version 1.7, 2016/10/28 02:27:39 |
|
|
$OpenXM: OpenXM/src/R/r-packages/note.txt,v 1.3 2015/03/24 07:49:06 takayama Exp $ |
$OpenXM: OpenXM/src/R/r-packages/note.txt,v 1.6 2016/02/15 07:42:07 takayama Exp $ |
|
|
See also OpenXM/src/hgm/note.txt |
See also OpenXM/src/hgm/note.txt |
|
|
Line 63 cat >>~/.valgrindrc |
|
Line 63 cat >>~/.valgrindrc |
|
--track-origins=yes |
--track-origins=yes |
ctrl-D |
ctrl-D |
|
|
|
make clean |
R CMD check hgm --use-valgrind |
R CMD check hgm --use-valgrind |
more hgm.Rcheck/hgm-Ex.Rout |
more hgm.Rcheck/hgm-Ex.Rout |
Example of an error (Note that there is no error message in *.log) |
Example of an error (Note that there is no error message in *.log) |
Line 77 Example of an error (Note that there is no error messa |
|
Line 78 Example of an error (Note that there is no error messa |
|
As to details, search "valgrind" in R-exts.pdf |
As to details, search "valgrind" in R-exts.pdf |
|
|
* R CMD check hgm --use-gct |
* R CMD check hgm --use-gct |
|
|
|
* Note on building R package: @s/2015/04/05-hgm-r-package-memo.txt |
|
|
|
;; |
|
2016.02.15 testdata. |
|
c<-hgm.p2wishart(m=4,n1=50,n2=100,beta=c(1,2,4,8),q0=0.5,q=30,autoplot=1); |
|
output is wrong. |
|
c<-hgm.p2wishart(m=4,n1=50,n2=100,beta=c(1,2,4,8),q0=0.5,q=30,err=c(1e-30,1e-10),mode=c(1,1,0)) |
|
output is correct. |
|
c<-hgm.p2wishart(m=4,n1=50,n2=100,beta=c(1,2,4,8),q0=0.5,q=30,err=c(1e-30,1e-10),autoplot=1) |
|
crashed, but by commented out todo in mh.c, it works. See @s/2016/02 |
|
|