Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README esp URLs #11

Merged
merged 1 commit into from
Mar 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ An R package containing utility functions to support the NeuroAnatomy Toolbox (n
## Background
This package provides support functions for the [nat](https://github.com/natverse/nat)
NeuroAnatomy Toolbox package. Some functions may nevertheless be of general
interest. See the [reference manual](http://cran.r-project.org/web/packages/nat.utils/nat.utils.pdf)
on [CRAN](http://cran.r-project.org/web/packages/nat.utils/) for a for full function listing.
interest. See the [online documentation](https://natverse.org/nat.utils/reference/)
for a for full function listing.

## Installation

### Released versions
From [CRAN](http://cran.r-project.org/web/packages/nat.utils/)- the recommended
From [CRAN](https://cran.r-project.org/package=nat.utils). The recommended
option for simplicity and since this package is not under heavy development:

```r
install.packages("nat.utils")
```

### Bleeding Edge
Straight from github with Hadley Wickham's [devtools](https://github.com/hadley/devtools) package:
Straight from github with Hadley Wickham's remotes package:

```r
if(!require("remotes")) install.packages("remotes")
Expand Down