- compile from sources not overwriting other R installations
- unix-like OS
- all system libraries available
- run R and all installed packages' tests
- save install logs and test outputs
- provide way to easily re-test packages and R
- prepare debian/testing
apt-get update && apt-get build-dep R
- configure locale
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
&& locale-gen en_US.utf8 \
&& /usr/sbin/update-locale LANG=en_US.UTF-8
./configure
configure the upcoming installationmake
make check
make install-pdf
make install --install-tests