Title: Functional Time Series Analysis
Description: Functions for visualizing, modeling, forecasting and hypothesis testing of functional time series.
Author: Rob Hyndman [aut] ,
Han Lin Shang [aut, cre, cph]
Maintainer: Han Lin Shang <hanlin.shang@mq.edu.au>
Diff between ftsa versions 6.4 dated 2024-01-23 and 6.5 dated 2025-01-18
ftsa-6.4/ftsa/R/FANOVA.R |only ftsa-6.4/ftsa/R/FCE_means.R |only ftsa-6.4/ftsa/R/FRE_means.R |only ftsa-6.4/ftsa/R/One_way_Residuals.R |only ftsa-6.4/ftsa/R/One_way_median_polish.R |only ftsa-6.4/ftsa/R/Substraction.R |only ftsa-6.4/ftsa/R/Two_way_Residuals.R |only ftsa-6.4/ftsa/R/Two_way_Residuals_means.R |only ftsa-6.4/ftsa/R/Two_way_median_polish.R |only ftsa-6.4/ftsa/R/combinat.R |only ftsa-6.4/ftsa/R/f.R |only ftsa-6.4/ftsa/R/fMBD.R |only ftsa-6.4/ftsa/R/get_median.R |only ftsa-6.4/ftsa/R/list.cbind.R |only ftsa-6.4/ftsa/R/list.do.R |only ftsa-6.4/ftsa/R/list.rbind.R |only ftsa-6.4/ftsa/R/mu_hat.R |only ftsa-6.4/ftsa/R/partition_column_Y_f.R |only ftsa-6.4/ftsa/R/partition_row_Y_f.R |only ftsa-6.4/ftsa/man/FANOVA.Rd |only ftsa-6.4/ftsa/man/One_way_Residuals.Rd |only ftsa-6.4/ftsa/man/One_way_median_polish.Rd |only ftsa-6.4/ftsa/man/Two_way_Residuals.Rd |only ftsa-6.4/ftsa/man/Two_way_Residuals_means.Rd |only ftsa-6.4/ftsa/man/Two_way_median_polish.Rd |only ftsa-6.5/ftsa/ChangeLog | 4 ++ ftsa-6.5/ftsa/DESCRIPTION | 8 ++-- ftsa-6.5/ftsa/MD5 | 35 ++------------------ ftsa-6.5/ftsa/NAMESPACE | 8 ---- ftsa-6.5/ftsa/man/farforecast.Rd | 4 +- ftsa-6.5/ftsa/man/long_run_covariance_estimation.Rd | 2 - 31 files changed, 17 insertions(+), 44 deletions(-)
Title: Read and Write Standard 'C' Types from Files, Connections and
Raw Vectors
Description: Interacting with binary files can be difficult because R's types
are a subset of what is generally supported by 'C'. This package provides a
suite of functions for reading and writing binary data (with files, connections,
and raw vectors) using 'C' type descriptions. These functions convert data
between 'C' types and R types while checking for values outside the
type limits, 'NA' values, etc.
Author: Mike Cheng [aut, cre, cph],
Anne Fu [ctb]
Maintainer: Mike Cheng <mikefc@coolbutuseless.com>
Diff between ctypesio versions 0.1.1 dated 2024-10-16 and 0.1.2 dated 2025-01-18
DESCRIPTION | 10 +++---- MD5 | 25 +++++++++++-------- NEWS.md | 10 +++++++ R/read-hex.R | 5 +++ R/read-utf.R | 6 ++-- R/write-float.R | 15 +++++++++-- R/write-int.R | 13 +++++++--- R/write-utf8.R | 15 +++++++++-- inst/doc/parse-jpeg.html | 37 +++++++++++++++-------------- inst/doc/wave-format.R | 44 +++++++++++++++++------------------ inst/doc/wave-format.html | 33 +++++++++++++------------- man/ctypesio-package.Rd | 2 - tests/testthat/test-raw-set-endian.R |only tests/testthat/test-str-raw.R |only tests/testthat/test-utf8-read.R |only 15 files changed, 128 insertions(+), 87 deletions(-)
Title: Geometrical Functionality of the 'spatstat' Family
Description: Defines spatial data types and supports geometrical operations
on them. Data types include point patterns, windows (domains),
pixel images, line segment patterns, tessellations and hyperframes.
Capabilities include creation and manipulation of data
(using command line or graphical interaction),
plotting, geometrical operations (rotation, shift, rescale,
affine transformation), convex hull, discretisation and
pixellation, Dirichlet tessellation, Delaunay triangulation,
pairwise distances, nearest-neighbour distances,
distance transform, morphological operations
(erosion, dilation, closing, opening), quadrat counting,
geometrical measurement, geometrical covariance,
colour maps, calculus on spatial domains,
Gaussian blur, level sets of images, transects of images,
intersections between objects, minimum distance matching.
(Excludes spatial data on a network, which are supported by
the package 'spatstat.linnet'.)
Author: Adrian Baddeley [aut, cre, cph]
,
Rolf Turner [aut, cph] ,
Ege Rubak [aut, cph] ,
Tilman Davies [ctb],
Ute Hahn [ctb],
Abdollah Jalilian [ctb],
Greg McSwiggan [ctb, cph],
Sebastian Meyer [ctb, cph],
Jens Oehlschlaegel [ctb, cph],
Suman Rakshit [ctb], [...truncated...]
Maintainer: Adrian Baddeley <Adrian.Baddeley@curtin.edu.au>
Diff between spatstat.geom versions 3.3-4 dated 2024-11-18 and 3.3-5 dated 2025-01-18
DESCRIPTION | 10 +-- MD5 | 85 +++++++++++++------------- NAMESPACE | 2 NEWS | 88 ++++++++++++++++++++++++++- R/colourtables.R | 81 +++++++++++++++---------- R/hyperframe.R | 4 - R/persp.im.R | 4 + R/persp.ppp.R | 26 +++++--- R/plot.anylist.R | 136 ++++++++++++++++++++++++++++++++++--------- R/plot.im.R | 142 +++++++++++++++++++++++++-------------------- R/rotate.R | 3 R/split.ppp.R | 26 +++++--- R/symbolmap.R | 8 +- R/texture.R | 56 +++++++++++++---- R/unstack.R | 4 - inst/doc/packagesizes.txt | 1 inst/info/packagesizes.txt | 1 man/as.hyperframe.Rd | 7 -- man/colourmap.Rd | 3 man/distfun.Rd | 12 +++ man/distmap.Rd | 13 +++- man/distmap.owin.Rd | 11 +++ man/distmap.ppp.Rd | 16 ++++- man/distmap.psp.Rd | 11 +++ man/hyperframe.Rd | 8 +- man/nndist.Rd | 11 +++ man/nndist.pp3.Rd | 11 +++ man/nndist.ppx.Rd | 11 +++ man/nndist.psp.Rd | 11 +++ man/pairdist.Rd | 11 +++ man/pairdist.pp3.Rd | 15 ++++ man/pairdist.ppp.Rd | 11 +++ man/pairdist.ppx.Rd | 14 +++- man/pairdist.psp.Rd | 14 +++- man/plot.anylist.Rd | 14 +++- man/plot.colourmap.Rd | 19 ++++-- man/plot.im.Rd | 34 +++++++++- man/plot.imlist.Rd | 30 +++++++-- man/plot.listof.Rd | 8 ++ man/plot.ppp.Rd | 42 +++++++------ man/plot.solist.Rd | 12 +++ man/plot.symbolmap.Rd | 2 man/plot.texturemap.Rd | 12 +++ man/rev.colourmap.Rd |only 44 files changed, 778 insertions(+), 262 deletions(-)