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

Instalation Issue #116

Open
tolearnstat opened this issue Jan 4, 2024 · 2 comments
Open

Instalation Issue #116

tolearnstat opened this issue Jan 4, 2024 · 2 comments
Assignees

Comments

@tolearnstat
Copy link

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.

@choonghyunryu choonghyunryu self-assigned this Jan 6, 2024
@choonghyunryu
Copy link
Owner

@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.

@choonghyunryu
Copy link
Owner

@tolearnstat,

Currently dlookr has been submitted to CRAN again.
Installation is possible with the following command.

install.packages("dlookr")

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

2 participants