Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Anna Tominaga
ASPREE R Package
Commits
db7779a6
Commit
db7779a6
authored
Dec 11, 2018
by
Jason Rigby
Browse files
update readme
parent
40eafa5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
db7779a6
# Installation
To install this package directly from git, you will need the devtools package
,
i
nstallable by running
:
To install this package directly from git, you will
first
need the devtools
and getPass
package
s
i
f not already installed
:
```
install.packages("devtools")
install.packages(
c(
"devtools"
, "getPass")
)
```
Then, the ASPREE package itself can be installed using the following command:
```
devtools::install_git("https://gitlab.erc.monash.edu.au/aspree/aspree-r-package.git",
credentials = git2r::cred_user_pass(readline(prompt="USERNAME: "),
getPass::getPass()))
```
You will be prompted for your Monash GitLab credentials before installation proceeds.
Write
Preview
Markdown
is supported
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