awsm-research / Rnalytica

Rnalytica: An R package of JIRA defect datasets and tool suites for actionable software analytics
https://awsm-research.github.io/Rnalytica/
12 stars 6 forks source link

Installation issues in R v 4.2 #11

Open Aaditya-Bhatia opened 2 years ago

Aaditya-Bhatia commented 2 years ago

ERROR: dependency 'DMwR' is not available for package 'Rnalytica'. If this can't be fixed (or has delay in fixing), then please let me know a compatible R version. Thanks in advance!

Aaditya-Bhatia commented 2 years ago

Fixed: DMwR has been removed from Cran. Here's the fix:

  1. download package form "https://cran.r-project.org/src/contrib/Archive/DMwR/"
  2. install package using install.packages("path/to/DMwR_0.1.0.tar.gz", repos = NULL, type="source")
  3. install RNalytica

Hope it helps anyone facing similar issues!