Skip to content

Commit

Permalink
accepted to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
drmowinckels committed Jun 1, 2021
1 parent c97539f commit df2de6e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 23 deletions.
2 changes: 0 additions & 2 deletions CRAN-RELEASE

This file was deleted.

11 changes: 9 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ If you want to create your own custom atlas or discover other compatible atlases

## Installation


ggseg3d can be installed from CRAN with:

```{r, eval = FALSE}
install.packages("ggseg3d")
```


We recommend installing {ggsegExtra} through the ggseg r-universe.

```{r eval = FALSE}
Expand All @@ -50,10 +58,9 @@ options(repos = c(
CRAN = 'https://cloud.r-project.org'))
# Install some packages
install.packages('ggsegExtra')
install.packages('ggseg3d')
```


The package can be installed using {remotes}. The package includes some large datasets for the brain coordinates. Please be patient during download and install, it will take some time.

```{r eval=F}
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ status](https://www.r-pkg.org/badges/version/ggseg3d)](https://CRAN.R-project.or
maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![R build
status](https://github.com/ggseg/ggseg3d/workflows/R-CMD-check/badge.svg)](https://github.com/ggseg/ggseg3d/actions)
[![R-CMD-check](https://github.com/LCBC-UiO/ggseg3d/workflows/R-CMD-check/badge.svg)](https://github.com/LCBC-UiO/ggseg3d/actions)
<!-- badges: end -->

This package mainly contains a plotting function `ggseg3d` and
Expand All @@ -35,6 +36,12 @@ atlases, please see the companion package

## Installation

ggseg3d can be installed from CRAN with:

``` r
install.packages("ggseg3d")
```

We recommend installing {ggsegExtra} through the ggseg r-universe.

``` r
Expand All @@ -44,7 +51,7 @@ options(repos = c(
CRAN = 'https://cloud.r-project.org'))

# Install some packages
install.packages('ggsegExtra')
install.packages('ggseg3d')
```

The package can be installed using {remotes}. The package includes some
Expand Down
18 changes: 0 additions & 18 deletions cran-comments.md

This file was deleted.

0 comments on commit df2de6e

Please sign in to comment.