Skip to content

Change Depends to R >= 4.1 #12

@krz

Description

@krz

I was unable to install this package on my R 4.0.4 machine and tracked the issue down to line 424 in generics.R file:
try_result <- tryCatch(subset <- rep_len(TRUE, dim(result)[length(dim(result))]), error = \(e) e)

\(e) e is a new anonymous function introduced in R 4.1, so either the Depends requirements in DESCRIPTION should be updated or the usage of this new syntax should be avoided (for now).
I would opt for changing to old-style functions as 4.1 is still relatively new.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions