We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following message shows up during build. RCPP Classes seem to get a Rcpp_ prefix, should we define the classes with Rcpp_ as a prefix as well?
in method for 'show' with signature '"Rcpp_Vol2BirdConfig"': no definition for class "Rcpp_Vol2BirdConfig"
This is the class of the configuration instance:
class(vol2bird_config()) [1] "Rcpp_Vol2BirdConfig" attr(,"package") [1] "vol2birdR"
The text was updated successfully, but these errors were encountered:
Refers to definition of this show method:
show
vol2birdR/R/vol2bird_config.R
Lines 133 to 140 in 27134c7
Sorry, something went wrong.
andershenja
No branches or pull requests
Following message shows up during build. RCPP Classes seem to get a Rcpp_ prefix, should we define the classes with Rcpp_ as a prefix as well?
This is the class of the configuration instance:
The text was updated successfully, but these errors were encountered: