We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to install the dlookr package in R version 4.2.3. When I installed dlookr package, a warning message appeared as below
Warning message: package ‘dlookr’ is not available for this version of R
A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
Any suggestion to solve this problem? Thank you for your timely response.
The text was updated successfully, but these errors were encountered:
@tolearnstat,
Currently, dlookr is temporarily archived on CRAN. I apologize for the inconvenience.
You can try installing it with the following command:
if (!requireNamespace("devtools", quietly = TRUE)) { install.packages("devtools") } devtools::install_github("choonghyunryu/dlookr")
Thank you for using dlookr.
Sorry, something went wrong.
Currently dlookr has been submitted to CRAN again. Installation is possible with the following command.
install.packages("dlookr")
choonghyunryu
No branches or pull requests
I want to install the dlookr package in R version 4.2.3. When I installed dlookr package, a warning message appeared as below
Warning message:
package ‘dlookr’ is not available for this version of R
A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
Any suggestion to solve this problem?
Thank you for your timely response.
The text was updated successfully, but these errors were encountered: