RShortener stable
vai_a
An easy R + Shiny tool to make shorteners for your organization
Contatto tecnico Paolo Veronesi
Vitalità:
56%
L’indice di vitalità, così come previsto nelle linee guida sull’acquisizione e riuso di software per la PA, è calcolato prendendo in considerazione le seguenti quattro categorie:
- Code activity: il numero di commit e merge giornalieri;
- Release history: il numero di release giornaliere;
- User community: il numero di autori unici;
- Longevity: l’età del progetto.
I range di ogni misura possono essere trovati nel file vitality-ranges.yml.
Stato di sviluppo: stabile
Funzionalità del software
Building shorteners with Google sheets
Informazioni di dettaglio
RShortener stable
vai_a
Ultimo rilascio 2021-07-21 (stable)
Tipo di manutenzione community
Licenza AGPL-3.0-or-later
Piattaforme
linux
windows
mac
Piattaforme abilitanti Nessuna
Conformità Nessuna
Lista dipendenze Nessuna
Descrizione estesa
A simple solution written in R and deployed as a Shiny application to make url shorteners for your organization. The only thing you need to do is to create a Google Sheet and edit it as in the provided example, then deploy the app and run it with your Shiny server. A simple solution written in R and deployed as a Shiny application to make url shorteners for your organizations. The only thing to do is to create a Google Sheet and edit it as the provided example at: https://docs.google.com/spreadsheets/d/1DFNJmrY92HQb7hFM-7ONC0tVvu0nRIfP-jPodO_hxpc Edit app.R in order to point to the new Google Sheet by replacing this line: getURL( “https://docs.google.com/spreadsheets/d/1DFNJmrY92HQb7hFM-7ONC0tVvu0nRIfP-jPodO_hxpc/gviz/tq?tqx=out:csv&sheet=Shortener”, ssl.verifypeer = FALSE ) with the address of your Google Sheet (you should remove ssl.verifypeer=FALSE if your Shiny server allows secure connections). Then load your app by adding a question mark (‘?’) and a short name at the end of the url like in this example. https://arpae.shinyapps.io/vai_a/?Arpa Obviously, the shortener works better if you deploy the app at an easy (and short) subdomain in your organizations.