Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FinYang committed Oct 28, 2019
1 parent e95a0b6 commit 0d3a05a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.Rmd
Expand Up @@ -79,7 +79,8 @@ yield <- estimate_yield(
hx = hx,
qgrid = qgrid,
hq = hq,
units = 1)
units = 1,
loess = FALSE)
glimpse(yield)
# Yield vs Time (qgrid)
Expand Down
11 changes: 6 additions & 5 deletions README.md
Expand Up @@ -5,8 +5,8 @@

<!-- badges: start -->

[![Travis build
status](https://travis-ci.org/FinYang/ycevo.svg?branch=master)](https://travis-ci.org/FinYang/ycevo)
[![Build
Status](https://travis-ci.org/bonsook/ycevo.svg?branch=master)](https://travis-ci.org/bonsook/ycevo)
<!-- badges: end -->

The goal of ycevo is to provide a range of functions to facilitate the
Expand Down Expand Up @@ -52,12 +52,12 @@ devtools::install_github("bonsook/ycevo")
``` r
library(ycevo)
library(tidyverse)
#> -- Attaching packages -------------------------------------------------------------------------------- tidyverse 1.2.1 --
#> -- Attaching packages ------------------------------------------------------------------------------------------------------ tidyverse 1.2.1 --
#> v ggplot2 3.2.1 v purrr 0.3.2
#> v tibble 2.1.3 v dplyr 0.8.3
#> v tidyr 1.0.0 v stringr 1.4.0
#> v readr 1.3.1 v forcats 0.4.0
#> -- Conflicts ----------------------------------------------------------------------------------- tidyverse_conflicts() --
#> -- Conflicts --------------------------------------------------------------------------------------------------------- tidyverse_conflicts() --
#> x dplyr::filter() masks stats::filter()
#> x dplyr::lag() masks stats::lag()
library(lubridate)# Twelve quotation dates
Expand Down Expand Up @@ -103,7 +103,8 @@ yield <- estimate_yield(
hx = hx,
qgrid = qgrid,
hq = hq,
units = 1)
units = 1,
loess = FALSE)
glimpse(yield)
#> Observations: 360
#> Variables: 4
Expand Down

0 comments on commit 0d3a05a

Please sign in to comment.