Skip to content

Commit

Permalink
Merge pull request #3 from EodHistoricalData/cran-fix-02
Browse files Browse the repository at this point in the history
Cran fix 02
  • Loading branch information
msperlin committed Aug 29, 2024
2 parents 09addd7 + 880f276 commit 8ef6ebe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: eodhdR2
Type: Package
Title: Official R API for Fetching Data from `EODHD`
Title: Official R API for Fetching Data from 'EODHD'
Version: 0.5.0
Authors@R: c(
person(given = c("Marcelo", "S."),
Expand All @@ -12,7 +12,7 @@ Authors@R: c(
email = "support@eodhistoricaldata.com")
)
Maintainer: Marcelo S. Perlin <marceloperlin@gmail.com>
Description: Second and backward-incompatible version of R package `eodhd` <https://eodhd.com/>, extended with a cache and quota system,
Description: Second and backward-incompatible version of R package 'eodhd' <https://eodhd.com/>, extended with a cache and quota system,
also offering functions for cleaning and aggregating the financial data.
License: MIT + file LICENSE
URL: https://github.com/EodHistoricalData/R-Library-for-financial-data-2024
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* tested on [github action](https://github.com/EodHistoricalData/R-Library-for-financial-data-2024/actions), passing for windows (latest), macos (latest) and ubuntu (latest)

### Fixes for CRAN issues
* Fixed issue with api and package names in title and description. Now using single quote, e.g. `EODHD`
* Fixed issue with api and package names in title and description. Now using single quote, e.g. 'EODHD'
* Fixed issue with return value of function `parse_financials()`
* Added new person (copyright holder) and "ctr" tag for myself at DESCRIPTION:

Expand Down

0 comments on commit 8ef6ebe

Please sign in to comment.