It can take a long time to load and create R packages with a lot of data, such as images. Since that data is already compressed to some extent, considerable speed-up is obtained in the …
Continue readingR Data Package with Vignettes
Documentation is important. I found a useful way to include documentation is in the vignettes attached to the R package with the data. A separate R package is used for data analysis, but to understand …
Continue readingError in asNamespace(ns) : not a namespace
Error in asNamespace(ns) : not a namespace Triggered in R package, where /R folder contains non-functions, scripts or code that should not be executed.
Continue readingWeb Server Setup on Mac
1) First run sudo apachectl -S to find the main document root. 2) sudo pico /etc/apache2/httpd.conf Make sure Include /private/etc/apache2/extra/httpd-vhosts.conf is uncommented and then add Include /private/etc/apache2/vhosts/*.conf3) sudo apachectl restart 3) If you are configured, …
Continue reading