- 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.
- 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 functionskewness()
. - Package plyr is not Suggests anymore.
- Package geoR is not Suggests anymore.
- Package moments is not in Suggests anymore. The moment coefficient of skewness used in
- 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
.
- 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()
requiredRColorBrewer::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.
- Improvement Run local and remote tests. Prepare comments to CRAN maintainers.
- 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.
- Improvement Run local and remote tests. Prepare comments to CRAN maintainers.
- 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()
, andcoordenadas()
. As a result, packages spsurvey and xtable were removed from Suggests. The ASRtools package is available at https://github.com/samuel-rosa/ASRtools.
- Improvement Expanded the documentation and cleaned the code of various functions.
- Improvement Expanded documentation on installing the development version from GitHub.
- 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.
plotHD
andstepVIF
: reviews documentation and plans future changes.
- New version (minor), including bug fixes, new functions, and function improvements.
- Improvements:
- Reviews and improves documentation.
- Deprecated functions:
coordenadas()
,cdfTable()
,cdfStats()
andcdfPlot()
. 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.
- 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 employingrequireNamespace()
.
- Improvements:
plotCor
: reverses default color ramp so that positive and negative correlations are depicted using red and blue colors, respectively.
- Improvements:
plotHD
: adds grid lines to histogram.plotESDA
: choose the position of the legend of the bubble plot
- 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.
- Adds
plotCor
, a function to create correlation plots using a colorblind-friendly palette.
- Evaluates the upcoming new version (3.0-0) of the car package.
- Improved selection of the location to place the legend in
plotHD
.
- A new guess of
p_sill
is used when the variance is spatially uncorrelated. It is defined as 1e-3 times the guess ofnugget
(before thep_sill
was set to 1e-12, which caused errors inoptim
andnlminb
).
- 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 functionpracticalRange
from package geoR.
vgmICP
: Improve the guess of the partial sill for a pure nugget effect model.
- FIX: the definition of the lag-distance classes passed to
georob::sample.variogram
invgmLags
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 argumentlag.dist.def
ofgeorob::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.
- 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 useSpatialTools::dist1
to compute the distance matrix instead ofstats::dist
.
- 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
- New function
vgmICP
to guess the initial covariance parameters when fitting a variogram model. - Included description of funding agencies in package description.
- 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.
- Developed a new function
checkGMU
which can be used to check the quality of a geostatistical model on uncertainty.
- New functions:
- Iteratively de-bias random forest regression.
- 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 theDESCRIPTION
file now are under theSuggests:
field;
- Existing functions:
cramer()
:NA
s 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()
andtrend.matrix()
; - Stratification and categorization of continuous data:
breakPoints()
andstratify()
; - Computation of lag-distance classes for variogram estimation:
vgmLags()
.
- Better documentation for several functions.
cramer()
: the cross-tabulation is now computed usingtable()
instead ofbigtabulate()
to avoid dependency problems in Windows.
- Functions to evaluate the data type contained in an object.
- Migrated from R-Forge to GitHub;
- Test for objects of type
"numeric"
and"integer
.
- Functions used to optimize sample patterns were moved to the new
package spsann:
spJitter()
,spSANN()
,spsannMSSD()
,spsannPPL()
, andspsannCLHS()
.
- Function to compute the Cramer's V, a measure of association between categorical variables.
- Documentation is now generated using roxygen2.
- Started the fourth season of the initial development of the package. Many functions are being implemented in C++ to speed-up the computation.
- Improving the spatial simulated annealing.
- 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.
- Spatial simulated annealing is now available:
spSANN()
.
- Corrected bugs in functions
objPairs()
,objPoints()
,pairs_per_lag()
,points_per_lag()
andspJitter()
. Added new criterion toobjPairs()
andobjPoints()
. Added new method tospJitter()
(finite set of candidate locations). Most of the changes speed up the functions and increase their functionalities.
- Included functions
objPairs()
,objPoints()
,pairs_per_lag()
andpoints_per_lag()
. These functions were designed to be used with spatial simulated annealing.
- Included functions
spJitter()
andbbox2sp()
.
- Started the second season of the initial development of the package.
Included functions
plotHD()
andplotESDA()
.
- Removed
toar()
andreadsat()
because they are better implemented using GRASS GIS commands directly.
- Second public release (R-Forge).
- Included function
buildMS()
, used to build a series of linear models using automated variable selection. Included functionstatsMS()
, used to obtain performance statistics of a series of linear models. Included functionplotMS()
, used to plot the statistics of a models series. Corrected bugs detected during the first built.
- First public release (R-Forge).
- Several corrections in the documentation, preparing for the first public release.
- Seventh internal release.
- Function
cdfTable()
: added argument to return a data.frame object.
- Sixth internal release.
- Function
cdfPlot()
: added argument to define if the confidence limits of the CDF should be included in the plot.
- Fifth internal release.
- Function
cdfPlot()
now has options to show CDF parameters.
- Fourth internal release.
- Included function
stepVIF()
. Renamed many of the functions to comply with the style guide. The package was also renamed to pedometrics.
- Third internal release.
- Included functions
readsat()
andtoar()
.
- Second internal release.
- Minor correction in function
deltagcp()
.
- First internal release.
- Six functions available:
cdfplot()
,cdfstats()
,cdftable()
,coordenadas()
,deltagcp()
, andgcpvector()
.