Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation issues in R v 4.2 #11

Open
Aaditya-Bhatia opened this issue Aug 5, 2022 · 1 comment
Open

Installation issues in R v 4.2 #11

Aaditya-Bhatia opened this issue Aug 5, 2022 · 1 comment

Comments

@Aaditya-Bhatia
Copy link

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
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant