Skip to content

Commit

Permalink
Merge pull request #7 from nlmixr2/fix
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
mattfidler authored Mar 31, 2024
2 parents d87405f + f9e7cbc commit 7adc46e
Show file tree
Hide file tree
Showing 5 changed files with 870 additions and 823 deletions.
16 changes: 10 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Package: lbfgsb3c
Type: Package
Title: Limited Memory BFGS Minimizer with Bounds on Parameters with
optim() 'C' Interface
Version: 2020-3.3
Version: 2024-3.3
Authors@R: c(person(given = c("Matthew", "L"), family = "Fidler", role =
c("aut", "cre"), email = "matthew.fidler@gmail.com"),
c("aut", "cre"), email = "matthew.fidler@gmail.com", comment=c(ORCID="0000-0001-8538-6691")),
person(given = c("John", "C"), family = "Nash", role =
c("aut"), email = "nashjc@uottawa.ca"),
person(given = "Ciyou", family = "Zhu", role = "aut"),
Expand All @@ -22,20 +22,24 @@ Description: Interfacing to Nocedal et al. L-BFGS-B.3.0
as allowing the adjustment of more tolerances.
License: GPL-2
Depends: R (>= 3.6)
Imports: Rcpp (>= 0.12.3), numDeriv, methods
Suggests:
Imports:
Rcpp (>= 0.12.3),
numDeriv,
methods
Suggests:
knitr,
microbenchmark,
optimx,
pkgbuild,
RcppArmadillo,
rmarkdown,
testthat (>= 3.0.0)
testthat (>= 3.0.0),
adagio
LinkingTo: Rcpp (>= 0.12.3), RcppArmadillo
Encoding: UTF-8
VignetteBuilder: knitr
NeedsCompilation: yes
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Author: Matthew L Fidler [aut, cre],
John C Nash [aut],
Ciyou Zhu [aut],
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# lbfgsb3c 2024-3.3 changes

* Fixed `lmm`. In prior version with the R interface `lmm` was not
being passed through correctly (though it was passed through in C
correctly)

* Fixed some bugs in printout

* Reverted the code to fix some of the issues in the FORTRAN code

# lbfgsb3c 2020-3.3 changes

* Now allow `rho=NULL` to work the same as if `rho` was not supplied
Expand Down
Loading

0 comments on commit 7adc46e

Please sign in to comment.