Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
closes #51, closes #52
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindhebbali committed Mar 3, 2021
1 parent d5d5777 commit e20197c
Show file tree
Hide file tree
Showing 31 changed files with 8,977 additions and 7,130 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: nse2r
Type: Package
Title: Fetch Data from 'National Stock Exchange (India)'
Version: 0.1.3.9000
Version: 0.1.4
Authors@R: c(person("Lokesh", "Kumar", role = c("aut"),
email = "[email protected]"),
person("Aravind", "Hebbali", role = c("aut", "cre"),
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# nse2r 0.1.4

### Bug Fixes

- Stock quote is now read from Yahoo Finance API or scraped from Rediff Money [#51](https://github.com/rsquaredacademy/nse2r/issues/51), [#52](https://github.com/rsquaredacademy/nse2r/issues/52)

# nse2r 0.1.3

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion R/nse2r.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ NULL
## quiets concerns of R CMD check re: the .'s that appear in pipelines
if (getRversion() >= "2.15.1") {
utils::globalVariables(c(
".", "result", "data", "SYMBOL"
".", "result", "data", "SYMBOL", "chart", "meta", "regularMarketPrice"
))
}
4 changes: 0 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,3 @@ nse_advances_declines()
# retain original column names as returned by NSE
nse_advances_declines(clean_names = FALSE)
```

## Code of Conduct

Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.
2,838 changes: 1,712 additions & 1,126 deletions README.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ authors:
templates:
params:
bootswatch: cosmo
ganalytics: UA-57270671-33
docsearch:
api_key:
index_name: nse2r
Expand Down
6 changes: 3 additions & 3 deletions docs/404.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/CODE_OF_CONDUCT.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/LICENSE-text.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/LICENSE.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/authors.html

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

Loading

0 comments on commit e20197c

Please sign in to comment.