Some of Wiki Pages:
Find & Replace across multiple files via link
find . -name "*.php" -print | xargs sed -i 's/foo/bar/g'
Recursively remove all .svn directories via link
find . -name .svn -exec rm -rf {} \;
Check R package
R CMD build src/
R CMD check --as-cran chemosensors_0.7.4.tar.gz
Fix Latex errors
! LaTeX Error: File 'inconsolata.sty' not found.
sudo apt-get install texlive-fonts-extra
Development
Namespaces http://stackoverflow.com/questions/8637993/better-explanation-of-when-to-use-imports-depends http://adv-r.had.co.nz/Namespaces.html
Submission to CRAN http://cran.r-project.org/web/packages/policies.html http://f.briatte.org/r/submitting-packages-to-cran
Documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.