如何下載learnasreml軟件包 R包

learnasreml軟件包介紹:
大家好,我是鄧飛,learnasreml是我編寫的學習asreml軟件的包,裏面有一些常用的數據,結果整理代碼,方便更好的學習和使用asreml軟件。該包在windows10和Centos系統下測試。

運行命令:

if (!requireNamespace("devtools")) install.packages("devtools")
library(devtools)
install_github("dengfei2013/learnasreml")

安裝日誌:

> library(devtools)
> install_github("dengfei2013/learnasreml")
Downloading GitHub repo dengfei2013/learnasreml@master
√  checking for file 'C:\Users\Dengfei\AppData\Local\Temp\RtmpWUyYAE\remotes1b60425f234ca\dengfei2013-learnasreml-349b098/DESCRIPTION' ...
-  preparing 'learnasreml': (475ms)
√  checking DESCRIPTION meta-information ...
-  checking for LF line-endings in source and make files and shell scripts
-  checking for empty or unneeded directories
-  looking to see if a 'data/datalist' file should be added
-  building 'learnasreml_0.1.0.tar.gz' (5.4s)
   
Installing package into ‘C:/Users/Dengfei/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
* installing *source* package 'learnasreml' ...
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** byte-compile and prepare package for lazy loading
Note: break used in wrong context: no loop is visible 
** help
*** installing help indices
  converting help for package 'learnasreml'
    finding HTML links ... 好了
    BTdata                                  html  
    BTped                                   html  
    Canola                                  html  
    Fabric                                  html  
    Forage                                  html  
    Heights                                 html  
    Lattice                                 html  
    Lettuce                                 html  
    Nematode                                html  
    Octane                                  html  
    Plankton                                html  
    Potatoes                                html  
    Rat                                     html  
    Ratfactorial                            html  
    Ratlitters                              html  
    Ratmuscles                              html  
    Wheatstrains                            html  
    Wine                                    html  
    asreml.batch                            html  
    asreml.lrt                              html  
    hello                                   html  
    model.comp                              html  
    oats                                    html  
    pin                                     html  
    rice                                    html  
    riceMV                                  html  
    vsnc                                    html  
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (learnasreml)

歡迎關注我的公衆號:育種數據分析之放飛自我

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章