Re: [R-pkg-devel] force revdepcheck to use local version of a dependency

2020-09-28 Thread Georgi Boshnakov
eorgi Boshnakov -Original Message- From: Gábor Csárdi Sent: 28 September 2020 18:46 To: Georgi Boshnakov Cc: r-package-devel@r-project.org Subject: Re: [R-pkg-devel] force revdepcheck to use local version of a dependency You can define the special dependency of the revdep-checked pa

Re: [R-pkg-devel] force revdepcheck to use local version of a dependency

2020-09-28 Thread Gábor Csárdi
You can define the special dependency of the revdep-checked package in the `Remotes` field. More info: https://cran.rstudio.com/web/packages/remotes/vignettes/dependencies.html E.g. if you are revdep-checking package PKG, then you can add something like this in the DESCRIPTION file of PKG: Remotes

Re: [R-pkg-devel] force revdepcheck to use local version of a dependency

2020-09-28 Thread Dirk Eddelbuettel
On 28 September 2020 at 17:17, Georgi Boshnakov wrote: | I am using package 'revdepcheck' to check reverse dependencies of a package and it works great. But now I have a scenario such that I wish it to use a local version of one of the dependencies of the checked package and am not able to fin

[R-pkg-devel] force revdepcheck to use local version of a dependency

2020-09-28 Thread Georgi Boshnakov
Hi, I am using package 'revdepcheck' to check reverse dependencies of a package and it works great. But now I have a scenario such that I wish it to use a local version of one of the dependencies of the checked package and am not able to find out how. Some context: Package A imports package B.