Some updates:
I noticed that INSTALL.win actually contains some instructions for
installing on Windows (initially I thought it was a configuration file)
Following those directions (and with some help)
1. Unzipped the package into the R library
2. Added a file called local.config with my installation path for python
3. ran the pexports and dlltool commands
Surprisingly, I still get the same error! I'm not sure why the
local.config file is not found.
Anyway, it might be helpful to someone else to know that INSTALL.win is
something that you should actually read.
On Wed, Dec 7, 2011 at 11:28 AM, Gene Leynes <gleynes+r@gmail.com> wrote:
> Does anyone know if Is there a way to manually install RSPython?
>
> I get this error when I try to run the script from my DOS prompt.
>
>
> V:\>R CMD INSTALL -c
C:/Users/gene.leynes/Downloads/RSPython_0.7-1.tar.gz
> * installing to library
'C:/Users/gene.leynes/Documents/R/win-library/2.13'
> * installing *source* package 'RSPython' ...
>
> **********************************************
> WARNING: this package has a configure script
> It probably needs manual configuration
> **********************************************
>
>
> ** libs
> Makevars.win:1: local.config: No such file or directory
> make: *** No rule to make target `local.config'. Stop.
> Makevars.win:1: local.config: No such file or directory
> make: *** No rule to make target `local.config'. Stop.
> ERROR: compilation failed for package 'RSPython'
> * removing
'C:/Users/gene.leynes/Documents/R/win-library/2.13/RSPython'
>
> V:\>
>
[[alternative HTML version deleted]]