projects
/
valse.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
add a few TODOs in constructionModelesEMGLLF.R
[valse.git]
/
src
/
test
/
sourceAll.R
Commit
Line
Data
c3bc4705
BA
1
for (file in list.files("generate_test_data",full.names=TRUE,recursive=TRUE))
2
{
3
file_name_length = nchar(file)
4
if (substr(file, file_name_length, file_name_length) == "R")
5
source(file)
6
}