You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maxent_versions function is not currently parsing archived releases list from GitHub properly because the page layout changed. I'm afraid I cannot spend more time on this now so I'll share what I have (still not great because it returns duplicated versions but otherwise seems to work):
With get_maxent given above issue the function downloads from biodiversityinformatics.amnh.org and the problem is that the jar file is not at the root of the ZIP file anymore (if ever), so in:
fails because the files param should be files='maxent/maxent.jar' (in reality the code should attempt locating the file recursively instead but I don't know how to do that)
The text was updated successfully, but these errors were encountered:
maxent_versions function is not currently parsing archived releases list from GitHub properly because the page layout changed. I'm afraid I cannot spend more time on this now so I'll share what I have (still not great because it returns duplicated versions but otherwise seems to work):
With get_maxent given above issue the function downloads from biodiversityinformatics.amnh.org and the problem is that the jar file is not at the root of the ZIP file anymore (if ever), so in:
rmaxent/R/get_maxent.R
Line 41 in 08d1103
fails because the files param should be
files='maxent/maxent.jar'
(in reality the code should attempt locating the file recursively instead but I don't know how to do that)The text was updated successfully, but these errors were encountered: