TheoreticalEcology / EcoPhyloSim

R package for simulation of biogeographical and phylogenetic data
http://theoreticalecology.github.io/EcoPhyloSim/
0 stars 0 forks source link

Rcpp issues / installation from GitHub not always working #52

Closed stefan-paul closed 8 years ago

stefan-paul commented 8 years ago

When installing from GitHub the Rcpp link is not always working. This will lead to an error e.g. in runSimulation:

Error in runSimulation(par) : could not find function "callModel"

It worked for me only with Rcpp already installed.

florianhartig commented 8 years ago

OK, but why did this require to remove RCPP from imports / this seems to cause issue when compiling the package with RStudio, see

https://github.com/biometry/phylosim/commit/8764f0b16a7ecc687b7c53a1537848f1bbf7bd9e

reverted in

https://github.com/biometry/phylosim/commit/eaa77a06abff2478696d0cdd756ece97a951110d

florianhartig commented 8 years ago

Duplicate with https://github.com/biometry/phylosim/issues/54, closed