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
8b1fd66f
Commit
8b1fd66f
authored
Sep 08, 2020
by
Jean-Marie Lepioufle
Browse files
typo
parent
860ec18f
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/buildpkgs.R
View file @
8b1fd66f
...
...
@@ -17,14 +17,16 @@ install.packages(file.path(sourcedir,"glue_1.3.2.tar.gz"), repos=NULL, type='sou
install.packages
(
file.path
(
sourcedir
,
"lifecycle_0.2.0.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
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'
)
####tibble
install.packages
(
file.path
(
sourcedir
,
"rlang_0.4.7.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
,
"vctrs_0.3.0.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"ellipsis_0.3.1.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'
)
install.packages
(
file.path
(
sourcedir
,
"generics_0.0.2.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"vctrs_0.3.0.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"dplyr_1.0.0.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
### tidyr
install.packages
(
file.path
(
sourcedir
,
"tidyr_0.8.3.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