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
860ec18f
Commit
860ec18f
authored
Sep 08, 2020
by
Jean-Marie Lepioufle
Browse files
typo
parent
056719ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/buildpkgs.R
View file @
860ec18f
...
...
@@ -18,8 +18,8 @@ install.packages(file.path(sourcedir,"lifecycle_0.2.0.tar.gz"), repos=NULL, type
install.packages
(
file.path
(
sourcedir
,
"magrittr_1.5.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"R6_2.4.1.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"rlang_0.4.7.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"tibble_3.0.3.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"pillar_1.4.3.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"tibble_3.0.3.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"tidyselect_1.1.0.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
#install.packages(file.path(sourcedir,"blob_1.2.1.tar.gz"), repos=NULL, type='source')
install.packages
(
file.path
(
sourcedir
,
"ellipsis_0.3.1.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
...
...
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