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)

欢迎关注我的公众号:育种数据分析之放飞自我
如何下载learnasreml软件包 R包_数据分析