valentinitnelav / bootstrapnet

R package for bootstrapping indices of bipartite ecological networks
https://valentinitnelav.github.io/bootstrapnet/
MIT License
5 stars 2 forks source link

Installation problem #1

Closed lmguzman closed 5 years ago

lmguzman commented 5 years ago

Hi Valentin,

Tiffany sent me the link to your package and I look forward to see the bootstrapping you have done for the network metrics.

Im having one problem with the installation. When I tried to install it its telling me that I need parallel 3.5 or higher = "namespace ‘parallel’ 3.5.1 is already loaded, but >= 3.6 is required".

I have R version 3.5.1 and I can't update just parallel because it is part of base R. I think you should allow parallel to have version 3.5 if you are allowing R to be version 3.5

Thanks!

Melissa

valentinitnelav commented 5 years ago

Hey Melissa ( @lmguzman )

Thanks for testing the package! I listed older versions of the packages in the DESCRIPTION file and hopefully this fixes the issue. I didn't test though if things work correctly with older versions. I used actually R 3.6 and latest versions of the needed packages to build bootstrapnet. In case things fail, let me know, but the straightforward solution for now would be to update R and packages.

Best, Valentin