Re: [R-pkg-devel] check cross-references error: Non-file package-anchored link(s)

2020-07-01 Thread Duncan Murdoch
On 01/07/2020 1:46 p.m., Dr. Jens Oehlschlägel wrote: Good evening, My package bit 4.0.2 (https://github.com/truecluster/bit) is being rejected by CRAN checks with warning: >Check: Rd cross-references, Result: WARNING > Non-file package-anchored link(s) in documentation object 'clone.Rd':

Re: [R-pkg-devel] check cross-references error: Non-file package-anchored link(s)

2020-07-01 Thread Gábor Csárdi
Linking to the manual _file_ is now enforced on CRAN. Here is how to get the file name: > help("clone.ff", package = "ff")[[1]] [1] "/Users/gaborcsardi/Library/R/4.0/library/ff/help/clone" So in this case you need to link to 'clone'. Btw. since you already use roxygen2, you could also turn on ma

Re: [R-pkg-devel] check cross-references error: Non-file package-anchored link(s)

2020-07-01 Thread Dr . Jens Oehlschlägel
Good evening, My package bit 4.0.2 (https://github.com/truecluster/bit) is being rejected by CRAN checks with warning: >Check: Rd cross-references, Result: WARNING > Non-file package-anchored link(s) in documentation object 'clone.Rd': >'[ff]{clone.ff}' > > See section 'Cross-referen

Re: [R-pkg-devel] R package does not find DLL routine

2020-07-01 Thread Lisa GM
Dear Dirk, dear Ivan, thanks for your suggestions. I agree that R packages aren't meant to be build that way, and even though this is an academic project but since the source code wasn't written by me it is not my decision if, where and when to publish it openly. In any case, directly linking to a