RcppR6 | Code-generation wrapping C classes as R6 classes
kandi X-RAY | RcppR6 Summary
kandi X-RAY | RcppR6 Summary
RcppR6 is a R library. RcppR6 has no bugs, it has no vulnerabilities and it has low support. However RcppR6 has a Non-SPDX License. You can download it from GitHub.
This package aims to provide a simple way of generating boilerplate code for exposing C++ classes to R. It is similar in many ways to Rcpp "modules". There are #Documentation explaining the idea more fully, but here is the basic idea. Suppose we have a class like this. This simple class represents a circle, and has one data member (radius), and methods to compute the area and circumference. The method set_circumference sets the radius so that it gives the required circumference. (Yes, this is very silly. This would also be trivial to write using R6 or reference classes directly, but perhaps this is needed as some part of a larger set of C++ code?).
This package aims to provide a simple way of generating boilerplate code for exposing C++ classes to R. It is similar in many ways to Rcpp "modules". There are #Documentation explaining the idea more fully, but here is the basic idea. Suppose we have a class like this. This simple class represents a circle, and has one data member (radius), and methods to compute the area and circumference. The method set_circumference sets the radius so that it gives the required circumference. (Yes, this is very silly. This would also be trivial to write using R6 or reference classes directly, but perhaps this is needed as some part of a larger set of C++ code?).
Support
Quality
Security
License
Reuse
Support
RcppR6 has a low active ecosystem.
It has 53 star(s) with 7 fork(s). There are 5 watchers for this library.
It had no major release in the last 6 months.
There are 18 open issues and 6 have been closed. On average issues are closed in 62 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of RcppR6 is current.
Quality
RcppR6 has no bugs reported.
Security
RcppR6 has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
RcppR6 has a Non-SPDX License.
Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.
Reuse
RcppR6 releases are not available. You will need to build from source code and install.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of RcppR6
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of RcppR6
RcppR6 Key Features
No Key Features are available at this moment for RcppR6.
RcppR6 Examples and Code Snippets
No Code Snippets are available at this moment for RcppR6.
Community Discussions
No Community Discussions are available at this moment for RcppR6.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install RcppR6
You can download it from GitHub.
Support
A vignette showing how the above example works is included in the package (vignette("introduction", package="RcppR6")) and rendered here.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page