Re: [R-pkg-devel] R, BLAS, and FCLEN

2019-09-01 Thread Göran Broström
On 2019-08-31 18:47, Göran Broström wrote: I'm having difficulties updating my package eha: When I run standard checks 'at home' everything is fine, but 'CRAN-submissions' reports (among other things): geomsup.f:324:9: warning: type of ‘dgemv’ does not match original declaration

Re: [R-pkg-devel] URL of a frame (or a vignette)?

2019-09-01 Thread Jeff Newmiller
I don't know if [1] implies vignette persistence after archiving, but it might. I think it just has to fall back to a warning with an archive link to qualify. (Quite a slick trick if so because there can potentially be a parade of different package vignettes over time.) [1]

Re: [R-pkg-devel] URL of a frame (or a vignette)?

2019-09-01 Thread Duncan Murdoch
On 01/09/2019 11:33 a.m., Spencer Graves wrote:   What's the difference between https://cran.r-project.org/package=bssm/vignettes/bssm.pdf   and https://cran.r-project.org/web/packages/bssm/vignettes/bssm.pdf   When I tried the former, it automatically changed to the

Re: [R-pkg-devel] URL of a frame (or a vignette)?

2019-09-01 Thread Georgi Boshnakov
The link https://cran.r-project.org/package=bssm is stable (and given at the bottom of the CRAN page. Jeff is right that adding vignettes/bssm.pdf to it is not guaranteed in any way. GB -Original Message- From: Spencer Graves [mailto:spencer.gra...@effectivedefense.org] Sent: 01

Re: [R-pkg-devel] URL of a frame (or a vignette)?

2019-09-01 Thread Spencer Graves
  What's the difference between https://cran.r-project.org/package=bssm/vignettes/bssm.pdf   and https://cran.r-project.org/web/packages/bssm/vignettes/bssm.pdf   When I tried the former, it automatically changed to the latter.  Is the former considered to be more stable?  

Re: [R-pkg-devel] URL of a frame (or a vignette)?

2019-09-01 Thread Jeff Newmiller
I am not going to claim definitive knowledge, but my understanding of CRAN is that only the package URL that I copied from the page itself will remain if the package is archived. Thus, unless the package vignette has a non-CRAN permanent URL (e.g. arXiv) it may be safer in the long run to link

Re: [R-pkg-devel] URL of a frame (or a vignette)?

2019-09-01 Thread Georgi Boshnakov
Correction: https://cran.r-project.org/package=bssm/vignettes/bssm.pdf -Original Message- From: R-package-devel [mailto:r-package-devel-boun...@r-project.org] On Behalf Of Georgi Boshnakov Sent: 01 September 2019 15:57 To: Spencer Graves; Jeff Newmiller; r-package-devel@r-project.org

Re: [R-pkg-devel] URL of a frame (or a vignette)?

2019-09-01 Thread Georgi Boshnakov
It may be better to use the canonical url, https://cran.r-project.org/package=bssm, as in: https://cran.r-project.org/package=bssm/bssm.pdf By the way, the vignettes for an installed package can be found by vignette(package="bssm") or help(package="bssm", help_type = "html") The latter has

Re: [R-pkg-devel] R, BLAS, and FCLEN

2019-09-01 Thread Göran Broström
On 2019-08-31 21:26, Duncan Murdoch wrote: On 31/08/2019 12:47 p.m., Göran Broström wrote: I'm having difficulties updating my package eha: When I run standard checks 'at home' everything is fine, but 'CRAN-submissions' reports (among other things): geomsup.f:324:9: warning: type of ‘dgemv’