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
056719ca
Commit
056719ca
authored
Sep 08, 2020
by
Jean-Marie Lepioufle
Browse files
update lib
parent
b1886a7a
Changes
6
Hide whitespace changes
Inline
Side-by-side
lib/buildpkgs.R
View file @
056719ca
sourcedir
<-
file.path
(
getwd
(),
"lib"
)
sourcedir
<-
file.path
(
getwd
(),
"lib"
)
# friendlyr's dependencies
## osmdata
## osmdata
install.packages
(
file.path
(
sourcedir
,
"generics_0.0.2.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
,
"lubridate_1.7.4.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"lubridate_1.7.4.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
...
@@ -14,26 +12,25 @@ install.packages(file.path(sourcedir,"sp_1.3-2.tar.gz"), repos=NULL, type='sourc
...
@@ -14,26 +12,25 @@ install.packages(file.path(sourcedir,"sp_1.3-2.tar.gz"), repos=NULL, type='sourc
install.packages
(
file.path
(
sourcedir
,
"osmdata_0.1.1.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"osmdata_0.1.1.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
## friendlyts
## friendlyts
### tidyselect
install.packages
(
file.path
(
sourcedir
,
"tidyselect_1.1.0.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
### dplyr
### dplyr
install.packages
(
file.path
(
sourcedir
,
"
Archive/glue/
glue_1.3.2.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"glue_1.3.2.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"lifecycle_0.2.0.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
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
,
"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
,
"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
,
"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
,
"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
,
"tidyselect_1.1.0.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,"blob_1.2.1.tar.gz"), repos=NULL, type='source')
install.packages
(
file.path
(
sourcedir
,
"
Archive/ellipsis/
ellipsis_0.3.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
,
"generics_0.0.2.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"
Archive/vctrs/
vctrs_0.3.0.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
,
"
Archive/dplyr/
dplyr_1.0.0.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"dplyr_1.0.0.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
### tidyr
### tidyr
install.packages
(
file.path
(
sourcedir
,
"tidyr_0.8.3.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"tidyr_0.8.3.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
### friendlyts
### friendlyts
install.packages
(
file.path
(
sourcedir
,
"timemanip-0.9.4.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"timemanip-0.9.4.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"friendlyts-0.
3.1
.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"friendlyts-0.
4.0
.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
## docopt
## docopt
install.packages
(
file.path
(
sourcedir
,
"docopt_0.6.1.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
install.packages
(
file.path
(
sourcedir
,
"docopt_0.6.1.tar.gz"
),
repos
=
NULL
,
type
=
'source'
)
lib/downloadpkgs
View file @
056719ca
...
@@ -22,9 +22,11 @@ wget --quiet https://cran.r-project.org/src/contrib/Archive/purrr/purrr_0.3.3.ta
...
@@ -22,9 +22,11 @@ wget --quiet https://cran.r-project.org/src/contrib/Archive/purrr/purrr_0.3.3.ta
wget --quiet https://cran.r-project.org/src/contrib/R6_2.4.1.tar.gz
wget --quiet https://cran.r-project.org/src/contrib/R6_2.4.1.tar.gz
wget --quiet https://cran.r-project.org/src/contrib/rlang_0.4.7.tar.gz
wget --quiet https://cran.r-project.org/src/contrib/rlang_0.4.7.tar.gz
wget --quiet https://cran.r-project.org/src/contrib/tibble_3.0.3.tar.gz
wget --quiet https://cran.r-project.org/src/contrib/tibble_3.0.3.tar.gz
wget --quiet https://cran.r-project.org/src/contrib/Archive/pillar/pillar_1.4.3.tar.gz
wget --quiet https://cran.r-project.org/src/contrib/tidyselect_1.1.0.tar.gz
wget --quiet https://cran.r-project.org/src/contrib/tidyselect_1.1.0.tar.gz
wget --quiet https://cran.r-project.org/src/contrib/blob_1.2.1.tar.gz
wget --quiet https://cran.r-project.org/src/contrib/blob_1.2.1.tar.gz
wget --quiet https://cran.r-project.org/src/contrib/
Archive/ellipsis/
ellipsis_0.3.1.tar.gz
wget --quiet https://cran.r-project.org/src/contrib/ellipsis_0.3.1.tar.gz
wget --quiet https://cran.r-project.org/src/contrib/generics_0.0.2.tar.gz
wget --quiet https://cran.r-project.org/src/contrib/generics_0.0.2.tar.gz
wget --quiet https://cran.r-project.org/src/contrib/Archive/vctrs/vctrs_0.3.0.tar.gz
wget --quiet https://cran.r-project.org/src/contrib/Archive/vctrs/vctrs_0.3.0.tar.gz
wget --quiet https://cran.r-project.org/src/contrib/Archive/dplyr/dplyr_1.0.0.tar.gz
wget --quiet https://cran.r-project.org/src/contrib/Archive/dplyr/dplyr_1.0.0.tar.gz
...
...
lib/ellipsis_0.2.0.1.tar.gz
deleted
100644 → 0
View file @
b1886a7a
File deleted
lib/ellipsis_0.3.1.tar.gz
0 → 100644
View file @
056719ca
File added
lib/pillar_1.4.3.tar.gz
0 → 100644
View file @
056719ca
File added
lib/tidyselect_10.1.0.tar.gz
deleted
100644 → 0
View file @
b1886a7a
File deleted
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