简体   繁体   中英

Building package in R in Windows

I have downloaded package pcaL1_1.5.2.tar.gz from the CRAN . I am trying to compile the package pcaL1

The steps I followed are

  1. Install Rtools
  2. Updated the PATH environment variable
  3. In command prompt,I change the directory to where I downloaded the package pcaL1_1.5.2.tar.gz
  4. Run the command in Command prompt of Windows R CMD INSTALL --build qtl_1.22-18.tar.gz

I get the error unexpected symbol in R CMD . Anything I missed or did wrong?

您是否尝试过从R内部运行install.package。启动R会话和>提示符类型

install.packages("pcaL1")

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM