Skip to content

Commit 123ab42

Browse files
committed
obeying CRAN organisation and naming conventions
1 parent 7418a51 commit 123ab42

9 files changed

Lines changed: 3 additions & 3 deletions

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@ Prerequisite: you must have [Python](https://www.python.org) pre-installed.
3030
Install the **acro** package from CRAN as follows:
3131

3232
``` r
33-
install.packages("acro")
33+
install.packages("acro" )
3434
```
3535

36-
If you are having problems installing the package, please see the more detailed [installation guide](INSTALL.md).
36+
If you are having problems installing the package, please see the more detailed [installation guide](inst/INSTALL.md).
3737

3838
### Usage
3939

4040
Before using any function from the package, an acro object should be initialised using the following R code:
4141

4242
``` r
4343
>>> library("acro")
44-
>>> acro_init(suppress = TRUE)
44+
>>> acro_init(suppress = TRUE )
4545
```
4646

4747
### Try Online with MyBinder
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)