ssh into the instance
https://rancher.com/docs/k3s/latest/en/quick-start/
curl -sfL https://get.k3s.io | sh -
| library(dplyr) | |
| library(tibble) | |
| REPO <- "http://cran.rstudio.com" | |
| LICENSE <- "AGPL" | |
| p <- available.packages(repos = REPO) | |
| p_tbl <- as_tibble(p) | |
| p_tbl %>% | |
| filter(License == !!LICENSE) %>% |
| library(dplyr) | |
| library(tibble) | |
| REPO <- "http://cran.rstudio.com" | |
| LICENSE <- "AGPL" | |
| p <- available.packages(repos = REPO) | |
| p_tbl <- as_tibble(p) | |
| p_tbl %>% | |
| filter(License == !!LICENSE) %>% |
| library(shiny) | |
| library(httr) | |
| check_binary <- function(pkg, | |
| version, | |
| distro, # one of windows, xenial, bionic, centos7, centos8, opensuse42, opensuse15 | |
| r_version, | |
| repo_base = "https://packagemanager.rstudio.com/cran/", | |
| verbose = FALSE){ | |
| Order,PID,MS SubClass,MS Zoning,Lot Frontage,Lot Area,Street,Alley,Lot Shape,Land Contour,Utilities,Lot Config,Land Slope,Neighborhood,Condition 1,Condition 2,Bldg Type,House Style,Overall Qual,Overall Cond,Year Built,Year Remod/Add,Roof Style,Roof Matl,Exterior 1st,Exterior 2nd,Mas Vnr Type,Mas Vnr Area,Exter Qual,Exter Cond,Foundation,Bsmt Qual,Bsmt Cond,Bsmt Exposure,BsmtFin Type 1,BsmtFin SF 1,BsmtFin Type 2,BsmtFin SF 2,Bsmt Unf SF,Total Bsmt SF,Heating,Heating QC,Central Air,Electrical,1st Flr SF,2nd Flr SF,Low Qual Fin SF,Gr Liv Area,Bsmt Full Bath,Bsmt Half Bath,Full Bath,Half Bath,Bedroom AbvGr,Kitchen AbvGr,Kitchen Qual,TotRms AbvGrd,Functional,Fireplaces,Fireplace Qu,Garage Type,Garage Yr Blt,Garage Finish,Garage Cars,Garage Area,Garage Qual,Garage Cond,Paved Drive,Wood Deck SF,Open Porch SF,Enclosed Porch,3Ssn Porch,Screen Porch,Pool Area,Pool QC,Fence,Misc Feature,Misc Val,Mo Sold,Yr Sold,Sale Type,Sale Condition,SalePrice | |
| 1,0526301100,020,RL,141,31770,Pave,NA,IR1,Lvl,AllPub,Corner,Gtl,NAmes,Norm |
ssh into the instance
https://rancher.com/docs/k3s/latest/en/quick-start/
curl -sfL https://get.k3s.io | sh -
| rowid | species | island | bill_length_mm | bill_depth_mm | flipper_length_mm | body_mass_g | sex | year | |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Adelie | Torgersen | 39.1 | 18.7 | 181 | 3750 | male | 2007 | |
| 2 | Adelie | Torgersen | 39.5 | 17.4 | 186 | 3800 | female | 2007 | |
| 3 | Adelie | Torgersen | 40.3 | 18 | 195 | 3250 | female | 2007 | |
| 4 | Adelie | Torgersen | NA | NA | NA | NA | NA | 2007 | |
| 5 | Adelie | Torgersen | 36.7 | 19.3 | 193 | 3450 | female | 2007 | |
| 6 | Adelie | Torgersen | 39.3 | 20.6 | 190 | 3650 | male | 2007 | |
| 7 | Adelie | Torgersen | 38.9 | 17.8 | 181 | 3625 | female | 2007 | |
| 8 | Adelie | Torgersen | 39.2 | 19.6 | 195 | 4675 | male | 2007 | |
| 9 | Adelie | Torgersen | 34.1 | 18.1 | 193 | 3475 | NA | 2007 |
This script is designed to make it easy to install multiple versions of Python onto a Linux system. The resulting versions are stored side-by-side in /opt/Python/
install-python,shsudo chmod +x install-python.shsudo ./install-python.sh 3.8.3If you are installing RStudio Team onto an air-gapped RHEL environment you may need to first install additional system dependencies before you will be able to install the RStudio product rpms. Some of these dependencies are available through the standard RedHat yum repo, others may need to be pulled from the EPEL.
The following list names the dependencies by product. The list is based off of RedHat 7 rpms for the corresponding version of RStudio Team.
RStudio Workbench version 1.4.1717-3
rrdtool
sqlite
| !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.violin=t():e.violin=t()}(window,(function(){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return |
With BigQuery's new remote user defined functions (in preview) it is now possible to bring the power of Google Maps to your analytic data warehouse. Using Google Maps API endpoints in Cloud Functions called by BigQuery you can:
By enriching location datasets in BigQuery you can accomplish advanced spatial analysis including: