| NEWS | R Documentation |
News for R Package simest
Changes in version 0.4-1-1 (2025-11-21)
Misc
-
‘DESCRIPTION’ get a DOI for the 2020 paper.
-
‘man/sim.est.Rd’ Example is better, no commented code.
Clean up of ‘*.R’ vs ‘*.r’; also a few more ‘man/*.Rd’ tweaks.
Changes in version 0.4-1 (2025-11-14)
New Features
Improved flexibility and informativeness for several
plot()methods.The model fitting functions are no longer S3 generic with a
defaultmethod, but regular functions (more efficiently).
Bug Fixes
in
sim.est()andsimestgcv(),A[,-c(1,2)]needed to get a, drop=FALSEin order to work correctly for e.g.,n = 6.
Misc
Added simest to R-forge, notably Martin Maechler's ‘curves-etc’ project; also adding a
BugReports:entry to ‘DESCRIPTION’.Using
match.arg(methods)andswitch(method, ..)is more efficient and more readable code.added relevant
example(fastmerge), showing merging with default and more merging with largertol.fixed several ‘man/*.Rd’ ‘\link[pkg]{..}’ links, also other small ‘*.Rd’ issues.
added ‘./tests/’ directory and “regression” tests, which found small inconsistencies, e.g., some methods needing more than
n = 2observations.
Earlier History and CRAN Archiving of version 0.4
CRAN simest Archive
CRAN's archive for simest at https://cran.r-project.org/src/contrib/Archive/simest/ 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
Package simest was removed from the CRAN repository.
Formerly available versions can be obtained from the archive.
Archived on 2025-03-24 as email to the maintainer is undeliverable.
A summary of the most recent check results can be obtained from the check results archive.
Please use the canonical form https://CRAN.R-project.org/package=simest to link to this page.
Changes in version 0.4-0 (2017-04-25)
New Features
-
sim.est()getsforce = TRUEoption and then uses the newcvx.lse.con.reg()which callsconreg()from package cobs. Hence cobs is now in simest's reverse dependencies. Now using faster
.C(<name>, ....)instead of.C("<name>", ...., PACKAGE = "simest")
Bug Fixes
Documentation: changing
(x, y)to(t, z)where appropriate.
Misc
using new ‘src/init.c’ and ‘src/simest.h’ files (necessary for the
.C(<name>, ...)interface.The C routines called by
.C(<name>, *)documented now (even though that is a bit unusual).
Changes in version 0.3 (2016-09-05)
New Features
.
Bug Fixes
.
Misc
.
Changes in version 0.2 (2015-10-19)
New Features
.
Bug Fixes
.
Misc
.
First version 0.1 (2015-09-20)
New Features
.
.
.
.
.