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