-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Guillem Hurault
committed
Jun 25, 2021
1 parent
ff0bfbf
commit 46fdbc2
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
|