Skip to content

Instantly share code, notes, and snippets.

@arukavina
Created April 14, 2018 18:34
Show Gist options
  • Save arukavina/e2b366b55e3b425db5aed3da514234bf to your computer and use it in GitHub Desktop.
Save arukavina/e2b366b55e3b425db5aed3da514234bf to your computer and use it in GitHub Desktop.
Lazy C&P R template
#!interpreter {optional-arg}
readRenviron(“/etc/default/locale”)
LANG <- Sys.getenv(“LANG”)
if(nchar(LANG))
 Sys.setlocale(“LC_ALL”, LANG)
 
##################################################
## {Description}
##################################################
## {License_info}
##################################################
## Author: {author}
## Copyright: Copyright {year}, {project_name}
## Credits: [{credit_list}]
## License: {license}
## Version: {mayor}.{minor}.{rel}
## Mmaintainer: {maintainer}
## Email: {contact_email}
## Status: {dev_status}
##################################################
# Libs
library(ggplot2)
library(reshape)
library(vegan)
# […]
# Own surces
source {path}
# […]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment