Re: [R-pkg-devel] R-package-devel Digest, Vol 80, Issue 7

2021-12-10 Thread Eric Weine
I don't think that is related. I just updated to the newest version of R (4.1.2) and that resolved the issue. Thank you for your time! Eric. On Fri, Dec 10, 2021 at 11:56 AM Duncan Murdoch wrote: > On 10/12/2021 11:08 a.m., Eric Weine wrote: > > That does not solve the issue. > > > > First,

Re: [R-pkg-devel] R-package-devel Digest, Vol 80, Issue 7

2021-12-10 Thread Duncan Murdoch
On 10/12/2021 11:08 a.m., Eric Weine wrote: That does not solve the issue. First, the html file that's already there is what is desired. But I believe that regardless R CMD will rebuild the package vignettes from scratch. I tried removing the html and recreating the package but I end up with

Re: [R-pkg-devel] R-package-devel Digest, Vol 80, Issue 7

2021-12-10 Thread Eric Weine
That does not solve the issue. First, the html file that's already there is what is desired. But I believe that regardless R CMD will rebuild the package vignettes from scratch. I tried removing the html and recreating the package but I end up with the same result in the .tar.gz file. The central

Re: [R-pkg-devel] R-package-devel Digest, Vol 80, Issue 7

2021-12-10 Thread Duncan Murdoch
Just delete the .html output from earlier runs before you run R CMD build, and it will have no choice but to rebuild them. Duncan Murdoch On 10/12/2021 9:29 a.m., Eric Weine wrote: Hello, Sorry yes, I think that my initial post on stack overflow is a bit misleading. I have checked the file

Re: [R-pkg-devel] R-package-devel Digest, Vol 80, Issue 7

2021-12-10 Thread Eric Weine
Hello, Sorry yes, I think that my initial post on stack overflow is a bit misleading. I have checked the file that is built when I run "R CMD build ...", and it looks like what is on CRAN. The question is why is that different from when I run "devtools::build_vignette" or when I just knit the