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.
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 abin
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.