Skip to content

Commit

Permalink
Mm 89 cran policy compatibility and submission cran (#96)
Browse files Browse the repository at this point in the history
* MM-89: don't include quick-run in build

* MM-89: install instruction in README
  • Loading branch information
jdstamp authored Dec 5, 2022
1 parent c8794f2 commit b6c6f68
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ Dockerfile
_pkgdown.yml
compare-to-original-mapit\.R
original_MAPIT\.rds
quick-run\.R
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ mvMAPIT.

## Installation

The package needs compilation but the released version can be installed from
CRAN.

```R
install.packages("mvMAPIT")
```

### The R Environment
R is a widely used, free, and open source software environment for
statistical computing and graphics. The most recent version of R can be
Expand Down Expand Up @@ -120,7 +127,7 @@ install.packages(c( 'checkmate',
Alternatively, one can also [install R packages from the
command-line](https://cran.r-project.org/doc/manuals/r-release/R-admin.html#Installing-packages).

### Installing mvMAPIT
### Installing mvMAPIT from Sources
The easiest way to install the package from sources is to change into
the directory of mvMAPIT and run `R CMD INSTALL . --preclean`. The
`--preclean` flag makes sure that the latest state is run.
Expand Down

0 comments on commit b6c6f68

Please sign in to comment.