Changes in version 0.4-1-1 (2025-12-03) Misc o DESCRIPTION get a DOI for the 2020 paper. o man/sim.est.Rd Example is better, no commented code. o Clean up of *.R vs *.r; also a few more man/*.Rd tweaks. Changes in version 0.4-1 New Features o Improved flexibility _and_ informativeness for several plot() methods. o The model fitting functions are no longer S3 generic with a default method, but regular functions (more efficiently). Bug Fixes o in sim.est() and simestgcv(), A[,-c(1,2)] needed to get a , drop=FALSE in order to work correctly for e.g., n = 6. Misc o Added simest to R-forge, notably Martin Maechler's curves-etc project; also adding a BugReports: entry to DESCRIPTION. o Using match.arg(methods) and switch(method, ..) is more efficient and more readable code. o added relevant example(fastmerge), showing merging with default and more merging with larger tol. o fixed several man/*.Rd \link[pkg]{..} links, also other small *.Rd issues. o added ./tests/ directory and “regression” tests, which found small inconsistencies, e.g., some methods needing more than n = 2 observations. Changes in version 0.4 (2017-04-25) CRAN 'simest' Archive o CRAN's archive for simest at shows Name Last modified Size simest_0.1.tar.gz 2015-09-20 22:35 15K simest_0.2.tar.gz 2015-10-19 18:17 15K simest_0.3.tar.gz 2016-09-05 16:15 22K simest_0.4.tar.gz 2017-04-25 16:35 23K Archiving Text o Package simest was removed from the CRAN repository. o Formerly available versions can be obtained from the archive. o Archived on 2025-03-24 as email to the maintainer is undeliverable. o A summary of the most recent check results can be obtained from the check results archive. o Please use the canonical form to link to this page. Changes in version 0.4-0 New Features o sim.est() gets force = TRUE option and then uses the new cvx.lse.con.reg() which calls conreg() from package cobs. Hence cobs is now in simest's reverse dependencies. o Now using faster .C(, ....) instead of .C("", ...., PACKAGE = "simest") Bug Fixes o Documentation: changing (x, y) to (t, z) where appropriate. Misc o using new src/init.c and src/simest.h files (necessary for the .C(, ...) interface. o The C routines called by .C(, *) documented now (even though that is a bit unusual). Changes in version 0.3 (2016-09-05) New Features o . Bug Fixes o . Misc o . Changes in version 0.2 (2015-10-19) New Features o . Bug Fixes o . Misc o . Changes in version 0.1 (2015-09-20) New Features o . o . o . o . o .