Skip to content

Releases: andrewzm/FRK

FRK v2.2.3

17 Jun 05:46
Compare
Choose a tag to compare

Future versions of FRK will remove the dependency on INLA and include fmesher instead. This is considered a major change, although all FRK functionality will remain unchanged. Some meshing functions may yield slightly different outputs than previously.

FRKv2 (first release)

03 Jun 06:20
Compare
Choose a tag to compare

First release of FRKv2

FRK 0.2.2

17 Dec 05:59
Compare
Choose a tag to compare

Last release before TMB implementation

FRK 0.2.1

11 Jul 17:49
Compare
Choose a tag to compare

CRAN v0.2.1

FRK 0.1.7

07 Jan 23:14
Compare
Choose a tag to compare
  • Made compatible with new update of Hmisc
  • Added support for change of support spatio-temporal prediction
  • Changed from pred_locs to newdata in arguments to SRE.predict

FRK 0.1.6

21 Oct 20:56
Compare
Choose a tag to compare
  • Added scale_aperture to have control on aperture of basis functions
  • Added remove_basis to easily remove basis functions
  • Made FRK compatible with Rcpp 0.12.12

FRK 0.1.4 (CRAN release)

14 Jun 07:44
Compare
Choose a tag to compare
  • Robust basis function placement in 2D
  • Added offset parameter when constucting mini BAUs to avoid
    underflow
  • Fixed problem of estimating length scale from one data point
  • Clarified copyright and license information in files

FRK 0.1.3 (CRAN release)

07 May 14:50
Compare
Choose a tag to compare
  • Added functionality for irregular data. The new function BAUs_from_points creates mini-BAU pixels around the data so that FRK can be used. This is a requirement since BAUs need to be SpatialPixels or SpatialPolygons and cannot be SpatialPoints.

FRK 0.1.2 (CRAN release)

21 Apr 10:14
Compare
Choose a tag to compare
  • Now code is heavily documented and manual has been made more precise
  • Made lik computation more efficient
  • Made interpolation near origin default variogram fitting choice (linear is second, exp is third)
  • Added option for user to specify xlims and ylims of BAUs
  • Removed timeline object (was redundant)
  • Internally forced all time objects to be POSIXct

FRK 0.1.1 (CRAN release)

07 Mar 21:42
Compare
Choose a tag to compare

Date: 07/03/2017
This is the first FRK CRAN release. It is largely stable but there are still a few issues which will be fixed in 0.1.2.