Skip to content

OpenMORDM/rdyncall

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

See ANNOUNCEMENT.txt for an Introduction.


Building R package from subversion source tree
----------------------------------------------

1. install R package source from subversion
  $ svn co http://dyncall.org/svn/dyncall/trunk/bindings/R/rdyncall

2. install dyncall sources under rdyncall/src
  $ ( cd rdyncall ; sh ./bootstrap )

3. build & install it
  $ R CMD build rdyncall
  $ R CMD INSTALL rdyncall_<VERSION>.tar.gz


About

Improved Foreign Function Interface (FFI) and Dynamic Bindings

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 31.7%
  • C++ 21.8%
  • Rebol 13.2%
  • TeX 9.7%
  • Assembly 8.3%
  • R 6.4%
  • Other 8.9%