Skip to content

[R-pkg-devel] nlmxir2rpt package CRAN problems

4 messages · John Harrold, Jeff Newmiller, Uwe Ligges

#
Howdy Folks,

I got a message that a package I maintain (nlmixr2rpt) has errors. The
issue is that the underlying package I'm using (nlmixr2est) requires the qs
package. The qs package is being depreciated and replaced by qs2. The
developer of nlmixr2est is replacing this and it should be on CRAN and
fixed before my two week period.

So my question is if the underlying packages I depend on have been fixed
would I need to do anything on my end?

https://cran.r-project.org/web/checks/check_results_nlmixr2rpt.html

Thank you,
John
:wq
#
Depends how the changes affect the API. I might hazard that it would be fine, but really the only way you can know early is to track their version control repositories and test your package with their fix (maybe with their cooperation?).
On December 1, 2025 4:58:49 PM PST, John Harrold <john.m.harrold at gmail.com> wrote:
--
Sent from my phone. Please excuse my brevity.
#
Yeah I work closely with them. My question was more of: If their updated
package (nlmxir2extra) fixes the issues with my package (nlmixr2rpt) would
that fix be picked up by CRANs checks? Or would I need to do something else.

On Mon, Dec 1, 2025 at 5:11?PM Jeff Newmiller <jdnewmil at dcn.davis.ca.us>
wrote:

  
  
#
That will be picked up.

Best,
Uwe Ligges
On 02.12.2025 03:56, John Harrold wrote: