Skip to content

rCRP returns 1 if size=0 #1592

@paciorek

Description

@paciorek

As reported by a user.

We should probably have it return a 0 length vector.

We can do that by changing to this in the run code:

        x <- nimNumeric(size) 
        if(size > 0) x[1] <- 1

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions