boettiger-lab / despot

:package: wrapper for the DESPOT algorithm for solving online POMDP problems
Other
1 stars 0 forks source link

executable moved from inst/bin to bin at install #9

Closed glimow closed 7 years ago

glimow commented 7 years ago

I ran into an issue trying to do a clean install of the package :

When I move to the despot fresh clone and run R CMD INSTALL ., here are the subdirectories : DESCRIPTION despot.Rproj inst man NAMESPACE R README.md src However, in the R libraries, the despot folder looks like : bin DESCRIPTION help html INDEX libs Meta NAMESPACE R

e.g the inst folder disappeared and there is a bin folder containing the executable So R throw an error saying it cannot find the solver in ./dist/bin Cannot figure out where it comes from.

glimow commented 7 years ago

EDIT : this is a normal R packages features. Fixing the executable path. Fixed.