README.md

pckdev

Some of Wiki Pages:

References

Commands (Linux)

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

Links

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



variani/pckdev documentation built on May 3, 2019, 4:34 p.m.