Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
INLPO
inldata
Commits
50f56786
Commit
50f56786
authored
Sep 08, 2021
by
Fisher, Jason C.
Browse files
add auth_token to install instructions
parent
989818d4
Pipeline
#156656
passed with stage
in 16 minutes and 27 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
README.Rmd
View file @
50f56786
...
...
@@ -51,6 +51,7 @@ To install the development version, you need to clone the repository and build f
```r
if (!requireNamespace("remotes")) install.packages("remotes")
remotes::install_gitlab("inl/inldata",
auth_token = Sys.getenv("GITLAB_PAT"),
host = "code.usgs.gov",
dependencies = TRUE
)
...
...
README.md
View file @
50f56786
...
...
@@ -76,6 +76,7 @@ build from source, or run:
```
r
if
(
!
requireNamespace
(
"remotes"
))
install.packages
(
"remotes"
)
remotes
::
install_gitlab
(
"inl/inldata"
,
auth_token
=
Sys.getenv
(
"GITLAB_PAT"
),
host
=
"code.usgs.gov"
,
dependencies
=
TRUE
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment