adokter / vol2birdR

R package for the vol2bird algorithm: generate vertical profiles of biological signals in weather radar data
https://adokter.github.io/vol2birdR
GNU Lesser General Public License v3.0
5 stars 3 forks source link

no definition for class "Rcpp_Vol2BirdConfig" #10

Open adokter opened 2 years ago

adokter commented 2 years ago

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"
adokter commented 2 years ago

Refers to definition of this show method: https://github.com/adokter/vol2birdR/blob/27134c775a8ec60b50da7554460c5324e8f7132b/R/vol2bird_config.R#L133-L140