Skip to content

Commit

Permalink
Merge pull request #125 from tidy-finance/124-release-tidyfinance-043
Browse files Browse the repository at this point in the history
Release tidyfinance 0.4.3
  • Loading branch information
christophscheuch authored Dec 17, 2024
2 parents 2c57bc4 + 3f17ba2 commit b0cd78a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: tidyfinance
Title: Tidy Finance Helper Functions
Version: 0.4.2.9001
Version: 0.4.3.9000
Authors@R: c(
person("Christoph", "Scheuch", , "christoph@tidy-intelligence.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0009-0004-0423-6819")),
Expand Down
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# tidyfinance (development version)

# tidyfinance 0.4.3

# tidyfinance 0.4.3.

## Bug fixes

* `download_constituents()` and `download_stock_prices()` now also fail gracefully with informative messages instead of errors or warnings.
* `download_factors()` returns empty data frame with `date` column to ensure vignettes are built even if resources are unavailable.

## Improvements

* Unified `start_date` and `end_date` validation across applications.
* Updated tests of `download_*()` functions to cover unavailable or broken resources.

# tidyfinance 0.4.2

## New features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[![Project Status: Active - The project has reached a stable, usable
state and is being actively
developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![](https://img.shields.io/badge/devel%20version-0.4.1.9004-blue.svg)](https://github.com/tidy-finance/r-tidyfinance)
[![](https://img.shields.io/badge/devel%20version-0.4.3-blue.svg)](https://github.com/tidy-finance/r-tidyfinance)
[![R-CMD-check](https://github.com/tidy-finance/r-tidyfinance/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tidy-finance/r-tidyfinance/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

Expand Down
4 changes: 1 addition & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
## R CMD check results

0 errors | 0 warnings | 1 note

* New maintainer email
0 errors | 0 warnings | 0 notes

0 comments on commit b0cd78a

Please sign in to comment.