Would like to get a list of all packages available on CRAN to the windows console. I know that it's gotta be pretty easy because on the windows gui there's an manu option to click install, at which time another menu interface pops up with all packages available on CRAN. If the menu were a function (which it probably is I just don't know what it is) I'd look at the code and figure out how they get that list.
So what you see here: (packages alphabetical LINK) I'd like to get to the console so I can assign it to an object.
To see what packages are installed, use the installed. packages() command. This will return a matrix with a row for each package that has been installed. Below, we look at the first 5 rows of this matrix.
Currently, the CRAN package repository features 18787 available packages. CRAN Task Views aim to provide some guidance which packages on CRAN are relevant for tasks related to a certain topic. They provide tools to automatically install all packages from each view.
We can find the functions inside a package by using lsf.
R is the lingua franca of Data Science that comprises of a massive repository of packages. These packages appeal to various fields that make use of R for their data purposes. There are 10,000 packages in CRAN, making it an ocean of quintessential statistical functions.
?available.packages
did not appear in the results of your search? You did search before asking, didn't you? ;-)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With