-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot install RProtoBufLib as dependency for ggcyto and flowWorkspace #4
Comments
You need |
libtool installed, but installation through both |
Since you are mac, you can manually download/install the prebuilt binary from the latest bioconductor release http://bioconductor.org/packages/3.6/bioc/html/RProtoBufLib.html. Or if you upgrade your R to 3.4.3, then |
Upgraded to R 3.4.3 and still have the same errors using |
You need to make sure to use the latest version of Bioconductor 3.6 by |
I already have Bioconductor 3.6
|
Ok. I don't know what was the reason for you Mac OSX not being able to pull the binary version. To do it manually, just download the package from http://bioconductor.org/packages/3.6/bioc/bin/macosx/el-capitan/contrib/3.4/RProtoBufLib_1.0.1.tgz and run |
good, this worked. Thanks. |
Hi, I successfully installed flowCore few day ago (using biocLite installation) to analyse data from flow cytometry. To visualize them I'd like to use ggcyto, however I had issues to install it. I tracked back that the basic dependency I need is RProtoBufLib (which is needed for flowWorkspace, which is the only dependency for ggcyto I don't have). I installed libhdf5-dev as I read in some previous thread it might help, it didn't in my case. Running the installation using:
> install_github("RGLab/RProtoBufLib@trunk")
gives fatal error because common.h file is not found or so...:
using:
> biocLite("RProtoBufLib")
fails to compile RProtoBufLib package...:
Could you help me to solve this, please?
PS: I'm using mac and R version 3.4.1
The text was updated successfully, but these errors were encountered: