A relational concurrent data mining language. More info, documentation and binaries for some platforms: http://www.rseventeen.com/
./configure && make
The output is one executable file: r17. Move it to somewhere in your path and enjoy.
This is particularly useful for compilation & distribution on platforms which might not have all the dependencies by default, or that have a pre-1.2.4 version of zlib. R17 works with earlier versions of zlib but decompression performance is significantly better with 1.2.4 and later.
zlib:
libcurl:
[zlib source dir]
--without-gnutls --without-polarssl --without-nss --without-axtls
--without-ca-bundle --without-ca-path --without-libssh2 --without-librtmp
--without-libidnPCRE:
Then:
[zlib source dir]
--with-libcurl=[libcurl source dir]
--with-libpcre=[libpcre source dir]As for the default configuration, the only output is the r17 executable.
If you want to run all the r17 unit tests, you need:
These prerequisites are not required to run r17 normally unless you want to use SSH features or inline Python or inline R.
make check
The tests are known to pass on Debian, Ubuntu and CentOS. They probably pass on MacOS and FreeBSD but they haven't been tested for a while. Please report test failures using the email address in the failure report, or by using the details at http://www.rseventeen.com/contact/.
55 commits
C++
97.0%
Shell
1.7%
Makefile
1.2%
A relational concurrent data mining language. More info, documentation and binaries for some platforms: http://www.rseventeen.com/
./configure && make
The output is one executable file: r17. Move it to somewhere in your path and enjoy.
This is particularly useful for compilation & distribution on platforms which might not have all the dependencies by default, or that have a pre-1.2.4 version of zlib. R17 works with earlier versions of zlib but decompression performance is significantly better with 1.2.4 and later.
zlib:
libcurl:
[zlib source dir]
--without-gnutls --without-polarssl --without-nss --without-axtls
--without-ca-bundle --without-ca-path --without-libssh2 --without-librtmp
--without-libidnPCRE:
Then:
[zlib source dir]
--with-libcurl=[libcurl source dir]
--with-libpcre=[libpcre source dir]As for the default configuration, the only output is the r17 executable.
If you want to run all the r17 unit tests, you need:
These prerequisites are not required to run r17 normally unless you want to use SSH features or inline Python or inline R.
make check
The tests are known to pass on Debian, Ubuntu and CentOS. They probably pass on MacOS and FreeBSD but they haven't been tested for a while. Please report test failures using the email address in the failure report, or by using the details at http://www.rseventeen.com/contact/.
55 commits
C++
97.0%
Shell
1.7%
Makefile
1.2%