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

패키지 설치 시 에러 #28

Closed
ycseong07 opened this issue May 4, 2023 · 2 comments
Closed

패키지 설치 시 에러 #28

ycseong07 opened this issue May 4, 2023 · 2 comments

Comments

@ycseong07
Copy link

OS: Windows 11
R version: 4.3

이전까지 사용하고 있던 R 4.2 버전에서는 패키지 설치가 잘 됐었는데, 4.3 버전으로 업데이트 후 datatoys 패키지 설치 시 아래와 같은 에러가 발생합니다.

> remotes::install_github("statgarten/datatoys")
Downloading GitHub repo statgarten/datatoys@HEAD
Error: Failed to install 'datatoys' from GitHub:
  input string 19 is invalid
In addition: Warning message:
In gsub("[^/]", "", file_list) :
  unable to translate 'statgarten-datatoys-b9aa68b/data-raw/18년기<ec><a4>\200_전국오염원조사자료_축산계/' to a wide string

한글 폴더명 인코딩이 문제되는 것 같습니다.
Mac OS의 R 4.3 버전에서는 잘 설치 됩니다.

@YoungjunNa
Copy link
Member

오, 감사합니다. 디버깅 해보도록 할게요!

@YoungjunNa
Copy link
Member

패키지 용량 이슈였던걸로 파악됩니다. data-raw를 새로운 repo.를 만들어 분리시켰습니다. 고맙습니다!

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