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
rglow
friendlyr
Commits
4018fa85
Commit
4018fa85
authored
Aug 24, 2018
by
Jean-Marie Lepioufle
Browse files
change git@ to
https://git
parent
c959a052
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
4018fa85
...
...
@@ -15,34 +15,7 @@ Make remote timeserie dataset easy to get and to work with.
## Installation
### with R
```
R
library
(
"devtools"
)
devtools
::
install_git
(
"git@git.nilu.no:rfriendlyr/friendlyr.git"
)
```
### with git and R
In your [git] terminal write:
```
shell
cd
~/
# if windows cd ~/Documents
mkdir
tmp_friendlyr
cd
tmp_friendlyr
git clone git@git.nilu.no:rfriendlyts/friendlyts.git
git clone git@git.nilu.no:rfriendlyr/friendlyr.git
```
In R, write:
```
r
install.packages
(
"~/tmp_friendlyr/friendlyts"
,
repos
=
NULL
,
type
=
"source"
,
dependencies
=
"Imports"
)
install.packages
(
"~/tmp_friendlyr/friendlyr"
,
repos
=
NULL
,
type
=
"source"
,
dependencies
=
"Imports"
)
```
In a terminal, write:
```
shell
cd
..
rm
-r
tmp_friendlyr
devtools
::
install_git
(
"https://git.nilu.no/rfriendlyr/friendlyr.git"
)
```
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