Skip to content

Commit bb956df

Browse files
Merge pull request #66 from Teal-Insights/63-document-dependency-on-r-410-to-support-native-pipe-operator
Minor changes to .Rbuildignore and DESCRIPTION to try to resolve CRAN notes
2 parents 8c4e805 + 0d09388 commit bb956df

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ _pkgdown.yml
1616
^_pkgdown\.yml$
1717
^docs$
1818
^pkgdown$
19+
^.specstory$

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Authors@R:
88
role = c("aut"), comment = c(ORCID = "0009-0004-0423-6819")),
99
person("Christopher", "Smith", email = "[email protected]",
1010
role = c("ctb")))
11-
Description: Access and analyze the World Banks International Debt Statistics
11+
Description: Access and analyze the World Bank'’'s International Debt Statistics
1212
(IDS) <https://datacatalog.worldbank.org/search/dataset/0038015>.
1313
IDS provides creditor-debtor relationships between countries, regions, and
1414
institutions. 'wbids' enables users to download, process and work with IDS
@@ -18,7 +18,7 @@ Encoding: UTF-8
1818
Roxygen: list(markdown = TRUE)
1919
RoxygenNote: 7.3.2
2020
Depends:
21-
R (>= 4.1)
21+
R (>= 4.1.0)
2222
Imports:
2323
cli,
2424
withr,

0 commit comments

Comments
 (0)