Load DESCRIPTION files of all packages

load_pkg_description()

Details

It is calculated based on a specific CRAN/Bioconductor snapshot. The version is set via pkgndep_opt$heaviness_db_version.

Value

A list of character vectors.

Examples

# \dontrun{
lt = load_pkg_description()
lt[1:2]
#> $A3_1.0.0
#>  [1] "Package: A3"                                                                                                                                                                                                                           
#>  [2] "Type: Package"                                                                                                                                                                                                                         
#>  [3] "Title: Accurate, Adaptable, and Accessible Error Metrics for Predictive"                                                                                                                                                               
#>  [4] "        Models"                                                                                                                                                                                                                        
#>  [5] "Version: 1.0.0"                                                                                                                                                                                                                        
#>  [6] "Date: 2015-08-15"                                                                                                                                                                                                                      
#>  [7] "Author: Scott Fortmann-Roe"                                                                                                                                                                                                            
#>  [8] "Maintainer: Scott Fortmann-Roe <scottfr@berkeley.edu>"                                                                                                                                                                                 
#>  [9] "Description: Supplies tools for tabulating and analyzing the results of predictive models. The methods employed are applicable to virtually any predictive model and make comparisons between different methodologies straightforward."
#> [10] "License: GPL (>= 2)"                                                                                                                                                                                                                   
#> [11] "Depends: R (>= 2.15.0), xtable, pbapply"                                                                                                                                                                                               
#> [12] "Suggests: randomForest, e1071"                                                                                                                                                                                                         
#> [13] "NeedsCompilation: no"                                                                                                                                                                                                                  
#> [14] "Packaged: 2015-08-16 14:17:33 UTC; scott"                                                                                                                                                                                              
#> [15] "Repository: CRAN"                                                                                                                                                                                                                      
#> [16] "Date/Publication: 2015-08-16 23:05:52"                                                                                                                                                                                                 
#> 
#> $AATtools_0.0.2
#>  [1] "Package: AATtools"                                                                                           
#>  [2] "Type: Package"                                                                                               
#>  [3] "Title: Reliability and Scoring Routines for the Approach-Avoidance Task"                                     
#>  [4] "Version: 0.0.2"                                                                                              
#>  [5] "Authors@R: person(\"Sercan\", \"Kahveci\", email = \"sercan.kahveci@sbg.ac.at\", role = c(\"aut\", \"cre\"))"
#>  [6] "Description: Compute approach bias scores using different scoring algorithms,"                               
#>  [7] "    compute bootstrapped and exact split-half reliability estimates,"                                        
#>  [8] "    and compute confidence intervals for individual participant scores."                                     
#>  [9] "Depends: R (>= 3.6.0)"                                                                                       
#> [10] "Imports: magrittr, dplyr, doParallel, foreach"                                                               
#> [11] "License: GPL-3"                                                                                              
#> [12] "Encoding: UTF-8"                                                                                             
#> [13] "BugReports: https://github.com/Spiritspeak/AATtools/issues"                                                  
#> [14] "LazyData: true"                                                                                              
#> [15] "ByteCompile: true"                                                                                           
#> [16] "RoxygenNote: 7.2.1"                                                                                          
#> [17] "NeedsCompilation: no"                                                                                        
#> [18] "Packaged: 2022-08-12 13:12:35 UTC; b1066151"                                                                 
#> [19] "Author: Sercan Kahveci [aut, cre]"                                                                           
#> [20] "Maintainer: Sercan Kahveci <sercan.kahveci@sbg.ac.at>"                                                       
#> [21] "Repository: CRAN"                                                                                            
#> [22] "Date/Publication: 2022-08-12 13:40:09 UTC"                                                                   
#> 
# }