-----Original Message-----
From:
Sent: 09 March 2017 13:04
To: Georgi Boshnakov
Subject: Re: Rdpack
Thank you or the fast reply!
I tried to just add "RdMacros: Rdpack" and got the following warning:
https://travis-ci.org/ISAAKiel/mortAAR/builds/209313379
Temporarily I fixed the travis build by adding Rdpack to the r package dependencies in the travis matrix:
https://github.com/ISAAKiel/mortAAR/commit/40b6fcfce7e93dd5eba667b5
b
0
8
eec71cebb6f09
But that's not a sufficient solution for any other build environment. I guess it would be necessary to add Rdpack to the dependency lists in the DESCRIPTION file.
Clemens
On 03/09/2017 01:33 PM, Georgi Boshnakov wrote:
Dear Clemens,
It is sufficient to add the following line to file DESCRIPTION:
RdMacros: Rdpack
I think that it should suffice but let me know if not.
Have you checked the package's vignette?
I am attaching it. If you have seen it, I probably should make this more clear.
Thank you for using my package. Any reports/suggestions are welcome.
Kind regards,
Georgi
-----Original Message-----
From:
Sent: 09 March 2017 12:21
To: Georgi Boshnakov
Subject: Rdpack
Dear Mr. Boshnakov,
I would like to use your R package Rdpack to automatically add citations to the roxygen2 documentation of a package (https://github.com/ISAAKiel/mortAAR). The setup with the RdMacro works fine locally, but how could I submit this to CRAN? I somehow have to add Rdpack to the dependencies of the package, I guess?
Thanks,
Clemens