ProcessMiner / nlcor

An implementation of an efficient heuristic to compute the nonlinear correlations between numeric vectors. The heuristic works by adaptively identifying multiple local regions of linear correlations to estimate the overall nonlinear correlation. The nonlinear correlations estimate has various applications in data exploration and variable selection for nonlinear models.
GNU General Public License v2.0
18 stars 1 forks source link

Unable to install using github #3

Closed JauntyJJS closed 4 years ago

JauntyJJS commented 4 years ago

Hi, I tried to install this R package from source after reading the article https://towardsdatascience.com/estimating-non-linear-correlation-in-r-62c6571cb1db

Unfortunately, I have this error message.

> library("devtools")
Loading required package: usethis
> install_github("ProcessMiner/nlcor")
Error: Failed to install 'unknown package' from GitHub:
  HTTP error 401.
  Bad credentials

  Rate limit remaining: 49/60
  Rate limit reset at: 2019-10-21 05:34:32 UTC

Is this error because of new updates in devtools ?

cran2367 commented 4 years ago

Please try it again. An updated version is merged today.

JauntyJJS commented 4 years ago

Hi, I manage to install this package now. Thank you for your patience and help