diff --git a/DESCRIPTION b/DESCRIPTION index 0b059f5b..dcc0a2ca 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: nonmem2rx Type: Package Title: 'nonmem2rx' Converts 'NONMEM' Models to 'rxode2' -Version: 0.1.0 +Version: 0.1.1 Maintainer: Matthew Fidler Authors@R: c(person("Matthew","Fidler", role = c("aut", "cre"), email = "matt.fidler@novartis.com", comment=c(ORCID="0000-0001-8538-6691")), person("Philip", "Delff", email = "philip@delff.dk",role = c("ctb")), diff --git a/NEWS.md b/NEWS.md index c7722d89..c9991d14 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# nonmem2rx 0.1.1 + +- Fix internal memory issue (`LTO`, `valgrind` etc) + # nonmem2rx 0.1.0 * Added a `NEWS.md` file to track changes to the package. diff --git a/cran-comments.md b/cran-comments.md index e88f7403..ba03ffd0 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,13 +1,4 @@ -> Please add \value to .Rd files regarding exported methods and explain the functions results in the documentation. Please write about the structure of the output (class) and also what the output means. (If a function does not return a value, please document that too, e.g. -> \value{No return value, called for side effects} or similar) Missing Rd-tags: -> autoplot.nonmem2rx.Rd: \value - -Added value - -> Please ensure that your functions do not write by default or in your examples/vignettes/tests in the user's home filespace (including the package directory and getwd()). This is not allowed by CRAN policies. -> Please omit any default path in writing functions. In your examples/vignettes/tests you can write to tempdir(). - -Turned off saving in tests/examples/vignettes. This should fix it +Fixed and tested memory checks like valgrind/csan etc. Also fixed LTO ## R CMD check results