mrc-ide / drjacoby

Flexible Markov chain monte carlo via reparameterization
https://mrc-ide.github.io/drjacoby/
Other
12 stars 5 forks source link

problem installing drjacoby #35

Closed gracia509 closed 4 years ago

gracia509 commented 4 years ago

Dear Dr Verity,

I have a problem to install the drjacoby.
Message is as below. package ‘testthat’ successfully unpacked and MD5 sums checked Error: Failed to install 'drjacoby' from GitHub: Failed to install 'ggisoband' from GitHub: (converted from warning) cannot remove prior installation of package ‘testthat’

Thank you.

pwinskill commented 4 years ago

The depedency on package ggisoband has been removed from version1.0 as it is no longer used. This should hopefulyl solve this installation issue.

pwinskill commented 4 years ago

...and also merged into master which should also solve the issue for default install_github()

gracia509 commented 4 years ago

installed and thank you

bobverity commented 4 years ago

Great, glad it's working now. Just to be safe I would make sure you change your install instruction to devtools::install_github("mrc-ide/drjacoby", ref = "version1.0"), rather than installing off master. We might update to version1.1 some time soon, which will not be backwards-compatible.