Archived Versions of NIMBLE and the User Manual

This page provides access to previous versions of NIMBLE and their corresponding documentation.

Current Version

Previous Versions

Version 1.2.x Series

Version 1.1.x Series

Version 1.0.x Series

Version 0.13.x Series

Version 0.12.x Series

Older Versions

For versions prior to 0.12.x, please check our GitHub releases page or contact the development team.

Installation Instructions

To install an archived version:

# Download the source package and install
install.packages("path/to/nimble_X.Y.Z.tar.gz", repos = NULL, type = "source")

# Or install directly from URL
install.packages("https://r-nimble.org/src/contrib/Archive/nimble/nimble_X.Y.Z.tar.gz", 
                 repos = NULL, type = "source")

User Manual Archives

  • Current User Manual: HTML | PDF
  • Previous versions of the manual are included with each package release

Release Notes

For detailed information about changes in each version, see our Release Notes page or the NEWS file included with each package.

Support for Older Versions

While we encourage users to upgrade to the latest version, we understand that some projects may require older versions. Limited support is available through our community forum for older versions.