Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillem Hurault committed Jun 25, 2021
1 parent ff0bfbf commit 46fdbc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: EczemaPred
Title: Predicting the Evolution of Eczema Severity
Version: 0.0.0.9000
Version: 0.1.0
Authors@R:
person(given = "Guillem",
family = "Hurault",
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ Then, the package can be installed by typing the following commands in R:
devtools::install_github("ghurault/EczemaPred")
```

Or to install a specific version, for example the initial release (v0.1.0):
```
devtools::install_github("ghurault/[email protected]")
```

The package can take a few minutes to install as the models needs to be compiled (but no compilation will be required when using the package).
Many warnings may be displayed during compilation but they can be safely ignored.

Expand Down

0 comments on commit 46fdbc2

Please sign in to comment.