Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » interface with R
Re: interface with R [message #31722 is a reply to message #31720] Mon, 21 March 2011 14:04 Go to previous messageGo to previous message
koldo is currently offline  koldo
Messages: 3372
Registered: August 2008
Senior Veteran
Hello Graham

They are probably doing it right.

Although R package is GPL-2, some header files are distributed under LGPL-2.1. (see http://www.r-project.org/Licenses/ and https://svn.r-project.org/R/trunk/doc/COPYRIGHTS):

- src/include/R.h
- src/include/Rdefines.h
- src/include/Rgraphics.h
- src/include/Rinternals.h
- src/include/Rmath.h
- src/include/S.h
- src/include/R_ext/*.h

LGPL license permits use in proprietary programs calling the code through dynamic libraries (dlls in Windows).

If the functions you need are fully in .h files, probably their integration in U++ will be very easy, just adding the #includes.

Make a simple test and be sure that all .h files are accessible in TheIDE Setup/Build methods/Include directories.


Best regards
IƱaki
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: A little bug in the Scribble example program
Next Topic: HelloWork - undefined reference to symbol 'FT_New_Face'
Goto Forum:
  


Current Time: Sun Jun 09 19:36:14 CEST 2024

Total time taken to generate the page: 0.01140 seconds