-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updating installation instructions (#13)
- Loading branch information
Nikolas Burkoff
authored
Jul 7, 2022
1 parent
55c527b
commit aa9a6c3
Showing
1 changed file
with
12 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
# nestcolor | ||
|
||
Package managing visual conventions of NEST graphs | ||
|
||
## Installation | ||
|
||
For releases from August 2022 it is recommended that you [create and use a Github PAT](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token) to install the latest version of this package. Once you have the PAT, run the following: | ||
|
||
```r | ||
Sys.setenv(GITHUB_PAT = "your_access_token_here") | ||
if (!require("remotes")) install.packages("remotes") | ||
remotes::install_github("insightsengineering/nestcolor@*release") | ||
``` | ||
|
||
Although `nestcolor` was not released in June 2022, a stable release of all `NEST` packages which were released in June 2022 is also available [here](https://github.com/insightsengineering/depository#readme). |