88# "RCurl",
99# "RJSONIO"
1010# )
11- #
11+ #
1212# install.packages(cran_dependencies)#, lib = library_temp)
1313
1414package_omegahat <- c(
@@ -40,27 +40,27 @@ outcome <- list()
4040for (p in package_github ) {
4141 message(" Installing " , p )
4242 # install.packages(
43- # p,
43+ # p,
4444 # repos = "http://www.omegahat.net/R",
4545 # type = "source"
4646 # #, lib = library_temp
4747 # )
4848 remotes :: install_github(
4949 repo = paste0(" omegahat/" , p )
5050 )
51-
51+
5252 success <- requireNamespace(p , quietly = T )
5353 outcome [[p ]] <- success
54-
54+
5555 message(" success: " , success )
5656 if (success ) remove.packages(p )# , lib = library_temp)
5757}
5858
59- outcome | >
59+ outcome | >
6060 tibble :: enframe(
6161 name = " package" ,
6262 value = " install_success"
63- ) | >
63+ ) | >
6464 dplyr :: mutate(
6565 install_success = as.logical(install_success )
6666 )
@@ -80,39 +80,39 @@ outcome |>
8080# === From GitHub =======
8181# # A tibble: 10 × 2
8282# package install_success
83- # <chr> <lgl>
83+ # <chr> <lgl>
8484# 1 Rcompression FALSE # Please define LIB_BZIP2
85- # 2 RDCOMClient TRUE
85+ # 2 RDCOMClient TRUE
8686# 3 RDCOMServer FALSE # ERROR: dependencies 'SWinRegistry', 'Ruuid' are not available for package 'RDCOMServer'
87- # 4 RGoogleTrends TRUE
88- # 5 RHTMLForms TRUE
87+ # 4 RGoogleTrends TRUE
88+ # 5 RHTMLForms TRUE
8989# 6 RTidyHTML FALSE # make: cc: No such file or directory; make: *** [<builtin>: access.o] Error 127
9090# 7 RUbigraph FALSE # undefined exports: runUbigraph
9191# 8 Sxslt FALSE # Please define LIB_XSLT
9292# 9 SpiderMonkey FALSE # ERROR: dependencies 'RAutoGenRunTime', 'Rffi' are not available for package 'SpiderMonkey'
93- # 10 XMLSchema TRUE
93+ # 10 XMLSchema TRUE
9494
9595# === From omegahat site =======
9696# # A tibble: 20 × 2
9797# package install_success
98- # <chr> <lgl>
99- # 1 CGIwithR TRUE
100- # 2 R2GoogleMaps TRUE
101- # 3 RAmazonDBREST TRUE
102- # 4 Rcompression FALSE # Please define LIB_ZLIB
103- # 5 RDCOMClient TRUE
104- # 6 RDCOMServer FALSE # package ‘RDCOMServer’ is not available for this version of R
105- # 7 Rflickr TRUE
106- # 8 RGoogleDocs TRUE
107- # 9 RGoogleStorage TRUE
108- # 10 RGoogleTrends TRUE
109- # 11 RHTMLForms TRUE
110- # 12 RTidyHTML FALSE # make: cc: No such file or directory; make: *** [<builtin>: access.o] Error 127
111- # 13 RUbigraph FALSE # undefined exports: runUbigraph
112- # 14 SpiderMonkey FALSE # ERROR: dependencies 'RAutoGenRunTime', 'Rffi' are not available for package 'SpiderMonkey
113- # 15 SSOAP TRUE
114- # 16 SXalan FALSE
115- # 17 Sxslt FALSE # Please define LIB_XSLT
116- # 18 WADL TRUE
117- # 19 XMLRPC TRUE
118- # 20 XMLSchema TRUE
98+ # <chr> <lgl>
99+ # 1 CGIwithR TRUE
100+ # 2 R2GoogleMaps TRUE
101+ # 3 RAmazonDBREST TRUE
102+ # 4 Rcompression FALSE # Please define LIB_ZLIB
103+ # 5 RDCOMClient TRUE
104+ # 6 RDCOMServer FALSE # package ‘RDCOMServer’ is not available for this version of R
105+ # 7 Rflickr TRUE
106+ # 8 RGoogleDocs TRUE
107+ # 9 RGoogleStorage TRUE
108+ # 10 RGoogleTrends TRUE
109+ # 11 RHTMLForms TRUE
110+ # 12 RTidyHTML FALSE # make: cc: No such file or directory; make: *** [<builtin>: access.o] Error 127
111+ # 13 RUbigraph FALSE # undefined exports: runUbigraph
112+ # 14 SpiderMonkey FALSE # ERROR: dependencies 'RAutoGenRunTime', 'Rffi' are not available for package 'SpiderMonkey
113+ # 15 SSOAP TRUE
114+ # 16 SXalan FALSE
115+ # 17 Sxslt FALSE # Please define LIB_XSLT
116+ # 18 WADL TRUE
117+ # 19 XMLRPC TRUE
118+ # 20 XMLSchema TRUE
0 commit comments