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
df757c04
Commit
df757c04
authored
Oct 12, 2020
by
Languillaume, Antoine
Browse files
Delete setup script and README when after unzipping project
parent
3433b211
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
README.html
0 → 100644
View file @
df757c04
This diff is collapsed.
Click to expand it.
download_project.R
View file @
df757c04
...
...
@@ -15,6 +15,6 @@ file.copy(from = list_files,
to
=
"./"
,
recursive
=
TRUE
)
unlink
(
"project.zip"
)
unlink
(
file.path
(
current_wd
,
"./PPS_data_management-refactor/"
),
recursive
=
TRUE
)
unlink
(
c
(
"project.zip"
,
"download_project.R"
,
"README.md"
))
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