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

파일들이 패키지에 자체 탑재하기 너무 큼 #1

Open
YoungjunNa opened this issue May 20, 2022 · 2 comments
Open

파일들이 패키지에 자체 탑재하기 너무 큼 #1

YoungjunNa opened this issue May 20, 2022 · 2 comments
Assignees

Comments

@YoungjunNa
Copy link
Member

파일들이 패키지에 자체 탑재하기 너무 큼(100mb 이상)
Gihub에 파일을 올려놓고, 그때그때 function으로 다운로드 및 global.env로 load()

github_url <- "https://github.com/statgarten/datatoys/releases/download/dataset/Kmarket.Rda"
download.file(github_url,"temp.Rda")
load("temp.Rda")
file.remove("temp.Rda")
@YoungjunNa YoungjunNa self-assigned this May 20, 2022
@YoungjunNa
Copy link
Member Author

YoungjunNa commented May 20, 2022

  • 데이터 로딩 시 progress bar 적용 요망

YoungjunNa pushed a commit that referenced this issue Jan 3, 2023
Merge pull request #8 from seungwoolee-222/main
@bluetsys
Copy link

you can try git LFS
https://docs.github.com/ko/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage

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