Skip to content

Commit

Permalink
SCORPIUS 1.0.0 is on CRAN!
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Sep 15, 2017
1 parent 4eb4db0 commit 970f53c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 21 deletions.
10 changes: 1 addition & 9 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ News:

## Installing SCORPIUS

You can install the latest version from github with

```R
devtools::install_github("rcannood/SCORPIUS", build_vignettes=TRUE)
```

<!--
You can install:

* the latest released version from CRAN with
Expand All @@ -51,9 +44,8 @@ You can install:
* the latest development version from github with

```R
devtools::install_github("rcannood/SCORPIUS", build_vignettes=TRUE)
devtools::install_github("rcannood/SCORPIUS", build_vignettes = TRUE)
```
-->

If you encounter a bug, please file a minimal reproducible example on the [issues](https://github.com/rcannood/SCORPIUS/issues) page.

Expand Down
17 changes: 5 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,20 @@ News:
Installing SCORPIUS
-------------------

You can install the latest version from github with

``` r
devtools::install_github("rcannood/SCORPIUS", build_vignettes=TRUE)
```

<!--
You can install:

* the latest released version from CRAN with
- the latest released version from CRAN with

```R
``` r
install.packages("SCORPIUS")
```

* the latest development version from github with
- the latest development version from github with

```R
``` r
devtools::install_github("rcannood/SCORPIUS", build_vignettes=TRUE)
```
-->

If you encounter a bug, please file a minimal reproducible example on the [issues](https://github.com/rcannood/SCORPIUS/issues) page.

Learning SCORPIUS
Expand Down
Binary file modified README_files/figure-markdown_github/infer trajectory-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified README_files/figure-markdown_github/moduled tafs-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified README_files/figure-markdown_github/reduce dimensionality-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified README_files/figure-markdown_github/visualise tafs-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 970f53c

Please sign in to comment.