Download Area


Here you can download free versions of Rturbo/P with various example programs.

Extract the files to a directory of your choice. For further information see below.

Download Rturbo/P 2015_06 for
 

      Linux (Ubuntu 14.04LTS, 64bit, tar.gz archive) 

      RaspberryPi (.zip archive) 

      Mac OS X (64bit, tar.gz archive) 

      Windows 7 (.tar.gz archive) 

 

A manual will be provided as soon as possible. Meanwhile, please study the example programs to learn what kind of R code you can speedup with P.

 

Installation Instructions for Windows:


The Rturbo/P system comes as a command line tool as well as a shared library. The standalone compiler is invoked from a Windows command prompt ('cmd.exe') or from MSYS. It complies text files. The current version does not provide an interactive mode. To install P proceed as follows:

  1. Download the zip archive.
  2. Extract the zip archive to a directory of your choice.
  3. Start a command prompt (cmd).
  4. Go to the directory Pdemo. Here you find Pc.exe and libgomp-1.dll (which is needed). If libgomp-1.dll is not yet installed on your system, copy it to windows/system32 or to the directory from which you invoke Pc.exe.
  5. To run an example program enter, e.g. '.\Pc examples\linear_model.P' 
  6. To edit the P programs, you may use notepad, e.g. 'notepad linear_model.P'

Since P programs can be embedded into R programs, you can also use RStudio to edit and run programs. Start RStudio, load example1.R in the examples folder, set the working directory to the source location and run example1.R to see how it works! 

 

Major Changes and Improvements of Version P2015_06:

Major Changes and Improvements of Version P2015_03:

Major Changes and Improvements of Version P2013_11:

Major Changes and Improvements of Version P2012_11:

Major Changes and Improvements of Version P2012_10:

Major Changes and Improvements of Version P2012_08:

Major Changes and Improvements of Version P2012_05:

Major Changes and Improvements of Version P2012_03:

 

Major Changes and Improvements of Version P2011_06:

Additional Notes