r - Can I use both RcppEigen and RcppArmadillo in my package? -


following instruction manual, using either 1 of them in package. however, when try use both of them, have following warning:

found following significant warnings:   warning: replacing previous import 'rcppeigen::fastlm' when loading 'simmen'   warning: replacing previous import 'rcppeigen::fastlmpure' when loading 'simmen' 

in description file, have

imports:     rcpp (>= 0.11.1),     rcpparmadillo (>= 0.4.100.2.1),     rcppeigen (>= 0.3.2.1.1) 

i guess warning caused rcpparmadillo , rcppeigen sharing same name fastlm , fastlmpure. there methods avoid warning? example, can in description file wont load fastlm , fastlmpure rcppeigen (or rcpparmadillo)?

thanks


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -