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
80a50543
Commit
80a50543
authored
Aug 14, 2020
by
Jean-Marie Lepioufle
Browse files
typo
parent
4c70d865
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/buildpkgs.R
View file @
80a50543
sourcedir
<-
file.path
(
getwd
(),
"lib"
)
install.packages
(
file.path
(
sourcedir
,
"data.eimetr-0.0.1.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
# osmdata
install.packages
(
file.path
(
sourcedir
,
"generics_0.0.2.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"lubridate/lubridate_1.7.4.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