Skip to content

Commit

Permalink
name change cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
swd-turner committed Mar 12, 2021
1 parent 002d3f0 commit 18090f1
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ knitr::opts_chunk$set(
# starfit <img src='man/figures/logo.png' align="right" height="101.5" />

<!-- badges: start -->
[![Travis build status](https://travis-ci.com/IMMM-SFA/rulecurve.svg?branch=master)](https://travis-ci.com/IMMM-SFA/rulecurve)
[![Travis build status](https://travis-ci.com/IMMM-SFA/starfit.svg?branch=master)](https://travis-ci.com/IMMM-SFA/starfit)
<!-- badges: end -->

`starfit` is a package that is designed to work with reservoir time series data in [USRDATS]() to infer operating storage targets and release functions.

## Installation

Install `rulecurve` using `devtools`:
Install `starfit` using `devtools`:

``` r
devtools::install_github("IMMM-SFA/starfit")
Expand All @@ -39,7 +39,7 @@ your_path_to_USRDATS <- "../../../../../__collaborations/USRDATS"


```{r}
library(rulecurve)
library(starfit)
fit_targets(your_path_to_USRDATS, dam_id = 753) -> fitted_targets
# take a look at the output:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- badges: start -->

[![Travis build
status](https://travis-ci.com/IMMM-SFA/rulecurve.svg?branch=master)](https://travis-ci.com/IMMM-SFA/rulecurve)
status](https://travis-ci.com/IMMM-SFA/starfit.svg?branch=master)](https://travis-ci.com/IMMM-SFA/starfit)
<!-- badges: end -->

`starfit` is a package that is designed to work with reservoir time
Expand All @@ -15,7 +15,7 @@ release functions.

## Installation

Install `rulecurve` using `devtools`:
Install `starfit` using `devtools`:

``` r
devtools::install_github("IMMM-SFA/starfit")
Expand All @@ -28,7 +28,7 @@ use the `fit_targets()` function to infer parameters of weekly storage
targets for this dam (which is GRanD ID 753).

``` r
library(rulecurve)
library(starfit)
fit_targets(your_path_to_USRDATS, dam_id = 753) -> fitted_targets
#> ℹ Fitting targets for dam 753: Garrison Dam

Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
citHeader("To cite rulecurve in publications use:")
citHeader("To cite starfit in publications use:")

citEntry(
entry = "Article",
Expand Down
12 changes: 6 additions & 6 deletions man/rulecurve-package.Rd → man/starfit-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 18090f1

Please sign in to comment.