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
5643350f
Commit
5643350f
authored
Aug 14, 2020
by
Jean-Marie Lepioufle
Browse files
typo
parent
80a50543
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/buildpkgs.R
View file @
5643350f
...
...
@@ -2,10 +2,10 @@ sourcedir <- file.path(getwd(),"lib")
# 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'
)
install.packages
(
file.path
(
sourcedir
,
"stringi
/stringi
_1.4.3.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"lubridate_1.7.4.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"stringi_1.4.3.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"stringr_1.4.0.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"selectr
/selectr
_0.4-1.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"selectr_0.4-1.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"rvest_0.3.4.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"lattice_0.20-38.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"sp_1.3-2.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
...
...
@@ -15,7 +15,7 @@ install.packages(file.path(sourcedir,"osmdata_0.1.1.tar.gz"), repos=NULL, type='
### ggplot2
install.packages
(
file.path
(
sourcedir
,
"gtable_0.3.0.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"lazyeval_0.2.2.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"plyr
/plyr
_1.8.4.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"plyr_1.8.4.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"reshape2_1.4.3.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"labeling_0.3.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"colorspace_1.4-1.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
...
...
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