Skip to content

Commit

Permalink
Merge pull request #18 from nlmixr2/14-monolix2rx-new
Browse files Browse the repository at this point in the history
14 monolix2rx new
  • Loading branch information
mattfidler authored Sep 24, 2024
2 parents 8c894d7 + 1022a67 commit 35cbaae
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 28 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.0.1
Date: 2024-09-18 17:04:52 UTC
SHA: 2a9908797f2eddda3499df6f904aed5413829eb0
Version: 0.0.2
Date: 2024-09-20 17:23:09 UTC
SHA: 50a6d133e91e263750f7208c21c5cfc094ff5d07
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
Package: monolix2rx
Title: Converts 'Monolix' Models to 'rxode2'
Version: 0.0.1
Version: 0.0.2.9000
Authors@R:
c(person("Matthew","Fidler", role = c("aut", "cre"), email = "matthew.fidler@gmail.com", comment=c(ORCID="0000-0001-8538-6691")),
person("Justin", "Wilkins", role = "ctb", email = "justin.wilkins@occams.com", comment=c(ORCID="0000-0002-7099-9396")))
Description: 'Monolix' is a tool for running mixed effects model using
'saem'. This tool allows you to convert 'Monolix' models to 'rxode2'
(Wang, Hallow and James (2016) <doi:10.1002/psp4.12052>) using the
form compatible with 'nlmixr2' (Fidler et al (2019) <doi:10.1002/psp4.12445>).
The 'nlmixr2' syntax requires the residual specification to be included and it
is not always translated. If available, the 'rxode2' model will
If available, the 'rxode2' model will
read in the 'Monolix' data and compare the simulation for the
population model individual model and residual
model to immediately show how well the translation is
Expand All @@ -26,12 +25,13 @@ Description: 'Monolix' is a tool for running mixed effects model using
instead manually setting up text files (which only works with old versions of
'Monolix').
License: MIT + file LICENSE
URL: https://nlmixr2.github.io/monolix2rx/, https://github.com/nlmixr2/monolix2rx/
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
LinkingTo:
dparser,
rxode2parse,
rxode2,
Rcpp
Imports:
Rcpp,
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# monolix2rx (development version)

# monolix2rx 0.0.2

* Remove `rxode2parse` `LinkingTo`

* Add urls for website

* Remove sentence about the residual specification not always being
captured. Right now for 'Monolix' it always is.

# monolix2rx 0.0.1

* Initial CRAN submission.
22 changes: 1 addition & 21 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,21 +1 @@
- Please do not start the title with the package name.

- Fixed; removed package name from the title since it is redundant

- Please proofread your DESCRIPTION.

- It currently reads: "...to load its model library instead manually setting up text
files (...). command line usage."

- I believe it should be: "...to load its model library instead of
manually setting up text files (...)."

- Fixed.

Please fix and resubmit.

## R CMD check results

0 errors | 0 warnings | 1 note

* This is a new release.
- Remove `rxode2parse` `LinkingTo`

0 comments on commit 35cbaae

Please sign in to comment.