Re: [R-pkg-devel] Seeking help with a phantom "re-building vignettes" error in 00check.log from CRAN

2024-06-08 Thread Bryan Hanson
Regarding the vignette compacting issue, I ran into this recently and the problem was a bad build of Ghostscript on my Mac, which came from Homebrew. I downloaded GS directly and built locally and it worked correctly (though by now it may have been fixed at Homebrew). Ivan Krylov figured this

Re: [R-pkg-devel] Some, but not all vignettes compressed

2024-04-25 Thread Bryan Hanson
.50315 .. not worth using - doc/Vig_08_Notes.pdf:gs: res=0; ==> (new=41780)/(old=39131) = 1.0677 .. not worth using So my version of gs blows things up! Also modified the above using gs_quality = “printer” or “screen” and the results are very similar. Bryan > On Apr 25, 2024, a

[R-pkg-devel] Some, but not all vignettes compressed

2024-04-25 Thread Bryan Hanson
I have a peculiar problem regarding vignette compaction. Package LearnPCA has 8 vignettes. I am working on the devel branch with code at https://github.com/bryanhanson/LearnPCA/tree/devel. The problem is that at CRAN and on win-builder they detect that 5/8 vignettes need to be compacted.

Re: [R-pkg-devel] Large data package

2021-04-27 Thread Bryan Hanson
Here’s a blog post on using drat with github actions to make data deployment to drat automatic. Maybe more than you need. Disclaimer, I’m the post author. Bryan https://chemospec.org/2021/04/11/p19/ > On Apr 27, 2021, at 3:09 PM, Ayala Hernandez,

Re: [R-pkg-devel] url checks not working for me

2020-08-26 Thread Bryan Hanson
wrote: > > Addressing the errors is not the problem. I want to be able to detect these > problems when I do: R CMD check --as-cran. > At the moment, I can only detect the errors by submitting the package to > CRAN, because only their package check triggers these errors. > > On Wed,

Re: [R-pkg-devel] url checks not working for me

2020-08-26 Thread Bryan Hanson
At the minimum you should look at the “moved to” URLs and change your links to those (some are outright changes in URLs that were redirected and some are http to https changes). Bryan > On Aug 26, 2020, at 8:22 AM, Vincent van Hees > wrote: > > Hello, > URL errors in my DESCRIPTION file and

Re: [R-pkg-devel] Workflow for Javascript in package?

2020-06-01 Thread Bryan Hanson
Bryan Prof. Bryan Hanson (emeritus) Dept of Chemistry & Biochemistry DePauw University Greencastle IN 46135 USA Web: academic.depauw.edu/~hanson/index.html Repo: github.com/bryanhanson Nerdy Blog: ChemoSpec.org The Twit: @ProfBryanHanson I’m usually @ -4 GMT/UTC > On Jun 1, 202

Re: [R-pkg-devel] dependencies

2017-11-21 Thread Bryan Hanson
Edit your DESCRIPTION file to include imports: assertr That’s why you get the "not required" message. Bryan > On Nov 21, 2017, at 7:54 PM, Cathy Lee Gierke wrote: > > Hi, I'm stuck. I am using a function called col_concat from the package > {assertr}. But when I list it