Alright, first attempt at writing an R package and I\'m stuck. Here\'s how I create the package:
package.skeleton(\"pkg\",code_files=some.filenames) roxygeni
As a temporary workaround for the MATCH error, I've had success listing the zoo package under the Depends: section of the package's DESCRIPTION file.
zoo
Depends:
DESCRIPTION