6 R CMD INSTALL path/to/pkgdev/folder
15 pkgpath = "path/to/some/package"
18 #test it (if unit tests defined under tests/ subfolders)
22 #you can also run its functions
26 #reload package to test modifications
31 #finally, unload package
32 pkgdev.unload(pkgpath)
34 ---------------------------------
36 Try also pkgTest/ testing package