Skip to content

Commit

Permalink
0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ShichenXie committed Jan 10, 2024
1 parent 102c41b commit b240de4
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 80 deletions.
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.2.4
Date: 2023-12-24 04:47:39 UTC
SHA: 6accc255066d6e76c72e09611dec883f0150cac5
Date: 2024-01-09 12:58:44 UTC
SHA: 102c41bce6d56d722d0283c6b555935bdc5e9244
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ knitr::opts_chunk$set(

`pedquant` (Public Economic Data and QUANTitative analysis) provides an interface to access public economic and financial data for economic research and quantitative analysis. The functions are grouped into three main categories,

- ed\_\* (economic data) functions load economic data from [NBS](http://www.stats.gov.cn/) and [FRED](https://fred.stlouisfed.org/);
- ed\_\* (economic data) functions load economic data from [NBS](https://www.stats.gov.cn/) and [FRED](https://fred.stlouisfed.org/);
- md\_\* (market data) functions load the forex, money, bond, stock, future market data from public data sources, including 163, Sina, qq finance and etc.
- pq\_\* (quantitative analysis) functions create technical indicators, visualization charts and industrial index etc for time series data.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ research and quantitative analysis. The functions are grouped into three
main categories,

- ed\_\* (economic data) functions load economic data from
[NBS](http://www.stats.gov.cn/) and
[NBS](https://www.stats.gov.cn/) and
[FRED](https://fred.stlouisfed.org/);
- md\_\* (market data) functions load the forex, money, bond, stock,
future market data from public data sources, including 163, Sina, qq
Expand Down Expand Up @@ -59,7 +59,7 @@ The following examples show you how to import data.

library(pedquant)
packageVersion('pedquant')
#> [1] '0.2.2.999'
#> [1] '0.2.4'
# loading data
## import eocnomic data
dat1 = ed_fred('GDPCA')
Expand Down
4 changes: 2 additions & 2 deletions docs/authors.html

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

4 changes: 2 additions & 2 deletions docs/index.html

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

8 changes: 6 additions & 2 deletions docs/news/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pandoc: 3.1.1
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
last_built: 2023-12-24T04:40Z
last_built: 2024-01-10T12:48Z

3 changes: 1 addition & 2 deletions docs/reference/crossover.html

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

42 changes: 13 additions & 29 deletions docs/reference/pq_plot.html

Large diffs are not rendered by default.

41 changes: 7 additions & 34 deletions docs/reference/pq_portfolio.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/reference/pq_return.html

Large diffs are not rendered by default.

0 comments on commit b240de4

Please sign in to comment.