Skip to content

Commit

Permalink
Remove so from Rbuilds (seen in Ubuntu for some odd reason)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed May 28, 2024
1 parent 76a1d1d commit 937289e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
^vignettes/figure/.*$
^appveyor\.yml$
rx_.*\.(so|dll)$
.*\.(o|a|dll)$
.*\.(o|a|dll|so)$
testthat/.*\.(so|dll)$
BinaryFiles$
^/?inst/Install-windows.md
Expand Down
12 changes: 3 additions & 9 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
<<<<<<< HEAD
Version: 2.1.8
Date: 2023-10-08 03:07:32 UTC
SHA: afe17d29dbf424dc8fc34ffdc353472c28d22092
=======
Version: 2.1.7
Date: 2023-09-18 18:47:54 UTC
SHA: 18754627a79a28e14084b60374bba21452116d93
>>>>>>> main
Version: 2.2.2
Date: 2024-05-28 17:02:22 UTC
SHA: 76a1d1d71faf8cc70d3590b781bf55ed50bd658d
3 changes: 1 addition & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# CRAN Comments

- Versiom bump (exactly the same for v2.1.8) to fix binary linkages of
nlmixr2est to rxode2 (just released 2.0.14)
- Bug fixes and version to support new rxode2

0 comments on commit 937289e

Please sign in to comment.