Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
etwinn authored Feb 1, 2024
1 parent 65df58e commit 899ef03
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
[![CRAN downloads](https://cranlogs.r-pkg.org/badges/grand-total/ashapesampler)](https://cranlogs.r-pkg.org/badges/grand-total/ashapesampler)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/ashapesampler)](https://cran.r-project.org/package=ashapesampler)

Now available to download from [CRAN](https://cran.r-project.org/package=ashapesampler).

This repository contains an R package for generating synthetic alpha shapes by either (i) empirical sampling based on an existing dataset with reference shapes, or (ii) probabilistic sampling from a known distribution function on shapes.

## Introduction
Expand Down Expand Up @@ -76,7 +78,9 @@ For macOS users, the Xcode Command Line Tools include a GCC compiler. Instructio

## R Package Installation

Package will eventually appear on CRAN, at which time one can download the package there.
To install the package from CRAN, run the following command:

install.packages("ashapesampler", dependencies = TRUE)

To install the package from GitHub, we recommend using the remotes package by running the command:

Expand Down

0 comments on commit 899ef03

Please sign in to comment.