Skip to content

Commit

Permalink
add disclaimer and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lenarddome committed Nov 27, 2023
1 parent cdbb376 commit 4b38e00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions README.md
Expand Up @@ -20,15 +20,17 @@ A BibTeX entry for LaTeX users is
@Manual{,
title = {psp: Parameter Space Partitioning MCMC for Global Model Evaluation},
author = {Lenard Dome and {Andy Wills}},
year = {2021},
note = {R package version 0.1},
year = {2023},
note = {R package version 1.0.2},
url = {https://CRAN.R-project.org/package=psp},
}
```

## Support
## Disclaimer

<a href="https://www.buymeacoffee.com/lenarddome" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-yellow.png" alt="Buy Me A Coffee" height="57"></a>
This package only recieves maintenance updates.
It is not actively developed.
If you would like to contribute, please contact me (@lenarddome).

## Install

Expand Down Expand Up @@ -75,4 +77,4 @@ We use [Google’s R Style Guide](https://google.github.io/styleguide/Rguide.htm
- Files are prefixed by their relation to groups of functions. For example, the prefix `psp` means that the file contains function relevant for the parameter space partitioning routines.
- Files use camelCase.
- File names must not contain spaces.
- Apply the same conventions to C++ code as well. While we do not militantly adhere to this, study [Google's C++ Style Guide](https://google.github.io/styleguide/cppguide.html).
- Apply the same conventions to C++ code as well. While we do not militantly adhere to this, study [Google's C++ Style Guide](https://google.github.io/styleguide/cppguide.html).
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
Our versioning convenvtions are based on [Semantic Versioning](https://semver.org/).

## [Unreleased]
## v1.0.2

- 69ed02814ca5a53f773ce13f2ad8faf441ec05c6 :ambulance: continuous model output is not updated after first iteration
- 67fa59df93853e9a786286ee2024fb2ef9b1babe :memo: update package documentation to fix typo
Expand Down

0 comments on commit 4b38e00

Please sign in to comment.