Skip to content

Releases: wfmueller29/SLAM

v0.2.0-beta

28 Mar 16:39

Choose a tag to compare

v0.2.0-beta Pre-release
Pre-release

Hi all,

This a release following the addition of plot functions that Remy has added to the SLAM package. You can see the changelog for this release in the NEWS link below. For installation help, see the README link below. In addition the manual has been attached and can be downloaded by clicking the Manual Link below.

README - Installation Help
NEWS - Changelog
SLAM_0.2.0 Manual - Manual

Remy added her contributions the package by forking the SLAM GitHub repo and creating a pull request. GitHub then automatically logged her contribution and she was automatically added as a contributor to the package. This creates a seamless way for everyone to contribute to the package and their contributions to be logged. I am happy to help walk any through this process if they would like to contribute. Contributions can be a small (fixing typos in documentation) to as large (adding whole functions) as you would like. These contributions are tracked here: Contributions. You can find all the source code here: SLAM Main Page

All the best,
Billy

v0.1.0-beta

28 Feb 05:05

Choose a tag to compare

v0.1.0-beta Pre-release
Pre-release

Hi all!
This is our first minor release of the SLAM package. These are the significant changes since the last version, v0.0.3:

  1. The function add_delta has been added to the SLAM package since the last release (thank you Jorge).
  2. The bug that caused the second date in merge_diftime to be a numeric has been fixed (thank you Jorge).
  3. missForest is no longer an import, it is now suggested. This means users with R < 4.1 can install the SLAM package easier.