| NEWS | R Documentation |
Minimum style corrections as requested by CRAN. They do not affect the user experience.
Big changes and improvements. Most functions have undergone a change in their functionalities.
Functions removed: dailymean.fun, dailysd.fun, N_joint.plot, N_joint.test, std.fun.
Functions have been joined or renamed as follows:
From I.rec and I.rec.matrix joined to the S3 method I.record.
From L.rec and L.rec.matrix joined to L.record.
From M.rec and P.rec renamed to M.record and P.record, respectively.
From N.rec and N.rec.matrix joined to N.record.
From Nmean.rec renamed to Nmean.record.
From DaySeries.fun, double.fun, mintime.cor.test, value.rec renamed to series_split, series_double, series_uncor, records, respectively.
From L_lr.test and L_MC.test joined to L_lr.test.
New functions: foster.plot, foster.test, L_global.test, L_lm.test, series_untie.
Data ZaragozaSeries: now the series_double function has not been applied to it.
Problems solved: the p-value and statistic of P_regression.test was calculated incorrectly in version 0.1.2, this problem has been solved.
Support for parallel computing added in Monte Carlo functions: L_global.test, L_lm.test, L_lr.test.
Small changes. They do not affect the user experience.
Updates for CRAN policies on Imports packages.