Re: [R-pkg-devel] [CRAN-pretest-archived] CRAN Submission NMRphasing 1.0.6

2024-12-19 Thread Bryan Hanson
Several people passed this on to the maintainer and it has now been fixed, working its way through the Bioconductor system. https://github.com/zeehio/MassSpecWavelet/issues/7# Did you see this error reported on r-pkg-devel? · Issue #7 · zeehio/MassSpecWavelet github.com > On Dec 17, 2024, at

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 o

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. Loca

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, Rafae

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
gt; “Never forget that everything Hitler did in Germany was legal.” > “Forgiveness is not an occasional act, it is a constant attitude.” > “Injustice anywhere is a threat to justice everywhere.” > > ― Martin Luther King Jr. > > <http://www.goodreads.com/author/show/23924.Martin_Luthe

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 as a dependency, eit