dynare/dynare++/extern/R
sebastien b92b48c58e Putting dynare++ under main dynare SVN repository
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2905 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-09-08 13:55:19 +00:00
..
Makefile Putting dynare++ under main dynare SVN repository 2009-09-08 13:55:19 +00:00
README Putting dynare++ under main dynare SVN repository 2009-09-08 13:55:19 +00:00
dynareR.cpp Putting dynare++ under main dynare SVN repository 2009-09-08 13:55:19 +00:00
dynareR.r Putting dynare++ under main dynare SVN repository 2009-09-08 13:55:19 +00:00
dynareR.tex Putting dynare++ under main dynare SVN repository 2009-09-08 13:55:19 +00:00
test.cpp Putting dynare++ under main dynare SVN repository 2009-09-08 13:55:19 +00:00
test.r Putting dynare++ under main dynare SVN repository 2009-09-08 13:55:19 +00:00

README

COMPILING

The makefile for this interface is still preliminary, I will write a decent
one when I have the time.  It needs all the compiled files from dynare++,
but doesn't know how to make them.  So first you need to run make in the
src/ directory, then run make in extern/R.

You need Rinternals.h to make this file.  If you are not using prepackaged R
on Unix/Linux, you need to modify the variable RINCLUDE in the Makefile
accordingly.

To compile dynare++, read doc/compiling-notes.txt.

INSTALLATION

Copy the dynareR.r and dynareR.so files to your working directory so that R
can find them.