dleutnant / swmmr

R Interface for US EPA's SWMM
https://cran.r-project.org/package=swmmr
39 stars 15 forks source link

read_inp #36

Closed HamedGhodsi90 closed 5 years ago

HamedGhodsi90 commented 5 years ago

Hi, I hope all is well with you.

A new problem is detected while I am using the read_inp() function. The error is:

Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : namespace ‘vctrs’ 0.1.0 is being loaded, but >= 0.2.0 is required

It was right until the last week. This error is something new, I am wondering if you could try this function and see if the same error would be appeared or not. If yes, it would be great if you could modify it and release a new version of that.

Thanks.

HamedGhodsi90 commented 5 years ago

The problem was from another package called "vctrs". I updated that package and the problem are solved. Sorry for the inconvenience.