vle-forge / rvle

R wrapper
GNU General Public License v3.0
1 stars 3 forks source link

next release use R CMD build rvle #7

Closed quesnel closed 11 years ago

quesnel commented 11 years ago

We need two modes to distribute RVLE.

cd rvle
./autogen.sh
cd ../
R CMD INSTALL rvle
R CMD INSTALL rvle_1.0.1-2.tar.gz

In (1) we need to remove the configure script and for (2) we need to provide a classical tarball provide by R CMD build rvle.

quesnel commented 11 years ago

closed in 9ec3848