When writing my own R package, I can't seem to get other packages to import correctly

前端 未结 2 1500
一整个雨季
一整个雨季 2020-12-14 14:56

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         


        
2条回答
  •  北海茫月
    2020-12-14 15:38

    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.

提交回复
热议问题