Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review/Testing note #24

Open
mattfidler opened this issue Apr 1, 2024 · 0 comments · May be fixed by #25
Open

Review/Testing note #24

mattfidler opened this issue Apr 1, 2024 · 0 comments · May be fixed by #25

Comments

@mattfidler
Copy link
Member

Hi @billdenney

As requested I am starting to review the package (albeit a bit later than I had hoped).

I have a few things to note:

  • This package is required to be installed before the tests are successful. This is due to the way that targets calls nlmixr2targets. While I don't think you can change this, it does mean that you will have to install then test everytime you do a test; a simple devtools::test() will not work.

  • You use \(x) which may not match the minimum version of R that nlmixr2 supports (I cannot remember when it was introduced). You need to make sure that the minimum version of R is included in this package.

  • You will need a reference to something to smooth the wheels for the CRAN submission. Preferably a doi. I suggest the nlmixr paper and the targets paper (if it exists).

  • You use @return and @returns in the roxygen code; I don't think documentation cares; it is a simple inconsistency though.

  • There are no @examples and CRAN will probably want them.

Other than that, it seems good to me.

@billdenney billdenney linked a pull request May 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant