- Fix issues in CRAN cmd checks
- Fix an issue in computing large areas with nasapower
- Add paper
- Add suggested CITATION
- Fix documentation typos
- Fix a bug in computing equation 'c' in
GDD()
- Improve speed of functions
GDD()
andlate_frost()
- package 'sf' is a suggestion not dependency
- New function
crop_sensitive()
to compute crop sensitive indices. - New function
late_frost()
to compute late spring frost. - Export function
get_timeseries()
- Enable future modular expansion of data sources using API clients by creating specific functions that are called with the argument
data.from
inget_timeseries()
- Enable argument
last.day
, optional tospan
, when indices are retrieved with focus on time series analysis - Enable data retrieve from large areas in 'nasapower' by clustering the lonlat points with
stats::hclust()
- Methods for objects of classes 'vector' (default), 'matrix', 'array', 'data.frame' and 'sf'. The last two with focus in retrieve data from external sources.
- Remove dependency from 'tibble' which was basically to provide a 'cool' printing method
- Implement a
print()
method for objects that inherits the class 'clima_df' - Calls from "nasapower" can be adjusted with argument
pars
, mainly fortemperature()
,GDD()
andETo()
. Details in the function documentation - New
temperature()
indices provided. Details in the function documentation - Function
GDD()
applies two equations adjustments for cold zones and one for warm zones with the argumentequation
. Details in the function documentation - Function
GDD()
now allows to return the raw daily gdd or number of days to reach the accumulated gdd (the default in previous versions) using the argumentreturn.as
- New default method in all functions which uses a vector as main input
- Change order of
GDD()
arguments. Previous versions usedGDD(object, day.one = NULL, degree.days = NULL, base = 10, span = 150, ...)
. From now onGDD()
default behaviour isGDD(object, ..., base = 10)
, with additional arguments are passed through...
in each defined method. The function return by default the accumulated degree-days across the series.
- Add examples of data set from local sources
modis()
andchirp()
- Add details for the utilisation of data set daylight to compute the percentage of daylight based on lat and month
- Fix mis-spelled words identified in CRAN checks
- Update references in function(s) description
- Update
R
to >= v3.5.0
- Remove non-ASCII characters from Description file
- Submit to CRAN
- Migrated functions from gosset