projects
/
valse.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
few last things
[valse.git]
/
test
/
sourceAll.R
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
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
}