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
75bc8ebc
Commit
75bc8ebc
authored
Jun 14, 2018
by
jml
Browse files
update readme
parent
4885566b
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
75bc8ebc
...
...
@@ -12,9 +12,37 @@ Make remote timeserie dataset easy to get and to work with.
6. having metadata
## 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
```
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