Changes in version 1.3-9 (2024-02-14) New features - Fixing documentation for generator and plot functions, as required by CRAN - Remove broken link to Travis and update codecov link Changes in version 1.3-8 (2021-10-17) New features - Fixing DOI as required by Journal of Statistical Software. Changes in version 1.3-7 (2021-08-03) New features - Fixing URLs as required by CRAN. Changes in version 1.3-6 New features - Changing email address. Changes in version 1.3-5 (2020-04-25) New features - Add links to vignette. Changes in version 1.3-4 (2019-12-18) New features - Function .intWeights is not external any more, as used in MFPCA package. - Update Author/Maintainer last name Changes in version 1.3-3 (2019-03-10) New features - Suppress warnings in unit tests with fixed seed caused by changing the default RNG in latest R development version. Changes in version 1.3-2 (2018-10-09) New features - Fixed typo in DESCRIPTION (testthat requires version >= 2.0.0) Changes in version 1.3-1 (2018-10-02) New features - Consequent use of seq_len(x) instead of 1:x. - Use of type-safe vapply instead of sapply, where applicable. - Standard ggplot function (package ggplot) as default for (deprecated) generic ggplot. Changes in version 1.3 (2018-08-09) New features - New coercion methods as.data.frame and funData2fd / fd2funData (for fd objects from fda package). - New functions argvals / argvals<- / X / X<- for accessing and setting slot values. The old functions getArgvals / setArgvals / getX / setX are deprecated. - New functions autoplot / autolayer for ggplot-type plotting (requires ggplot2, version 3.0.0). The old ggplot function is deprecated. - Alias functions subset and "[" for extractObs to achieve better compatibility with R's standard API. - print.summary is now registered in NAMESPACE. - Minor adjustments in output of show and str to fit into the standard 80 columns terminal. - Documentation of Arith functions with more examples for standard operators - Fixed some typos in the documentation. - DESCRIPTION file now contains link to GitHub repo. Changes in version 1.2 (2018-02-21) New features - Basic generics names, names<- str and summary for all functional data classes. - S4 generic norm is now based on function norm in package base (no masking). - More argument checking for user-facing functions including unit tests. - Bug fixed for meanFunction and irregFunData. Changes in version 1.1 (2017-06-10) New features - ggplot methods for all functional data classes. - Simulation of univariate functional data on higher-dimensional domains. - Math functions such as log() or abs() can be applied to all functional data classes. - Coercion from funData to irregFunData class via as.irregFunData (useful e.g. for plotting). - Scalar product method for multivariate functional data accepts weight vector. - Unit test coverage is now close to 100%.