Package: testpkg
Type: Package
Title: What the package does (short line)
Version: 1.0
Date: 1900-01-01
Author: Who wrote it
Maintainer: Who to complain to <yourfault@somewhere.net>
Description: More about what it does (maybe more than one line)
License: What license is it under?
Imports: 
    checkglobals,
	  utils,
	  stats,
	  methods,
	  parallel,
	  tools,
	  pkgA
Depends: 
    R (>= 2.15)
