dynare/dynare++/extern/R
Sébastien Villemot 188d6296d7
Dynare++: finish to apply Dynare C++ coding style and extensions (.cc/.hh)
2019-01-08 17:12:05 +01:00
..
Makefile Dynare++: finish to apply Dynare C++ coding style and extensions (.cc/.hh) 2019-01-08 17:12:05 +01:00
README Putting dynare++ under main dynare SVN repository 2009-09-08 13:55:19 +00:00
dynareR.cc Dynare++: finish to apply Dynare C++ coding style and extensions (.cc/.hh) 2019-01-08 17:12:05 +01: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.cc Dynare++: finish to apply Dynare C++ coding style and extensions (.cc/.hh) 2019-01-08 17:12:05 +01: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.