Skip to content

Commit 1f51072

Browse files
authored
Update README to reflect current usage and remove roadmap
Removed deprecated usage instructions and roadmap.
1 parent 1b4a2be commit 1f51072

1 file changed

Lines changed: 3 additions & 15 deletions

File tree

README.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,16 @@ pak::pak("InsightRX/mipdeval")
2424
## Usage
2525

2626
run_eval(
27-
model,
28-
data
27+
model = model,
28+
data = data,
29+
... # additional arguments, see docs
2930
)
3031

3132
<!--
3233
## Documentation
3334
&#10;See at <pkgdown URL> and also in the installed package: `help(package = "mipdeval")`.
3435
-->
3536

36-
## Roadmap
37-
38-
The `mipdeval` package is currently under development, and there will
39-
likely be changes to core functionality in the upcoming months. The
40-
following features are on our short-term roadmap:
41-
42-
- match functionality in PsN::proseval
43-
- allow timebased weighting of historical data
44-
- allow flattening of priors
45-
- allow adjustment of residual error magnitude
46-
- allow grouping of samples (e.g. peak/trough, or day-to-day
47-
forecasting)
48-
4937
## Contributing
5038

5139
We welcome input from the community:

0 commit comments

Comments
 (0)