Version: 0.5-2 Date: 2025-09-25 Category: Fix bug in rcardioid() when rho is negative, as circular uniform was generated instead of (thanks to Arthur Pewsey Text: Version: 0.5-2 Date: 2025-09-25 Category: Add in rcardioid() a note on existence of non-acceptance-rejection algorithms Text: Version: 0.5-1 Date: 2024-08-29 Category: Fix 'Additional issues' regarding the use of PI instead of M_PI Text: Version: 0.5-1 Date: 2024-08-29 Category: Fix \link's in documentation Text: Version: 0.5-1 Date: 2024-08-29 Category: Format authors into Authors@R Text: Version: 0.5-0 Date: 2023-09-05 Category: Added an example to RosediagRad (thanks to Hugo Flávio Text: Version: 0.5-0 Date: 2023-09-05 Category: Added an example to lm.circular (thanks to Dirk Walther Text: Version: 0.5-0 Date: 2023-09-05 Category: Drop personList() and citEntry Text: Version: 0.5-0 Date: 2023-09-05 Category: axis.circular() is no longer an S3 method, just a standalone function Text: Version: 0.4-95 Date: 2022-04-26 Category: Maintainer change to avoid archiving Text: Version: 0.4-95 Date: 2022-04-26 Category: Fixed documentation typos Text: Version: 0.4-91 Category: Fixed a bug in heatmap.circular Text: Version: 0.4-8 Category: minusPiPlusPi now accepts missing values Text: Version: 0.4-8 Category: Added the start.sep argument to plot.circular and points.circular. Also the internal function PointsCircularRad has changed the API Text: Version: 0.4-6 Category: Added function dasytriangular for the density of asymmetric triangular distribution as described in Mardia (1972 Text: Version: 0.4-6 Category: In this version two functions are available for evaluating the median (medianCircular which allows for the dispersion parameter and median.circular with only the median reported), however medianCircular is deprecated and it will be removed in the next releases. Text: Version: 0.4-6 Category: Added mean.circular.c to calculate the circular mean in C language Text: Version: 0.4-6 Category: New algorithm for circular median. The implementation is in C language Text: Version: 0.4-6 Category: Added function for Hodges Lehmann estimate of the median for circular and non circular data Text: Version: 0.4-6 Category: Several bugs fixed Text: Version: 0.4-3 Date: 2011-07-23 Category: Fixed a bug in c.circular function Text: Version: 0.4-3 Date: 2011-07-23 Category: New functions: watson.williams.test, wallraff.test Text: Version: 0.4-3 Date: 2011-07-23 Category: Add a summary introduction to the package Text: Version: 0.4-3 Date: 2011-07-23 Category: Add citation information Text: Version: 0.4-3 Date: 2011-07-23 Category: Fixed the behaviour of axis.circular for template 'clock12' and 'clock24 Text: Version: 0.4-3 Date: 2011-07-23 Category: Fixed windrose and plot.density.circular for template 'clock12' and 'clock24 Text: Version: 0.4-3 Date: 2011-07-23 Category: Function range.circular use lgamma(x) instead of log(gamma(x Text: Version: 0.4-3 Date: 2011-07-23 Category: Fixed a bug in density.circular. Now the arguments K and min.k are passed to the internal function Text: Version: 0.4-3 Date: 2011-07-23 Category: Added functions bw.cv.mse.circular and bw.cv.ml.circular for bandwidth selection using crossvalidation and mse or ml Text: Version: 0.4-3 Date: 2011-07-23 Category: Added functions sd.default, sd.data.frame, sd.circular (with sd method), angular.variance and angular.deviation. Text: Version: 0.4-3 Date: 2011-07-23 Category: Added pmixedvonmises function. Now *mixedvonmises functions use argument prop instead of p Text: Version: 0.4-3 Date: 2011-07-23 Category: Added function quantile.circular Text: Version: 0.4-2 Date: 2011-03-19 Category: Fixed a bug in rose.diag function. Now the rose.diag function has two new parameters: sub and control.circle Text: Version: 0.4-1 Date: 2011-02-03 Category: New functions Text: Version: 0.4-1 Date: 2011-02-03 Category: dgenvonmises, Density for the Generalized von Mises circular distribution. Text: Version: 0.4-1 Date: 2011-02-03 Category: djonespewsey, Density for the Jones and Pewsey circular distribution Text: Version: 0.4-1 Date: 2011-02-03 Category: dkatojones, Density for the Kato and Jones distribution Text: Version: 0.4-1 Date: 2011-02-03 Category: dcarthwrite, Density for the Carthwrite's power-of-cosine distribution Text: Version: 0.4-1 Date: 2011-02-03 Category: Fixed a bug in density.circular Text: Version: 0.4-1 Date: 2011-02-03 Category: rose.diag function has new parameters and better control of the colors. Now it use polygon instead of lines.default and it draws edges of sectors as arcs. Text: Version: 0.4-1 Date: 2011-02-03 Category: Fixed bug on qvonmises and its documentation Text: Version: 0.4-1 Date: 2011-02-03 Category: Fixed bug on qwrappednormal Text: Version: 0.4-1 Date: 2011-02-03 Category: Fixed bug on arrows.circular Text: Version: 0.4-1 Date: 2011-02-03 Category: Now range.circular do not retain the rotation attributes. Always return a counter rotation angle Text: Version: 0.4 Date: 2010-08-01 Category: Refixed range.circular Text: Version: 0.3-9 Category: Fixed bug #729 on watson.two.test function Text: Version: 0.3-9 Category: Fixed bug #69 small bug in rose.diag of R package "circular", 0.3-8 and the same problem in the points.circular and plot.circular Text: Version: 0.3-9 Category: Fixed bug #104 bug in rvonmises, 0.3-8. Now, when kappa is zero, random deviates are generated according to the Circular Uniform Distribution Text: Version: 0.3-9 Category: Use patches #193 to fix for plotting many arrows with one call to arrows.circular Text: Version: 0.3-9 Category: Add the argument control.circle to pass parameters to the internal function that draws the circle in plot.circular, curve.circular, plot.circular.function, plot.density.circular. A function, circle.control, is introduced to set those parameters. This is used instead of the proposed patches #194 The CirclePlotRad() function can accept "..." but it isn't currently passed Text: Version: 0.3-9 Category: Add the argument sub, and change the default of main to NULL in the above functions Text: Version: 0.3-9 Category: Internal functions PointsCircularRad and RosediagRad use the hist function to construct intervals in stack=TRUE Text: Version: 0.3-9 Category: Add units "hours" for data expressed in hours (minutes and seconds must be expressed in decimals Text: Version: 0.3-9 Category: Add template "clock12" and "clock24" to plot data which are time. Text: Version: 0.3-9 Category: Add dist.circular function Text: Version: 0.3-9 Category: Add heatmap.circular function Text: Version: 0.3-9 Category: Add medianCircular function Text: Version: 0.3-9 Category: Add offset argument to the lines.circular, lines.density.circular, plot.density.circular functions Text: Version: 0.3-9 Category: Add shrink argument to the lines.circular function Text: Version: 0.3-9 Category: Function lines.circular return x and y in the invisible object Text: Version: 0.3-9 Category: Fixed the name of the help page for the circular function Text: Version: 0.3-8 Date: 2007-08-25 Category: Now unique.circular calls unique.default instead of the internal function. print.rao.spacing.test loads locally the dataset rao.table Text: Version: 0.3-7 Date: 2007-08-14 Category: Fix a problem in the api of unique.circular function, fix the documentation of summary.circular and [.circular Text: Version: 0.3-6 Date: 2006-08-28 Category: Changed long declaration into int in circular/src/rvonmises.c file Text: Version: 0.3-5 Date: 2006-08-24 Category: Rewrite most of the functions. Add functions c.circular, unique.circular, curve.circular, plot.function.circular, lines.circular. Add arguments to conversion.circular and change its behavior. Add pwrappednormal, qwrappednormal (experimental versions). Add new features to r,d,p,q functions (now mu must be specifies using a circular object Text: Version: 0.3-5 Date: 2006-08-24 Category: Almost all the functions use control.circular argument in order to specify the attribute of the resulting object. The rvonmises function uses a C code from Harry Southworth Text: Version: 0.3-4 Date: 2006-02-13 Category: Add an argument to windrose, rewrite small part of it. Fix typos in kuiper.test.Rd, extract.Rd and lm.circular.Rd. Now, var.default definition in var.circular.R point to stats::var and not to base::var Text: Version: 0.3-3 Date: 2005-12-07 Category: Add NAMESPACE file. Functions now use atan2 instead of atan when two arguments. summary.circular is fixed Text: Version: 0.3-2 Date: 2005-05-05 Category: Remove direct call to x11() in man pages Text: Version: 0.3-1 Date: 2005-05-03 Category: Remove the alias density and density.default and the corresponding documentation. Fix a problem in the documentation of lsfit.circle. Change MSE and SSE to MS and SS in aov.circular Text: Version: 0.3 Date: 2005-04-27 Category: All the functions handle NA values. Most of them by removing NA (without ask). When more than one variable is needed only complete cases are considered Text: Version: 0.3 Date: 2005-04-27 Category: Added functions: aov.circular, equal.kappa.test, lsfit.circle Text: Version: 0.3 Date: 2005-04-27 Category: Modified the function lm.circular so that now circular-circular and circular-linear regression are available Text: Version: 0.2 Text: Version: 0.1 Date: 2004-05-25 Text: Version: 0.1 Date: 2004-05-25 Category: Fixed a consistency for range.circular function Text: Version: 0.1 Date: 2004-05-25 Category: Pre-released version of the circular package build on the R port of CircStats Text: Version: 0.1 Date: 2004-05-25 Category: Claudio Agostinelli Text: Version: 0.1 Date: 2004-05-25 Category: Department of Statistics Text: Version: 0.1 Date: 2004-05-25 Category: University Ca' Foscari of Venice Text: Version: 0.1 Date: 2004-05-25 Category: Italy Text: Version: 0.1 Date: 2004-05-25 Category: http://www.dst.unive.it/~claudio Text: