Changes in version 0.12.1 (2022-06-19) - Bug fix Remove escaped LaTeX specials in the documentation of plotESDA(). These escaped LaTeX specials were resulting in notes in CRAN package check results for some flavors. Changes in version 0.12.0 (2022-05-30) - Improvement 1 New function skewness(): compute the moment coefficient of skewness of a continuous, possibly non-normal variable. - Improvement 2 Reducing dependencies: - Package moments is not in Suggests anymore. The moment coefficient of skewness used in plotHD() is now computed using the new function skewness(). - Package plyr is not Suggests anymore. - Package geoR is not Suggests anymore. - Improvement 3 Extended documentation. Some pedometrics-functions depend on functions coming from other R-packages. These dependencies are now stated in the function help. This should enable users to get ready before missing-package warnings are issued. Links to old and development versions of those are provided as well. This should help users when a package is temporarily removed from CRAN -- such as with geoR and georob. - Improvement 4 DESCRIPTION. - The package description was extended to state which tools are included in the package. - The CRAN archive https://cran.r-project.org/src/contrib/Archive/ is referenced so that users can find formerly available versions of suggested packages that are no longer available from CRAN because they were temporarily removed -- such as with geoR and georob. - Contributors of defunct functions were moved to pedometrics-defunct.R. Changes in version 0.11.1 - Bug fixes - The documentation of a few functions was missing the returned value. This was fixed. Now all functions have the returned value clearly specified. - The documentation of a few functions was using \dontrun{}. This was fixed. Now all functions have at least one example that can be run conditionally on the availability of certain packages or if R is being used interactively. - Improvement 1 Function documentation was cleaned up. - Improvement 2 In previous versions, plotCor() required RColorBrewer::brewer.pal() to set the color palette. Now the color palette is hard-coded and package RColorBrewer was thus removed from Suggests. - Improvement 3 Add Additional_repositories to DESCRIPTION as a means to deal with archived packages such as geoR and georob. Changes in version 0.11.0 - Improvement Run local and remote tests. Prepare comments to CRAN maintainers. Changes in version 0.10.1 - Bug fix Fixed mistaken use of a Suggested package in an example unconditionally on its availability. - Improvement Run local and remote tests. Prepare comments to CRAN maintainers. Changes in version 0.10.0 - Improvement Run local and remote tests. Prepare comments to CRAN maintainers. Changes in version 0.9.0 - Improvement Functions depending on the spsurvey package were causing problems. These problems occurred due to the changes introduced in version 5.0.0 of the spsurvey package. The most efficient solution was to move those functions to the ASRtools package: cdfPlot(), cdfStats(), cdfTable(), and coordenadas(). As a result, packages spsurvey and xtable were removed from Suggests. The ASRtools package is available at https://github.com/samuel-rosa/ASRtools. Changes in version 0.8.2 - Improvement Expanded the documentation and cleaned the code of various functions. Changes in version 0.8.1 - Improvement Expanded documentation on installing the development version from GitHub. Changes in version 0.8.0 - Improvement 1 The spsurvey package moved to Suggests. A major update to version 5.0 of the spsurvey package is to be released soon. This major release will introduce breaking changes to previously existing functions. To avoid these breaking changes to have immediate effect on the pedometrics package, it now Suggests spsurvey (< 5.0). - Improvement 2 We are working to reduce the number of dependencies as well as of the suggested packages. This is positive for users. From this version on, the pbapply package is not suggested any more. - Bug fix. Fixes CRAN check note on r-devel-linux-x86_64-fedora-clang due to undeclared packages in Rd xrefs. Changes in version 0.7.0.9000 - plotHD and stepVIF: reviews documentation and plans future changes. Changes in version 0.7.0 (2020-02-09) - New version (minor), including bug fixes, new functions, and function improvements. Changes in version 0.6.6.9010 - Improvements: - Reviews and improves documentation. - Deprecated functions: coordenadas(), cdfTable(), cdfStats() and cdfPlot(). These functions were developed to fulfill the demands created by the PhD research project (2012-2016) and are no longer (or rarely) used. Some will be replaced, but all will move to a package currently under developed at https://github.com/samuel-rosa/ASRtools. Changes in version 0.6-6.9009 - Improvements: - Reviews and improves documentation. - Fixes: - Deals with the fact that matrix objects now also inherit from class "array". - Deals with the fact that the suggested package geoR has been orphaned on 2020-01-12. This is done by keeping the package in Suggests and using it conditionally by employing requireNamespace(). Changes in version 0.6-6.9008 - Improvements: - plotCor: reverses default color ramp so that positive and negative correlations are depicted using red and blue colors, respectively. Changes in version 0.6-6.9007 - Improvements: - plotHD: adds grid lines to histogram. - plotESDA: choose the position of the legend of the bubble plot Changes in version 0.6-6.9006 - Improvements on plotCor to deal with long column names in the correlation matrix. Long column names (> 5 characters) are now replaced with x1, x2, ..., xn, where n is the number of columns in the correlation matrix. A message is issues identifying columns and their respective index. Changes in version 0.6-6.9005 - Adds plotCor, a function to create correlation plots using a colorblind-friendly palette. Changes in version 0.6-6.9002 - Evaluates the upcoming new version (3.0-0) of the car package. Changes in version 0.6-6.9001 - Improved selection of the location to place the legend in plotHD. Changes in version 0.6-6.9000 - A new guess of p_sill is used when the variance is spatially uncorrelated. It is defined as 1e-3 times the guess of nugget (before the p_sill was set to 1e-12, which caused errors in optim and nlminb). Changes in version 0.6-6 (2015-12-03) - FIX: corrected error in vgmICP caused by the recent update of package georob. - vgmICP: Improved estimation of the scale parameter (range) for monotonous variograms by using function practicalRange from package geoR. Changes in version 0.6-5.9001 - vgmICP: Improve the guess of the partial sill for a pure nugget effect model. Changes in version 0.6-5.9000 - FIX: the definition of the lag-distance classes passed to georob::sample.variogram in vgmLags was incorrect due to an error in the documentation the former. Instead of "a numeric vector with the upper bounds of a set of contiguous bins", the argument lag.dist.def of georob::sample.variogram requires "a numeric vector with the lower and upper bounds of a set of contiguous bins". The author and maintainer of the georob-package has been warned about this documentation error. - Improve guess of nugget variance by giving larger weight to the first lag because we now consider a minimum number of point-pairs per lag-distance class. Changes in version 0.6-5 (2015-12-01) - FIX: the computation of the number of point-pairs per lag-distance class in vgmLags was incorrect because it neglected the fact that, in a full distance matrix, two points a and b form two pairs, i.e. ab and ba. The mistake is due to the fact that we use SpatialTools::dist1 to compute the distance matrix instead of stats::dist. Changes in version 0.6-4 (2015-11-28) - New functions have been added. They are designed for three purposes: - Variogram estimation and analysis - Evaluation of geostatistical models of uncertainty - Calibrating random forest models Changes in version 0.6-3.9003 - New function vgmICP to guess the initial covariance parameters when fitting a variogram model. - Included description of funding agencies in package description. Changes in version 0.6-3.9002 - Improved documentation of the vgmLags-function, and added functionality to count the number of points or point-pairs per lag-distance class so that the user can decide if the returned lag-distance classes meet his/her needs. - New function vgmSCV to compute the proportion of the variance that is spatially correlated. - Minor improvement of the documentation of almost all functions. Changes in version 0.6-3.9001 - Developed a new function checkGMU which can be used to check the quality of a geostatistical model on uncertainty. Changes in version 0.6-3.9000 - New functions: - Iteratively de-bias random forest regression. Changes in version 0.6-3 (2015-07-29) - Packaging: - Now using Travis-CI to check the package after every commit; - Functions from default packages other than base are now imported to comply with the new change to the CRAN policy described at https://developer.r-project.org/blosxom.cgi/R-devel/NEWS/2015/06/29#n2015-06-29; - Most packages that used to be under the Imports: field in the DESCRIPTION file now are under the Suggests: field; - Existing functions: - cramer(): NAs are now removed when computing the chi-squared statistic; - plotHD(): if the Box-Cox transformation is required, the data is now first checked for zeros and negative values. If zeros and negative values are present, the data is transformed into a positive-valued data, with the minimum value equal to 1. - plotESDA(): new argument to define the lag-distance classes; - New functions: - Evaluation of the data type contained in an object; - Extract spatial trend data from an object of class likfit (see the geoR package for more info): trend.terms() and trend.matrix(); - Stratification and categorization of continuous data: breakPoints() and stratify(); - Computation of lag-distance classes for variogram estimation: vgmLags(). Changes in version 0.6-2 (2015-06-02) - Better documentation for several functions. - cramer(): the cross-tabulation is now computed using table() instead of bigtabulate() to avoid dependency problems in Windows. Changes in version 0.6-1 - Functions to evaluate the data type contained in an object. Changes in version 0.6-0 - Migrated from R-Forge to GitHub; Changes in version 0.5-1 - Test for objects of type "numeric" and "integer. Changes in version 0.5-0 - Functions used to optimize sample patterns were moved to the new package spsann: spJitter(), spSANN(), spsannMSSD(), spsannPPL(), and spsannCLHS(). Changes in version 0.4-2 - Function to compute the Cramer's V, a measure of association between categorical variables. Changes in version 0.4-1 (2014-12-02) - Documentation is now generated using roxygen2. Changes in version 0.4-0 - Started the fourth season of the initial development of the package. Many functions are being implemented in C++ to speed-up the computation. Changes in version 0.3-1 - Improving the spatial simulated annealing. Changes in version 0.3-0 (2014-11-19) - Started the third season of the initial development of the package. Significant changes were made in functions spSANN(), spJitter(), and those used as objective functions in spatial simulated annealing. Changes in version 0.2-4 - Spatial simulated annealing is now available: spSANN(). Changes in version 0.2-3 - Corrected bugs in functions objPairs(), objPoints(), pairs_per_lag(), points_per_lag() and spJitter(). Added new criterion to objPairs() and objPoints(). Added new method to spJitter() (finite set of candidate locations). Most of the changes speed up the functions and increase their functionalities. Changes in version 0.2-2 - Included functions objPairs(), objPoints(), pairs_per_lag() and points_per_lag(). These functions were designed to be used with spatial simulated annealing. Changes in version 0.2-1 - Included functions spJitter() and bbox2sp(). Changes in version 0.2-0 - Started the second season of the initial development of the package. Included functions plotHD() and plotESDA(). Changes in version 0.1-9 (2014-08-08) - Removed toar() and readsat() because they are better implemented using GRASS GIS commands directly. Changes in version 0.1-8 - Second public release (R-Forge). - Included function buildMS(), used to build a series of linear models using automated variable selection. Included function statsMS(), used to obtain performance statistics of a series of linear models. Included function plotMS(), used to plot the statistics of a models series. Corrected bugs detected during the first built. Changes in version 0.1-7 - First public release (R-Forge). - Several corrections in the documentation, preparing for the first public release. Changes in version 0.1-6 - Seventh internal release. - Function cdfTable(): added argument to return a data.frame object. Changes in version 0.1-5 - Sixth internal release. - Function cdfPlot(): added argument to define if the confidence limits of the CDF should be included in the plot. Changes in version 0.1-4 - Fifth internal release. - Function cdfPlot() now has options to show CDF parameters. Changes in version 0.1-3 - Fourth internal release. - Included function stepVIF(). Renamed many of the functions to comply with the style guide. The package was also renamed to pedometrics. Changes in version 0.1-2 - Third internal release. - Included functions readsat() and toar(). Changes in version 0.1-1 - Second internal release. - Minor correction in function deltagcp(). Changes in version 0.1-0 - First internal release. - Six functions available: cdfplot(), cdfstats(), cdftable(), coordenadas(), deltagcp(), and gcpvector().