/usr/lib/R/site-library/bbmle/NEWS.Rd is in r-cran-bbmle 1.0.20-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 | \newcommand{\PR}{\Sexpr[results=rd]{tools:::Rd_expr_PR(#1)}}
\name{NEWS}
\title{bbmle News}
\encoding{UTF-8}
\section{Changes in version 1.0.20 (2017-10-30)}{
\subsection{BUG FIXES}{
\itemize{
\item fixed buglet: flipped profile plot axes, confint for negative values
}
}
\subsection{USER-VISIBLE CHANGES}{
\itemize{
\item \code{summary.mle2} is now exported, for use by other
packages
\item small fixes to AIC(c) methods
}
}
}
\section{Changes in version 1.0.19 (2017-04-08)}{
\itemize{
\item fixed bug: evaluate \code{call$method} so that
profiling/updating works within a function environment
\item make AICtab smarter about NA values
\item fix BIC bug (infinite recursion)
\item hessian computation uses gradient function if provided
\item basic continuation method implemented for profiling (with
stubs for smarter methods)
\item mle2 stores its calling environment for more flexibility
when re-evaluating, e.g. in profiling (could lead to occasional
surprises, e.g. if saving a fitted mle2 object with large objects
in its calling environment)
}
}
\section{Changes in version 1.0.18 (2016-02-11)}{
\itemize{
\item update slice functionality; allow for explicit ranges
\item CRAN updates (import from base packages)
}
}
\section{Changes in version 1.0.17 (2014-01-01)}{
\itemize{
\item new warning if ~dnorm is called with sd implicitly ==1
\item some internal tweaking to slice functionality
\item updated to allow for \code{MuMIn} v 1.10.0 changes
}
}
\section{Changes in version 1.0.16 (2014-01-01)}{
\itemize{
\item fix \code{mnames} behaviour
\item slight vignette cleanup
}
}
\section{Changes in version 1.0.15 (2013-11-20)}{
\itemize{
\item add \code{logLik} option to IC tables, more use of \code{nobs} methods
\item minor improvements to \code{slice} functionality
}
}
\section{Changes in version 1.0.14 (2013-08-24)}{
\itemize{
\item more CRAN tweaks
}
}
\section{Changes in version 1.0.13 (2013-08-22)}{
\itemize{
\item .Rbuildignore tweaks for CRAN
}
}
\section{Changes in version 1.0.12 (2013-08-22)}{
\itemize{
\item vignette tweaks
\item add Depends: R>=3.0.0
}
}
\section{Changes in version 1.0.11 (2013-08-19)}{
\itemize{
\item add .Rbuildignore for CRAN tests
}
}
\section{Changes in version 1.0.10 (2013-08-18)}{
\itemize{
\item adapt to updated optimx
\item tweaks for CRAN compliance
}
}
\section{Changes in version 1.0.9 (2013-06-23)}{
\itemize{
\item switch from aod to aods3 in vignettes
\item switch vignette to knitr
}
}
\section{Changes in version 1.0.8 (2013-04-23)}{
\itemize{
\item tweaks to \code{print.ICtab()}
}
}
\section{Changes in version 1.0.7 }{
\itemize{
\item warn on convergence failure
}
}
\section{Changes in version 1.0.6 }{
\itemize{
\item fixed (fairly obscure) bug in assigning data environment to
gradient function; replace 'gr' in call with appropriately evaluated version
}
}
\section{Changes in version 1.0.5.3 (2012-09-05)}{
\itemize{
\item changed some cat() to message()
}
}
\section{Changes in version 1.0.5.2 (2012-07-29)}{
\itemize{
=======
\item add .Rbuildignore for CRAN tests
}
}
\section{Changes in version 1.0.10 (2013-08-18)}{
\itemize{
\item adapt to updated optimx
\item tweaks for CRAN compliance
}
}
\section{Changes in version 1.0.9 (2013-06-23)}{
\itemize{
\item switch from aod to aods3 in vignettes
\item switch vignette to knitr
}
}
\section{Changes in version 1.0.8 (2013-04-23)}{
\itemize{
\item tweaks to \code{print.ICtab()}
}
}
\section{Changes in version 1.0.7 }{
\itemize{
\item warn on convergence failure
}
}
\section{Changes in version 1.0.6 }{
\itemize{
\item fixed (fairly obscure) bug in assigning data environment to
gradient function; replace 'gr' in call with appropriately evaluated version
}
}
\section{Changes in version 1.0.5.3 (2012-09-05)}{
\itemize{
\item changed some cat() to message()
}
}
\section{Changes in version 1.0.5.2 (2012-07-29)}{
\itemize{
>>>>>>> .r116
\item remove BIC definitions (now unnecessary/should be adequately
defined in core R)
\item add explicit Depends: on stats4
\item note that development optimx (2012.05.24+) now fails on
profiling when reduced model is 1-dimensional (i.e. for a
2-parameter model)
}
}
\section{Changes in version 1.0.5.1 (2012-07-17)}{
\itemize{
\item remove spurious .RData file; version bump
}
}
\section{Changes in version 1.0.5 (2012-05-15)}{
\itemize{
\item wrapped eigen() call to prevent failure of eigenvalue ratio
summary when hessian is bad
\item fix bug: forgot to export summary method for mle2
\item add \code{exclude.fixed} argument to \code{coef} method
\item fix bug: single lower/upper parameter, or
prof.lower/prof.upper parameter, not interpreted properly in
profile/confint
\item add and document \code{slice} methods: change from old
(profile-like) behavior, old version is available as \code{sliceOld}
\item DESCRIPTION/NAMESPACE fixes, move most Depends: to Imports:
instead (except methods package)
}
}
\section{Changes in version 1.0.4.2 (2012-02-25)}{
\itemize{
\item fix bug in gradient/vecpar/profiling interaction (Daniel
Kaschek)
\item improve (and document) uniroot method for confint: now
respects box constraints
\item fix issue where bobyqa (optimx) strips parameter names from result
}
}
\section{Changes in version 1.0.4.1 (2012-01-27)}{
\itemize{
\item remove a bit of installed junk; vignette fix
}
}
\section{Changes in version 1.0.4 (2012-01-02)}{
\itemize{
\item fix imports for latest version of R-devel
}
}
\section{Changes in version 1.0.3}{
\itemize{
\item modified starting value code and documentation slightly:
now allows per-parameter lists. Updated docs.
\item Fixed bug that would screw things up if 'i' were used
as a parameter.
\item Update vignette to conform to MuMIn changes
}
}
\section{Changes in version 1.0.2 (2011-09-07)}{
\itemize{
\item fixed buglet in detection of no-intercept models when setting
starting values
}
}
\section{Changes in version 1.0.1 (2011-08-04)}{
\itemize{
\item Turned off some warnings when skip.hessian=TRUE (e.g. in profile)
\item Calculate max grad and Hessian eigenval ratio, add to "details"
\item (Should add accessor methods)
\item Fixed NAMESPACE to export methods etc etc properly; removed
universal exportPattern directive
}
}
\section{Changes in version 1.0.0 (2011-06-17)}{
\itemize{
\item mainly just a version bump for CRAN
\item added tag for variables in profile/confint warnings
\item lots more technical information in vignette about profiling algorithm
}}
\section{Changes in version 0.9.9 (2011-05-14)}{
\itemize{
\item changed NEWS to NEWS.Rd
\item fixed bug for "optimize" -- profile etc. now respect bounds
\item eliminated warning about bounds names if all identical
\item add "try_harder" flag to profiling (ignore flat spots, NAs ...)
}}
\section{Changes in version 0.9.8}{
\itemize{
\item gradient functions work better with fixed parameters, hence with profiling
\item profile plot reverts to linear for non-monotonic profile
\item added warning in confint for non-monotonic profile, or for non-monotonic spline fit to monotonic profile; revert from spline+linear to linear approximation in this case
\item various documentation improvements
\item optimx improvements
\item require data= argument when using formula interface
\item turn off hessian computation in profile
\item allow use of MASS::ginv
}}
\section{Changes in version 0.9.7}{
\itemize{
\item bug fix in calc_mle2_function for no-intercept models
(thanks to Colin Kremer)
\item fixed optimx, added 'user' option
}}
\section{Changes in version 0.9.6}{
\itemize{
\item changed hessian calculation to use numDeriv code (causes tiny changes to hessian results that could matter in edge cases). Too lazy to provide a backward compatibility mode ...
\item documented optimizer= choices in ?mle2
}}
\section{Changes in version 0.9.5.1}{
\itemize{
\item fixed bug in AICc (David Harris)
}}
\section{Changes in version 0.9.5}{
\itemize{
\item added NAMESPACE, various fixes to go with that
\item beginnings of an RUnit testing framework
\item tweaked vignette
\item added prof.lower, prof.upper to profile()
\item added "optimize" to list of allowed optimizers, some bug fixes
}}
\section{Changes in version 0.9.4.1}{
\itemize{
\item tweaked par() resetting in profile plots
}}
\section{Changes in version 0.9.4}{
\itemize{
\item more qAICc fixing
}}
\section{Changes in version 0.9.3 (2009-09-18)}{
\itemize{
\item tweaked handling of bounds: profile now succeeds
on some 1D problems where it didn't before
\item added deviance, residuals methods
\item added newparams argument to predict, simulate; newdata argument to simulate
\item added vignette (stub)
\item added explicit params argument, to help sort out full parameter specifications when parameters is non-NULL
}}
\section{Changes in version 0.9.2 (2009-08-10)}{
\itemize{
\item fixed predict() for case with parameters
\item added snorm
\item changed ICtab defaults to weight=TRUE, base=FALSE, sort=TRUE
}}
\section{Changes in version 0.9.1}{
\itemize{
\item added simulate method (formula interface only)
\item fix AICctab bug
\item remove spurious cat/print in profile
\item fix qAIC bug
}}
\section{Changes in version 0.9.0 (2008-08-26)}{
\itemize{
\item fix Tom Hobbs bug: named lower/upper/parscale/ndeps
get rearranged properly, otherwise rearrange in order
of "start" and issue a warning
\item documentation tweak for S4 as.data.frame
\item added sbeta to list of known distributions
\item removed nlme requirement & auto-loading
}}
\section{Changes in version 0.8.9 (2008-08-04)}{
\itemize{
\item version bump, submit to CRAN
\item added predict method
}}
\section{Changes in version 0.8.8 (2008-07-10)}{
\itemize{
\item added flexibility for profile plotting (main, x labels etc.);
added examples
\item added an instance of "namedrop" to fix naming problem
\item added tol.newmin to slice etc.
\item added check for numeric return from profile within confint
\item fixed bugs in profile plotting when profile is restricted
to a subset of variables
\item added tests for par() to reset to original on exit
\item improved profile documentation
\item replicate std.err if specified in profile
\item add as.data.frame
\item tweak tol.newmin (better fit found during profile) code
}}
\section{Changes in version 0.8.7 (2008-05-12)}{
\itemize{
\item version bump, moved to R-forge.
\item reordered NEWS file (most recent first)
}}
\section{Changes in version 0.8.6.1 (2008-03-22)}{
\itemize{
\item tweaked stop-on-better-fit code
\item fixed (?) qAIC(c) methods
}}
\section{Changes in version 0.8.6 (2008-03-26)}{
\itemize{
\item tweak/fix to ICtab documentation (thanks to Tom Hobbs)
\item added qAIC(c) methods (not working yet!)
}}
\section{Changes in version 0.8.5.1}{
\itemize{
\item oops. Fixed infelicity (bug?) in new environment manipulation
}}
\section{Changes in version 0.8.5}{
\itemize{
\item tweaked environment/data assignment to preserve
original minuslogl environment better
}}
\section{Changes in version 0.8.4}{
\itemize{
\item changed plot.profile.mle2 options (added onepage etc.,
made plot.confstr=TRUE by default)
}}
\section{Changes in version 0.8.3}{
\itemize{
\item added warning about too-short lower/upper
\item added documentation
}}
\section{Changes in version 0.8.2}{
\itemize{
\item fixed bug in AICctab
\item cosmetic change to printing -- save call.orig
\item moved ChangeLog to NEWS
}}
\section{Changes in version 0.8.1}{
\itemize{fixed (?) environment bug
\item tried to use built-in relist, but failed: renamed relist
to "relist2" (try again later)
\item documented get.mnames (auxiliary function for ICtabs)
\item started to add gr (gradient) capability -- NOT TESTED
}}
\section{Changes in version 0.8}{
\itemize{
\item changed ICtab to allow either ICtab(x,y,z) or ICtab(list(x,y,z))
(L <- list(...); if is.list(L[[1]]) && length(L)==1)
}}
\section{Changes in version 0.7.7}{
\itemize{
\item fix bug in profiling: all optim() methods EXCEPT L-BFGS-B.
return the value of the objective function if given a function
with no arguments/zero-length starting parameter vector
(this is the situation with "profiling" a 1-D function).
L-BFGS-B gives funky answers. added a check for this case.
(may need to check behavior for alternate optimizers (nlm etc))
[this behavior triggered a "found better fit" error when profiling
1D functions with L-BFGS-B]
\item changed behavior when finding better fit during profiling
to return new parameters
}}
\section{Changes in version 0.7.6}{
\itemize{
\item tweak vignette
\item fixed second major AICc bug (was fixed in mle2 method,
but not in logLik method)
}}
\section{Changes in version 0.7.5}{
\itemize{
\item change "ll" to "LL" in examples for clarity
\item tweaked anova reporting of models (wrap instead of truncating)
\item added (undocumented) show.points option to profile plot
to display actual locations of profile evaluation
\item tweaked profile to behave better when profiling variables
with constraints (upper, lower)
\item moved vignette to inst/doc where it belongs
\item ICtab hack to protect against package:aod definition of AIC(logLik)
\item added submit stub
\item tweaked slice.mle2-class docs for consistency
\item fiddled with vignette
\item preliminary code to allow non-monotonic profiles
\item preliminary add nlm to list of optimizers (untested)
\item add aod, Hmisc, emdbook to VignetteDepends and Suggests:
}}
\section{Changes in version 0.7}{
\itemize{
\item better df extraction in ICtab
\item minor bug fix for AICc (allows AICc of nls objects)
\item handle models with -1 in formula better:
starting values set "all equal"
\item made ANOVA formula line-length accessible
\item added skip.hessian and trace arguments to mle2
\item messed around with BIC definition -- attempt at consistency with nlme
\item added rudimentary support for nlminb, constrOptim
\item nlme now required for fdHess (which is required for
nlminb since it doesn't compute a finite-diff
Hessian)
}}
\section{Changes in version 0.6}{
\itemize{
\item add experimental formula interface
\item change all names from mle to mle2 to avoid confusion/conflicts
\item with stats4 version of mle
\item change internal structure of data evaluation
\item worked on vignette
\item added optimizer slot (stub)
}}
\section{Changes in version 0.5}{
\itemize{
\item fix AICc bug! (was deviance+2*k*(k+1)/(n-k-1), not
AIC+2*k*(k+1)/(n-k-1))
}}
\section{Changes in version 0.4}{
\itemize{
\item change AIC to AICc for corrections
\item add AICtab for weights, delta, sort ... options
\item expose error messages occuring within profile()
\item uniroot tries harder to find a valid endpoint
\item truncate terms in anova.mle at 80 characters
}}
\section{Changes in version 0.3}{
\itemize{
\item enhanced anova method, works with print.anova
\item tweaked namedrop() code -- ??
}}
\section{Changes in version 0.2}{
\itemize{
\item added parnames, parnames<-
\item minor fix to allow "profiles" of 1-parameter models
(skip fdHess call)
\item minor change to print method for mle results
\item tweaking "vecpar" (to allow parameter vectors in objective function)
\item removed fdHess/nlme dependency
}
}
|