[BACK]Return to note.txt CVS log [TXT][DIR] Up to [local] / OpenXM / src / R / r-packages

Diff for /OpenXM/src/R/r-packages/note.txt between version 1.11 and 1.13

version 1.11, 2020/02/06 05:58:17 version 1.13, 2022/04/07 00:56:44
Line 1 
Line 1 
 $OpenXM: OpenXM/src/R/r-packages/note.txt,v 1.10 2019/11/16 11:03:43 takayama Exp $  $OpenXM: OpenXM/src/R/r-packages/note.txt,v 1.12 2022/04/06 01:03:42 takayama Exp $
   
 See also OpenXM/src/hgm/note.txt  See also OpenXM/src/hgm/note.txt
   
Line 12  https://cran.r-project.org/bin/macosx/tools/
Line 12  https://cran.r-project.org/bin/macosx/tools/
   Start R and library(hgm)    Start R and library(hgm)
   hgm.ncso3()    hgm.ncso3()
   
     ??hgm
     ?hgm.ncorthant
   
     remove.packages('hgm')
   
 * C source codes.  * C source codes.
  C sources and headers should be developed and edited in the directory   C sources and headers should be developed and edited in the directory
  OpenXM/src/hgm in order to provide a standalone mode without R   OpenXM/src/hgm in order to provide a standalone mode without R
Line 115  R CMD check hgm --as-cran
Line 120  R CMD check hgm --as-cran
  apt-get install subversion ccache   apt-get install subversion ccache
  apt-get install xorg-dev   apt-get install xorg-dev
  apt-get install libcurl4-openssl-dev   apt-get install libcurl4-openssl-dev
    apt install libpcre2-dev    (2022.04.06  this22/R orange3m)
  pushd ~/this19/R  (for example)   pushd ~/this19/R  (for example)
  svn co https://svn.r-project.org/R/trunk r-devel/R   svn co https://svn.r-project.org/R/trunk r-devel/R
  cd r-devel/R   and follow the INSTALL   cd r-devel/R   and follow the INSTALL
  ./configure --without-recommended-packages  --prefix ~/this19/R   ./configure --without-recommended-packages  --prefix ~/this19/R
  make   make
  export PATH=~/this19/R/r-devel/R/bin:$PATH   export PATH=~/this19/R/r-devel/R/bin:$PATH
    -->  export PATH=~/this22/R/r-devel/R/bin:$PATH   on orange3m (2022.04.06)
   
   
 Valgrid can be used by  Valgrid can be used by

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.13

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>