Skip to content

Commit

Permalink
rebuild README
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall Pruim committed Mar 15, 2022
1 parent 6bc573e commit d0fe046
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
Binary file modified README-snippet-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->
fastR2
======

This package contains data sets and some utility functions to support [*Foundations and Applications of Statistics: An Introduction Using R*](https://bookstore.ams.org/amstext-28/) by Randall Pruim.
# fastR2

Installation
------------
This package contains data sets and some utility functions to support
[*Foundations and Applications of Statistics: An Introduction Using
R*](https://bookstore.ams.org/amstext-28/) by Randall Pruim.

## Installation

The package can be installed from CRAN via

Expand All @@ -22,9 +23,11 @@ devtools::install_github("rpruim/fastR2")
```

<!-- [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/fastR2)](https://cran.r-project.org/package=fastR2) -->

### Snippets

In addtion to data sets, `fastR2` contains a `snippet()` function that loads and executes code found in the text. Here is an example:
In addtion to data sets, `fastR2` contains a `snippet()` function that
loads and executes code found in the text. Here is an example:

``` r
require(fastR2)
Expand Down

0 comments on commit d0fe046

Please sign in to comment.