Changes in version 0.13.0 (2026-01-26) o Maintenance release to prepare for upcomming dplyr version o Removal of dependency to tibble Changes in version 0.12.0 (2025-10-14) o Maintenance release to prepare for upcomming testthat 3.3.0 o Fixes in documentation to resolve notes on CRAN Changes in version 0.11.0 (2022-02-07) o Maintenance release to prepare for upcoming dplyr 1.0.8 release Changes in version 0.10.0 (2019-03-28) o Minor fixes to documentation o Minor bugfixes o CITATION file Changes in version 0.9.0 (2017-05-08) o CRAN release Changes in version 0.8.2 o Fix for print/show method of object. Changes in version 0.8.1 o Fix for warning while using rbind_all. Now use bind_rows instead. Changes in version 0.8.0 (2016-04-27) o CRAN release Changes in version 0.7.6 o New argument fileExt in 'sim' to save RData instead of csv files. o New function 'sim_read_list' to read in the results from RData files. o Fix in preconf computation functions to ensure that they return a data.frame. Changes in version 0.7.5 o The function 'sim' now has an additional argument, suffix, to provide an optional suffix for file names. o Storing simulation runs to files now creates an empty template to lock that file so multpiple processes can work on the same sequence of jobs. Changes in version 0.7.4 o The function 'sim_gen_cont' now allows to select specific areas for contamination. Changes in version 0.7.3 o New function: base_id_temporal to construct basic structure for repeated measurements. o New generator: gen_v_ar1 to generate an autocorrelated error term. Changes in version 0.7.2 o Update for show method. Now can print not only handle data.frames. Changes in version 0.7.1 o Updated vignette Changes in version 0.7.0 (2015-02-16) o CRAN release Changes in version 0.6.6 o new argument, overwrite, for function sim Changes in version 0.6.5 o new signature for function sim o parallel back-end has changed to parallelMap o new functions: sample_cluster_fraction and sample_cluster_number Changes in version 0.6.4 o Rewrite of the summary method o New function sim_gen_generic Changes in version 0.6.3 o Bugfixes in sim_gen for contamination and sim_gen_eq to preserve attributes of data.frame o The show method was updated and is more consistent o Bugfix in as.data.frame: will now always return a data.frame Changes in version 0.6.2 o New sampling function sample_numbers - vectorized sample_number Changes in version 0.6.1 o Updated version of the vignette Changes in version 0.6.0 (2014-10-22) o CRAN release Changes in version 0.5.3 o base_id returns only column with idD if nUnits == 1 o updates for documentation and vignettes Changes in version 0.5.2 o renaming of sim_gen_fe and sim_gen_re o update of vignettes Changes in version 0.5.1 o bugfix: keep attributes after sampling Changes in version 0.5.0 o R, the number of reps, is not an argument of sim_setup anymore but only of sim o Generator functions are now functions which f: data.frame -> data.frame o The response is not generated automatically but using the sim_resp component o comp_var function is now a wrapper around dplyr::mutate o sample_number and sample_fraction replace sample_srs and sample_csrs o agg_standard was renamed to agg_all o calc was renamed to comp; sim*n, sim_N, sim_popMean, sim_popVar are renamed to sim_comp*\* o Contaminated data is now included in sim_gen_cont; argument names have changed o The base can explicitly be set by sim_base or simply by starting from a data.frame o gen_generic supports a groupVar instead of level Changes in version 0.4.7 o Preserve attributes of data in sample\_\* and agg_all Changes in version 0.4.6 o Describe function for sim_setup Changes in version 0.4.5 o Bugfix in sim.sim_setup pass simName o No garbage collection for sim with path Changes in version 0.4.4 o Bug fix in sample_csrs - Handling of numeric input with length > 1 o Default in sim_setup is R = 1 o Argument simName in sim.sim_setup o Default for simName in sim_setup is set to "" o Change in sim_setup, now matches the behaviour of all other components Changes in version 0.4.3 o Bug-fix in calc_var Changes in version 0.4.2 o Fix in read_simData o calc_var accepts a character with length > 1 o summary.sim_setup prints str instead of head Changes in version 0.4.1 o Import dplyr(>= 0.2) - because of import of magrittr Changes in version 0.4.0 o Implementation of all relevant steps in simulation studies o as.data.frame for sim_setup o summary for sim_setup o sim_setup method for data.frames as link to design-based studies o implemented a solution for doing the simulation in parallel