官术网_书友最值得收藏!

Using R packages

The CRAN repository hosts 10,969 packages as of July 2, 2017. The packages are written and maintained by statisticians, engineers, biologists, and others. The reasons are varied and the resourcefulness is very rich and it reduces the need of writing exhaustive and new functions and programs from scratch. These additional packages can be obtained from https://cran.r-project.org/web/packages/. The user can click on https://cran.rproject.org/web/packages/available_packages_by_date.html, which will direct you to a new web package. Let us illustrate the installation of an R package named gdata:

  • We now wish to install the gdata package. There are multiple ways of completing this task:
    1. Clicking on the gdata label leads to the web page: https://cran.r-project.org/web/packages/gdata/index.html.
    2. In this HTML file, we can find a lot of information about the package through Version, Depends, Imports, Published, Author, Maintainer, License, System Requirements, Installation, and CRAN checks.
    3. Furthermore, the download options may be chosen from the package source, macOS X binary, and Windows binary, depending on whether the user’s OS is Unix, macOS, or Windows respectively.
    4. Finally, a package may require other packages as a prerequisite, and it may itself be a prerequisite to other packages.

    This information is provided in Reverse dependencies, Reverse depends, Reverse imports, and Reverse suggests.

  • Suppose that the user has Windows OS. There are two ways to install the gdata package:
    1. Start R, as explained earlier. At the console, execute the code install.packages("gdata”).
    2. A CRAN mirror window will pop-up, asking the user to select one of the available mirrors.
    3. Select one of the mirrors from the list. You may need to scroll down to locate your favorite mirror, and then hit the Ok button.
    4. A default setting is dependencies=TRUE, which will then download and install all the other required packages.
    5. Unless there are some violations, such as the dependency requirement of the R version being at least 2.3 in this case, the packages would be installed successfully.
  • A second way of installing the gdata package is as follows:
    1. At the gdata web page, click on the following link: gdata_2.18.0.zip.
    2. This action will then attempt to download the package through the File download window.
    3. Choose the option Save and specify the path where you wish to download the package.
    4. In my case, I have chosen the C:\Users\author\Downloads directory.
    5. Now go to the R windows. In the menu ribbon, we have seven options in File, Edit, View, Misc, Packages, Windows, and Help.
    6. Yes, your guess is correct and you would have wisely selected Packages from the menu.
    7. Now, select the last option of Packages in Install Package(s) from local zip files and direct it to the path where you have downloaded the ZIP file.
    8. Select the gdata_2.18.0 file and R will do the required remaining part of installing the package.

The one drawback of doing this process manually is that if there are dependencies, the user needs to ensure that all such packages have been installed before embarking on this second task of installing the R packages. However, despite this problem, it is quite useful to know this technique, as we may not be connected to the internet all the time, and we can install the packages when it is convenient.

RSADBE – the books R package

This book uses lot of datasets from the web, statistical text books, and so on. The file format of the datasets have been varied and thus to help the reader, we have put all the datasets used in the book in an R package, RSADBE, which is the abbreviation of this book’s title. This package will be available from the CRAN website as well as this book’s web page. Thus, whenever you are asked to run data(xyz), the dataset xyz will be available either in the RSADBE package or datasets package of R.

The book also uses many of the packages available on CRAN. The following table gives the list of packages and the reader is advised to ensure that these packages are installed before you begin reading the chapter. That is, the reader needs to ensure that, as an example, install.packages(c("qcc”,”ggplot2”)) is run in the R session before proceeding with Chapter 3, Data Visualization.

主站蜘蛛池模板: 宁阳县| 电白县| 南康市| 阜阳市| 新民市| 二手房| 伊宁市| 荣昌县| 鄱阳县| 万荣县| 获嘉县| 安新县| 海阳市| 寿阳县| 常州市| 厦门市| 新郑市| 镇康县| 南投市| 普兰店市| 郧西县| 邹平县| 三亚市| 冷水江市| 柞水县| 宝坻区| 阜新| 九龙坡区| 东乡族自治县| 保定市| 彩票| 屯留县| 通化市| 和平区| 喀喇| 萨嘎县| 安陆市| 繁峙县| 神木县| 慈利县| 奉贤区|