Skip to content

Commit

Permalink
Version bump and submit to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed May 31, 2023
1 parent 849ec8a commit 58446db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
Authors@R: c(person("Matthew","Fidler", role = c("aut", "cre"), email = "[email protected]", comment=c(ORCID="0000-0001-8538-6691")),
person("Philip", "Delff", email = "[email protected]",role = c("ctb")),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
11 changes: 1 addition & 10 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 58446db

Please sign in to comment.