KaiHsiangHu / iNEXT.4steps

Four-Step Biodiversity Analysis Based on iNEXT
3 stars 5 forks source link

Problems installing package #6

Open rae-martens opened 2 years ago

rae-martens commented 2 years ago

Hello,

I would love to use this package for my thesis, but am having problems installing it. I successfully installed the iNEXT.3D package, but the 4steps package is not working. The following error comes up every time:

E checking DESCRIPTION meta-information ... Malformed Depends or Suggests or Imports or Enhances field. Entries with infeasible version number: R (>= 4) Version numbers must be sequences of at least two non-negative integers, separated by single '.' or '-'.

Error: Failed to install 'iNEXT.4steps' from GitHub: System command 'Rcmd.exe' failed, exit status: 1, stdout & stderr were printed

If you have any advice for solving this problem it would be greatly appreciated.

Thanks, Rae

jraizer commented 2 years ago

I've solve this by forking package and editing Description file line 18: from Depends: R (>= 4) to Depends: R (>= 4.0) Hope this help. Best, Josué

KaiHsiangHu commented 2 years ago

Dear rae-martens and jraizer:

I'm so glad for both your help about the error from the package project 'iNEXT.4steps'. It's our fault when we create the project. Wish all you can keep supporting our developing package in github. Thank you, again.

Best regards, KaiHsiang Hu

rae-martens commented 2 years ago

Thank you Josué and KaiHsiang Hu for your responses! I really appreciate the help. Best wishes, Rae