openrouteservice-r icon indicating copy to clipboard operation
openrouteservice-r copied to clipboard

Makefile to automate common development tasks

Open aoles opened this issue 7 years ago • 0 comments

Have the following targets similar to https://github.com/richfitz/storr/blob/master/Makefile

  • [x] R CMD INSTALL
  • [x] R CMD build
  • [x] R CMD check
  • [ ] build vignette(s)
  • [ ] test
  • [x] roxygenize
  • [x] generate README.md
  • [x] rebuild docs/ with pkgdown
  • [x] clean docs/
  • [x] commit docs/ to gh-pages branch
  • [ ] spell checking of man pages

aoles avatar May 16 '18 21:05 aoles