piLaboratory / GillesCom

Gillespie Simulation of Ecological Communities Dynamics
2 stars 0 forks source link

Warning message: vignette ‘GillesCom’ not found #28

Closed loukesio closed 5 years ago

loukesio commented 6 years ago

After I install the package in R and load the library

I call vignette("GillesCom") to take vignette ‘GillesCom’ not found

Do you have an idea, why is that happening?

andrechalom commented 6 years ago

Yes, I believe devtools::install_github changed its default behavior some years ago, and we forgot to update the instructions. The correct way to install the package from github with the vignettes is

install_github("piLaboratory/GillesCom", build_vignettes = TRUE)

Thank you for your interest in our package!

loukesio commented 6 years ago

If I follow the command line above then I take the following error: ERROR: package installation failed Installation failed: Command failed (1)

Do you have an idea why ?

andrechalom commented 6 years ago

Can you copy the full log message for the installation error?

On Nov 1, 2017 13:42, "loukesio" notifications@github.com wrote:

If I follow the command line above then I take the following error: ERROR: package installation failed Installation failed: Command failed (1)

Do you have an idea why ?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/piLaboratory/GillesCom/issues/28#issuecomment-341145181, or mute the thread https://github.com/notifications/unsubscribe-auth/AB5w9QgL0aWcGKVxQWpCzggGqAdpFDVjks5syJF2gaJpZM4QMB3V .

andrechalom commented 6 years ago

I've checked here, and updated the Rcpp Exports files. This probably fixes the problem

andrechalom commented 5 years ago

Closing for lack of activity