Hi @andresrcs
this is he history in R console
[Workspace loaded from ~/.RData]
> if (!requireNamespace("BiocManager", quietly = TRUE))
+ install.packages("BiocManager")
> BiocManager::install("Gviz")
'getOption("repos")' replaces Bioconductor standard repositories, see '?repositories' for details
replacement repositories:
CRAN: https://cran.rstudio.com/
Bioconductor version 3.13 (BiocManager 1.30.16), R 4.1.0 (2021-05-18)
Installation paths not writeable, unable to update packages
path: C:/Program Files/R/R-4.1.0/library
packages:
lattice, Matrix, mgcv, nlme, survival
Old packages: 'cpp11', 'data.table', 'digest', 'ggsignif', 'hms', 'knitr', 'lifecycle', 'maptools', 'matrixStats', 'mime', 'openssl',
'pillar', 'psych', 'R6', 'RcppArmadillo', 'readr', 'remotes', 'rmarkdown', 'stringi', 'tibble', 'tidyr', 'tinytex', 'vroom', 'xfun'
Update all/some/none? [a/s/n]: if (!requireNamespace("BiocManager", quietly = TRUE))
Update all/some/none? [a/s/n]: install.packages("BiocManager")
Update all/some/none? [a/s/n]: BiocManager::install("TxDb.Hsapiens.UCSC.hg19.knownGene")
Update all/some/none? [a/s/n]: install.packages("~/mapsnp_pkg-master/mapsnp_0.1.tar.gz", repos = NULL, type = "source")
Update all/some/none? [a/s/n]:
If I type library(mapsnp)
it will be like this
or whatever I type something, it will be displayed "update all/some/none? [a/s/n]:"