Skip to content

Commit

Permalink
escape curly braces
Browse files Browse the repository at this point in the history
  • Loading branch information
caldwellst committed Mar 15, 2024
1 parent 1392be3 commit 36376b0
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 14 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.2.0
Date: 2023-09-06 07:41:55 UTC
SHA: 933385f06b3811873116e9679bc32eb67ca06025
Version: 0.2.1
Date: 2024-03-15 10:47:04 UTC
SHA: 1392be38c1d8eb9f8e887785d6fc57c04dee61a4
2 changes: 1 addition & 1 deletion R/ipc_get_analyses.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' information. If `country`, `year` and/or `type` parameters are passed,
#' accesses the **analyses** simplified API endpoint and pulls in all analyses or
#' filtered to those parameters. To get the details for a specific analysis
#' available on the **analyses/{id}/{period}** advanced API endpoint,
#' available on the **analyses/\{id\}/\{period\}** advanced API endpoint,
#' pass in `id`. You cannot pass in both sets of parameters.
#'
#' Analyses data is metadata related to specific analyses conducted by the IPC,
Expand Down
2 changes: 1 addition & 1 deletion R/ipc_get_areas.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' population data. If `country`, `year` and/or `type` parameters are passed,
#' accesses the **areas** simplified API endpoint and pulls in all areas filtered to
#' those parameters. To get all areas for a specific analysis
#' and period, available on the **areas/{id}/{period}** advanced API endpoint,
#' and period, available on the **areas/\{id\}/\{period\}** advanced API endpoint,
#' pass in `id` and `period`. You cannot pass in both sets of parameters.
#'
#' Areas data is the typical unit of analysis in IPC-CH outputs. These are
Expand Down
2 changes: 1 addition & 1 deletion R/ipc_get_icons.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' is likely **not useful for the general user**. If `year` and/or `type`
#' parameters are passed, accesses the **icons** simplified API endpoint, pulls in
#' data filtered to those parameters. To get all icons for a specific analysis
#' and period, available on the **types/{id}/{period}** advanced API endpoint,
#' and period, available on the **types/\{id\}/\{period\}** advanced API endpoint,
#' pass in `id` and `period`. You cannot pass in both sets of parameters.
#'
#' Icons data is used internally by the IPC to link up analyses for areas and a
Expand Down
2 changes: 1 addition & 1 deletion R/ipc_get_points.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' population data. If `year` and/or `type` parameters are passed, accesses
#' the **types** simplified API endpoint and pulls in all types data or filtered to
#' either `year` or `type`. To get all types for a specific analysis
#' and period, available on the **types/{id}/{period}** advanced API endpoint,
#' and period, available on the **types/\{id\}/\{period\}** advanced API endpoint,
#' pass in `id` and `period`. You cannot pass in both sets of parameters.
#'
#' Points data is IPC data generated from analysis on geographic
Expand Down
2 changes: 1 addition & 1 deletion R/ipc_get_population.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' population data. If `country` and/or `start` and `end` parameters are passed,
#' accesses the **population** advanced API endpoint and pulls in all data.
#' filtered by those parameters. To get the population data for a specific
#' analysis, available on the **types/{id}** advanced API endpoint,
#' analysis, available on the **types/\{id\}** advanced API endpoint,
#' pass in `id`. You cannot pass in both sets of parameters.
#'
#' Unlike the other `ipc_get_..()` family of functions, this returns a list of
Expand Down
3 changes: 2 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

0 errors | 0 warnings | 0 note

* This is a resubmission.
* Fixed Markdown errors for unescaped curly braces that were not previously
an issue in CRAN submissions.
2 changes: 1 addition & 1 deletion man/ipc_get_analyses.Rd

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

2 changes: 1 addition & 1 deletion man/ipc_get_areas.Rd

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

2 changes: 1 addition & 1 deletion man/ipc_get_icons.Rd

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

2 changes: 1 addition & 1 deletion man/ipc_get_points.Rd

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

2 changes: 1 addition & 1 deletion man/ipc_get_population.Rd

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

0 comments on commit 36376b0

Please sign in to comment.