Skip to content

Commit b4bebc6

Browse files
build cleanup
1 parent a34ec14 commit b4bebc6

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

R/iidda.api/DESCRIPTION

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Imports: readr, httr, curl, iidda, rapiclient
99
Encoding: UTF-8
1010
LazyData: true
1111
Roxygen: list(markdown = TRUE)
12-
RoxygenNote: 7.3.2
12+
RoxygenNote: 7.3.2.9000
1313
URL: https://canmod.github.io/iidda-tools/iidda.api, https://github.com/canmod/iidda-tools/tree/main/R/iidda.api
1414
Suggests:
1515
knitr,
@@ -22,7 +22,5 @@ Depends:
2222
httr,
2323
iidda,
2424
rapiclient (>= 0.1.3)
25-
Remotes:
26-
iidda=canmod/iidda-tools/R/iidda,
27-
rapiclient=canmod/rapiclient
25+
Additional_repositories: https://github.com/r-universe/canmod
2826
VignetteBuilder: knitr

R/iidda.api/R/bindings.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ make_ops_list = function(api_url, base_path, type) {
112112

113113
iidda_api = make_api_obj(api_url, base_path, type)
114114
if (class(iidda_api)[1] == 'try-error') {
115-
backup = iidda.api:::cached_api_list[[type]]
115+
backup = cached_api_list[[type]]
116116
if (inherits(backup, "rapi_api")) {
117117
iidda_api = backup
118118
} else {

0 commit comments

Comments
 (0)