add tests to sample package; fix load/unload behavior
[pkgdev.git] / pkgTest / R / tests / t.a.R
... / ...
CommitLineData
1test_a = function() {
2 a()
3}
4
5test_c = function() {
6 c()
7}