Skip to content
Prev 18735 / 21312 Next

[Bioc-devel] MAGMA executable

Hi Kristian,

The package installation folder should never been written to once the 
package has been installed. On many systems this is a read-only folder.

I didn't see any mention of Cygwin in your DESCRIPTION or README.md file.

Also I noticed some inconsistency between the system requirements listed 
in DESCRIPTION and those listed in README.md (e.g. libgit2-dev).

At first glance, the process of getting all the external deps in place 
seems pretty involved, even on Linux! I would suggest you focus on this 
platform for now and try to make things easier for the user. Granted 
they have all the required system libraries on their Linux machine (i.e. 
libcurl4-openssl-dev, libssl-dev, libxml2-dev, libglu1-mesa-dev on 
Ubuntu), anybody should be able to run 'R CMD build' and 'R CMD check' 
on the package.

Cheers,

H.
On 13/12/2021 23:12, Kristian Ullrich wrote: