Skip to content

패키지 설치 오류 #1

@choonghyunryu

Description

@choonghyunryu

데이터 패키지에서 DataEditR 패키지의 역할이 무엇인지 모르겠으나 설치 중 다음과 같은 에러가 발생합니다.

  • 필요한 패키지면 DESCRIPTION의 Imports에 넣거나,
  • library(DataEditR)를 패키지 설치 시 문제가 없도록 콘트롤하면 좋겠습니다.
> remotes::install_github("bit2r/bitData")
Downloading GitHub repo bit2r/bitData@HEAD
✔  checking for file ‘/private/var/folders/2g/sk4df3sn3bdbxh2rb9kdt_5c0000gn/T/RtmpjpxqWz/remotes141772cc36df0/bit2r-bitData-80d25a2/DESCRIPTION’ (340ms)
─  preparing ‘bitData’:
✔  checking DESCRIPTION meta-information ...
─  installing the package to process help pages
         -----------------------------------
─  installing *source* package ‘bitData’ ...
   ** using staged installation
   ** R
   ** data
   *** moving datasets to lazyload DB
   ** inst
   ** byte-compile and prepare package for lazy loading
   Warning: replacing previous import ‘jsonlite::flatten’ by ‘purrr::flatten’ when loading ‘bitData’
   ✔ Setting active project to '/private/var/folders/2g/sk4df3sn3bdbxh2rb9kdt_5c0000gn/T/Rtmpbotent/Rbuild141db7d2044bf/bitData'
   ✔ Saving 'pollution' to 'data/pollution.rda'
   • Document your data (see 'https://r-pkgs.org/data.html')
   Rows: 655 Columns: 24
   ── Column specification ────────────────────────────────────────────────────────
   Delimiter: ","
   chr   (1): 성별
   dbl  (20): 키, 몸무게, 머리둘레, 희망치수머리, 목둘레, 화장, 젖가슴둘레, 배꼽수준허리둘레, 엉덩이둘레, 샅높이, 발길이, ...
   lgl   (2): 몸무게(오른쪽), 몸무게(왼쪽)
   date  (1): 측정일자
   
   ℹ Use `spec()` to retrieve the full column specification for this data.
   ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
   Rows: 180 Columns: 24
   ── Column specification ────────────────────────────────────────────────────────
   Delimiter: ","
   chr   (1): 성별
   dbl  (20): 키, 몸무게, 머리둘레, 희망치수머리, 목둘레, 화장, 젖가슴둘레, 배꼽수준허리둘레, 엉덩이둘레, 샅높이, 발길이, ...
   lgl   (2): 몸무게(오른쪽), 몸무게(왼쪽)
   date  (1): 측정일자
   
   ℹ Use `spec()` to retrieve the full column specification for this data.
   ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
   ✔ Saving 'airforce' to 'data/airforce.rda'
   • Document your data (see 'https://r-pkgs.org/data.html')
   ✔ Saving 'school' to 'data/school.rda'
   • Document your data (see 'https://r-pkgs.org/data.html')
   ✔ Saving 'co2' to 'data/co2.rda'
   • Document your data (see 'https://r-pkgs.org/data.html')
   Warning: Expected 2 pieces. Missing pieces filled with `NA` in 1 rows [15].
   Warning: Expected 2 pieces. Additional pieces discarded in 4 rows [8, 9, 10, 11].
   Warning: Expected 2 pieces. Missing pieces filled with `NA` in 4 rows [3, 4, 5, 6].
   Error in library(DataEditR) : there is no package called ‘DataEditR’
   Error: unable to load R code in package ‘bitData’
   Execution halted
   ERROR: lazy loading failed for package ‘bitData’
─  removing ‘/private/var/folders/2g/sk4df3sn3bdbxh2rb9kdt_5c0000gn/T/Rtmpbotent/Rinst141db518197c6/bitData’
         -----------------------------------
   ERROR: package installation failed
Error: Failed to install 'bitData' from GitHub:
  System command 'R' failed, exit status: 1, stdout & stderr were printed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions