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
PPS
PPS Data Management
Commits
3e4d4353
Commit
3e4d4353
authored
Oct 27, 2020
by
Languillaume, Antoine
Browse files
Update urls to pps account
parent
5b56cf9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
3e4d4353
...
...
@@ -11,6 +11,6 @@ To download it on your computer:
3.
Paste the following command in your terminal:
```
r
source
(
"https://git.wageningenur.nl/
langu001
/PPS_data_management/-/raw/refactor/download_project.R"
)
source
(
"https://git.wageningenur.nl/
pps
/PPS_data_management/-/raw/refactor/download_project.R"
)
```
download_project.R
View file @
3e4d4353
...
...
@@ -31,7 +31,7 @@ if(length(current_files) != 0){
}
## Download and unzip project
url_repo
<-
paste0
(
"https://git.wageningenur.nl/
langu001
/PPS_data_management/-/archive/"
,
url_repo
<-
paste0
(
"https://git.wageningenur.nl/
pps
/PPS_data_management/-/archive/"
,
"refactor/PPS_data_management-refactor.zip"
)
download.file
(
url
=
url_repo
,
destfile
=
file.path
(
current_wd
,
"project.zip"
))
...
...
@@ -52,5 +52,3 @@ unlink(c("project.zip", "download_project.R", "README.md"))
## Run project building script
source
(
"./scripts/0_build_project.R"
)
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