Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.23 KB | None | 0 0
  1. > list.files("/usr/local/lib/R/site-library")
  2. [1] "backports" "base64enc" "bitops" "caTools" "digest" "docopt"
  3. [7] "evaluate" "highr" "htmltools" "httpuv" "jsonlite" "knitr"
  4. [13] "magrittr" "markdown" "mime" "R6" "Rcpp" "rmarkdown"
  5. [19] "rprojroot" "shiny" "sourcetools" "stringi" "stringr" "xtable"
  6. [25] "yaml"
  7. > list.files("/usr/local/lib/R/library")
  8. [1] "base" "compiler" "datasets" "graphics" "grDevices" "grid"
  9. [7] "methods" "parallel" "splines" "stats" "stats4" "tcltk"
  10. [13] "tools" "translations" "utils"
  11.  
  12. > list.files("/usr/local/lib/R/site-library")
  13. [1] "acepack" "AnnotationDbi" "AnnotationFilter"
  14. [4] "AnnotationHub" "assertthat" "backports"
  15. [7] "base64enc" "BH" "bindr"
  16. [10] "bindrcpp" "binman" "Biobase"
  17. [13] "BiocGenerics" "BiocInstaller" "BiocParallel"
  18. [16] "biomaRt" "Biostrings" "biovizBase"
  19. [19] "bit" "bit64" "bitops"
  20. [22] "blob" "brew" "BSgenome"
  21. [25] "caTools" "checkmate" "cluster"
  22. [28] "codetools" "colorspace" "commonmark"
  23. [31] "crayon" "curl" "data.table"
  24. [34] "DBI" "DelayedArray" "desc"
  25. [37] "devtools" "dichromat" "digest"
  26. [40] "divosR" "docopt" "doParallel"
  27. [43] "dplyr" "DT" "ensembldb"
  28. [46] "EnsemblRest" "evaluate" "foreach"
  29. [49] "foreign" "formatR" "Formula"
  30. [52] "futile.logger" "futile.options" "GenomeInfoDb"
  31. [55] "GenomeInfoDbData" "GenomicAlignments" "GenomicFeatures"
  32. [58] "GenomicRanges" "getopt" "ggplot2"
  33. [61] "git2r" "GLU" "glue"
  34. [64] "gridBase" "gridExtra" "grImport"
  35. [67] "gtable" "Gviz" "highr"
  36. [70] "Hmisc" "htmlTable" "htmltools"
  37. [73] "htmlwidgets" "httpuv" "httr"
  38. [76] "igis" "igraph" "interactiveDisplayBase"
  39. [79] "IRanges" "irlba" "iterators"
  40. [82] "jsonlite" "knitr" "labeling"
  41. [85] "lambda.r" "lattice" "latticeExtra"
  42. [88] "lazyeval" "lintr" "littler"
  43. [91] "magrittr" "markdown" "MASS"
  44. [94] "Matrix" "matrixStats" "memoise"
  45. [97] "mime" "miniUI" "mongolite"
  46. [100] "munsell" "NMF" "nnet"
  47. [103] "openssl" "pbapply" "pkgconfig"
  48. [106] "pkgmaker" "plogr" "plyr"
  49. [109] "png" "praise" "ProtGenerics"
  50. [112] "R6" "rappdirs" "RColorBrewer"
  51. [115] "Rcpp" "RCurl" "registry"
  52. [118] "reshape2" "rex" "rjson"
  53. [121] "RJSONIO" "rlang" "rmarkdown"
  54. [124] "RMySQL" "rngtools" "roxygen2"
  55. [127] "rpart" "rprojroot" "Rsamtools"
  56. [130] "RSelenium" "RSQLite" "rstudioapi"
  57. [133] "rtracklayer" "S4Vectors" "scales"
  58. [136] "semver" "shiny" "shinyjs"
  59. [139] "snow" "sourcetools" "stringdist"
  60. [142] "stringi" "stringr" "subprocess"
  61. [145] "SummarizedExperiment" "survival" "switchr"
  62. [148] "testthat" "tibble" "trackViewer"
  63. [151] "VariantAnnotation" "viridis" "viridisLite"
  64. [154] "wdman" "whisker" "withr"
  65. [157] "XML" "xml2" "xtable"
  66. [160] "XVector" "yaml" "zlibbioc"
  67. > list.files("/usr/local/lib/R/library")
  68. [1] "base" "compiler" "datasets" "graphics" "grDevices" "grid"
  69. [7] "methods" "parallel" "splines" "stats" "stats4" "tcltk"
  70. [13] "tools" "translations" "utils"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement