[R-pkg-devel] puzzling result from revdep_check()

2025-02-05 Thread Steven Jenkins
Running as a command indicates everything as expected: > revdepcheck::revdep_check(num_workers = 4) ── INIT ─ Computing revdeps ── ── INSTALL ─

[R-pkg-devel] LaTeX Error: Unicode character not set up for use with LaTeX

2025-01-19 Thread Steven Jenkins
Longtime R user, first-time packager. Devtools are great; it’s pretty easy. I’m trying to submit a package (https://github.com/jsjuni/massProps) that calculates mass properties and uncertainties for assembly trees. Very standard mechanical engineering stuff. The data are represented in a data fr

Re: [R-pkg-devel] LaTeX Error: Unicode character not set up for use with LaTeX

2025-01-19 Thread Steven Jenkins
Simon, Thanks for the clear and direct answer. I was prepared for that to be the case :-). Steve > On Jan 19, 2025, at 7:48 PM, Simon Urbanek > wrote: > > Steven, > > >> On 19 Jan 2025, at 05:37, Steven Jenkins wrote: >> >> Longtime R user, first-tim