Replay

No Clocks
tapLock/R/google.R at main · ixpantia/tapLock
Seamless SSO for R applications
Add Authentication and SSO to Your Shiny App
Learn how to implement strong authentication and SSO in Shiny apps with Descope. This guide integrates both OIDC and SAML with Posit Connect for seamless login.
Send Error Reports to the Google Error Reporting Service API
Send error reports to the Google Error Reporting service and view errors and assign error status in the Google Error Reporting user interface.
Powerful Classes for HTTP Requests and Responses
In order to facilitate parsing of http requests and creating appropriate responses this package provides two classes to handle a lot of the housekeeping involved in working with http exchanges. The infrastructure builds upon the rook specification and is thus well suited to be combined with httpuv based web servers.
Dates and Times in R
02. The File System and the Shell – Modern Plain Text Computing
A seminar about the tools you’ll use every day but no-one teaches.
R - ArchWiki
r-lib/producethis: What the Package Does (One Line, Title Case)
Note the use of the /exec folder for different deployable workflows
Deep R Programming
Deep R Programming is a comprehensive and in-depth introductory course on one of the most popular languages for data science. It equips ambitious students, professionals, and researchers with the knowledge and skills to become independent users of this potent environment so that they can tackle any problem related to data wrangling and analytics, numerical computing, statistics, and machine learning. This textbook is a non-profit project. Its online and PDF versions are freely available at https://deepr.gagolewski.com/.
Reactive Resume - A free and open-source resume builder
A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume.
The Most Underrated R packages
A curated list of awesome libraries
The Most Underrated R packages: Part 2
A curated list of awesome and less known R libraries
Managing imports and exports
On Quosures
Exploring Non-Standard Evaluation with rlang's Quosures.
Preventive Care for R Packages
DRY R Package Development
Top Nine ETL Packages for R Programming Tools | Panoply
Discover a curated list of top ETL packages and R programming tools to enhance your data analysis workflow. Stay ahead with our expert recommendations.
Load data from a REST API | dlt Docs
How to extract data from a REST API using dlt's REST API source
Home | OpenLineage
Data lineage is the foundation for a new generation of powerful, context-aware data tools and best practices. OpenLineage enables consistent collection of lineage metadata, creating a deeper understanding of how data is produced and used.
Geolocation with PostgreSQL
We have loaded Open Street Map points of interests in the article The Most
Popular Pub Names — which
compares PostgreSQL with MongoDB for simple geographical queries, and is
part of our PostgreSQL Extensions article series. In
today’s article, look at how to geolocalize an IP address and locate the
nearest pub, all within a single SQL query!
For that, we are going to use the awesome
ip4r extension from
RhodiumToad.
Pipes and Filters pattern - Azure Architecture Center
Break down a task that performs complex processing into a series of separate elements that can be reused or reordered.
A Production Example Using Plumber and Docker – mlr-org
Write a REST API using plumber and deploy it using Docker.
How to Create an R Package with Integrated Shiny Apps
In R, everything is (must be) a package! There are a lot of benefits of using an R package to manage a project. For example, it promotes code organization, reusability, and collaboration by keeping everything related to your project neatly packaged and easily shared.
Using jQuery Core | jQuery Learning Center
$( document ).ready() | jQuery Learning Center
Create and Validate Dockerfiles Programmatically
A toolkit for programmatically creating, modifying, and validating Dockerfiles in R. Provides a pipe-friendly interface for building Docker environments from R sessions, packages, and scripts, with support for templates and automatic system requirement detection.
Get Started with chk
William Michael Landau: Non-blocking Shiny apps
A convenient way to launch a Shiny app without blocking your R session.
Debugging with the RStudio IDE
Introduction
Entering debug mode (stopping)
Stopping on a line
Stopping when a function executes
Stopping when an error occurs
Using the debugger
Environment pane
Code window
Console
Debuggin...