-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix issue with global environment CU-8677zdvv4 #63
Open
randrescastaneda
wants to merge
15
commits into
DEV
Choose a base branch
from
61_global_end
base: DEV
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 13 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
e9ffd72
fix title and description in DESCRIPTION
randrescastaneda 575c3f8
Add API url with angle brakets
randrescastaneda cd36991
add information about the pip_api class
randrescastaneda c05f333
delete Rd for aux specific functions and combine with get_aux
randrescastaneda 5007a1e
improve description of returned data in get_aux
randrescastaneda 1f57b97
explain functions results further
randrescastaneda 6a47c2e
create alternative caching
randrescastaneda 41aab29
update documentation and format
randrescastaneda abf1cfc
document and fix tests with new caching
randrescastaneda f2a7e34
remove data.table import
randrescastaneda 39f6b84
update
randrescastaneda aa85f33
remove unnecesary tests
randrescastaneda a83c7d2
improve renamecols efficiency
randrescastaneda 8e15a47
implement Ronak suggestions
randrescastaneda 20edbfb
update documentation
randrescastaneda File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Package: pipr | ||
Title: Client for the PIP API | ||
Title: Client for the Poverty and Inequality Platform ('PIP') API | ||
Version: 1.0.0 | ||
Authors@R: | ||
c(person(given = "Tony", | ||
|
@@ -14,23 +14,24 @@ Authors@R: | |
family = "Shah", | ||
role = "aut", | ||
email = "[email protected]"), | ||
person(given = "R. Andrés", | ||
person(given = "R.Andrés", | ||
family = "Castañeda", | ||
role = "aut", | ||
email = "[email protected]"), | ||
person(given = "World Bank", | ||
role = "cph") | ||
) | ||
Description: Provides an interface to compute poverty and inequality | ||
Description: An interface to compute poverty and inequality | ||
indicators for more than 160 countries and regions from the World | ||
Bank's database of household surveys. | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.3 | ||
URL: https://github.com/worldbank/pipr, | ||
https://worldbank.github.io/pipr/ | ||
URL: https://worldbank.github.io/pipr/, | ||
https://github.com/worldbank/pipr, | ||
<https://pip.worldbank.org/api> | ||
BugReports: https://github.com/worldbank/pipr/issues | ||
Suggests: | ||
covr, | ||
|
@@ -56,9 +57,6 @@ Imports: | |
jsonlite, | ||
tibble, | ||
purrr, | ||
memoise, | ||
cachem, | ||
data.table, | ||
cli, | ||
rlang, | ||
utils | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use
isFALSE
function here as we do it at other places?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea. Yes