https://github.com/ropensci/rgbif
Raw File
Tip revision: 9431e459aaf24e0936fd03f372b332089e902cb6 authored by Scott Chamberlain on 21 January 2017, 00:10:34 UTC
add url for gbif in descriptoin field of DESCRIPTION file
Tip revision: 9431e45
Makefile
all: move rmd2md

move:
		cp inst/vign/rgbif_vignette.md vignettes;\
		cp inst/vign/issues_vignette.md vignettes;\
		cp inst/vign/taxonomic_names.md vignettes;\
		cp -r inst/vign/figure/ vignettes/figure/

rmd2md:
		cd vignettes;\
		mv rgbif_vignette.md rgbif_vignette.Rmd;\
		mv issues_vignette.md issues_vignette.Rmd;\
		mv taxonomic_names.md taxonomic_names.Rmd
back to top