Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement is in .NET #67

Open
PavelBal opened this issue Mar 4, 2024 · 2 comments
Open

Implement is in .NET #67

PavelBal opened this issue Mar 4, 2024 · 2 comments

Comments

@PavelBal
Copy link
Member

PavelBal commented Mar 4, 2024

rClr offers a function to check whether an object is of a certain type:

https://github.com/Open-Systems-Pharmacology/rClr/blob/c764e5d8554377555c90323e63564aa73d4eb58b/R/rClr-exported.R#L343

Instead of doing it in R, let's do it in .NET directly. Probably a static function that receives an object and either a string of a type, or a Type object, and returns a boolean.

@PavelBal
Copy link
Member Author

PavelBal commented Mar 4, 2024

Not v1.

@PavelBal
Copy link
Member Author

# https://github.com/Open-Systems-Pharmacology/rSharp/issues/67

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant