Skip to content

Commit

Permalink
partial argument match
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed May 8, 2024
1 parent ccdd071 commit 20b3f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/proj.R
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ print.proj_pipelines = function(x, ...) {
# nos:
if (length(nos) > 0L) {
grds <- attr(x, "grids")
for (i in seq(along=nos)) {
for (i in seq(along.with = nos)) {
grd <- grds[[nos[i]]]
ii <- length(grd)
if (ii > 0L) {
Expand Down

0 comments on commit 20b3f0f

Please sign in to comment.