stefvanbuuren / pubertyplot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#install R and the pubertyplot package
R CMD INSTALL pubertyplot_1.0.tar.gz

#install rapache, e.g. using the package
sudo apt-get install libapache2-mod-r-base

#copy the site file from the package and activate
sudo cp -Rf /usr/local/lib/R/site-library/pubertyplot/sites-available/puberty /etc/apache2/sites-available
sudo a2ensite puberty

#restart apache
sudo service apache2 restart

#if anything isn't working, check the error log:
tail /var/log/apache2/error.log

About

License:Other


Languages

Language:R 47.3%Language:JavaScript 35.3%Language:HTML 11.0%Language:CSS 6.3%