projects
/
epclust.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
major folder reorganisation, R pkg is now epclust/ at first level. Experimental usage...
[epclust.git]
/
epclust
/
.gitignore
1
#ignore roxygen2 generated files
2
NAMESPACE
3
/man/*.Rd
4
!/man/*-package.Rd
5
6
#ignore jupyter checkpoints
7
/vignettes/.ipynb*
8
!/vignettes/*.ipynb
9
10
#ignore R session files
11
.Rhistory
12
.RData
13
14
#ignore R CMD build/check genrated files
15
/*.Rcheck/
16
/*.tar.gz