Skip to content

Commit

Permalink
v0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tsahota committed Oct 17, 2021
1 parent 7d5de69 commit 05aa4f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Type: Package
Title: Script Based 'NONMEM' Model Development
URL: https://tsahota.github.io/NMproject/, https://github.com/tsahota/NMproject
BugReports: https://github.com/tsahota/NMproject/issues
Version: 0.6.6.9000
Version: 0.6.7
Authors@R: c(
person("Tarj", "Sahota", email = "t.sahota0@gmail.com",
role = c("aut", "cre", "cph")),
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NMproject (development version)
# NMproject 0.6.7

* Added ability to use NMproject-specific code completion snippets `setup_code_completion()`.
Typing `new_nm` will set up parent object, `child` will set up child object.
Expand All @@ -13,7 +13,7 @@

# NMproject 0.6.6

* Added google verification and DocSearch
* Added google verification and 'DocSearch'

# NMproject 0.6.5

Expand Down
5 changes: 1 addition & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
* This fixes CRAN errors on macOS and solaris where tests were
failing due to pandoc incompatibility

## Test environments

* local windows R installation, R 4.0.3
* local ubuntu 20.04 R installation, R 4.0.5
* local ubuntu 20.04 R installation, R 4.1.1
* GitHub actions windows-latest (release)
* GitHub actions macOS-latest (release)
* GitHub actions ubuntu-20.04 (release, devel)
Expand Down

0 comments on commit 05aa4f2

Please sign in to comment.