No Clocks

No Clocks

2688 bookmarks
Custom sorting
Add Authentication and SSO to Your Shiny App
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.
·descope.com·
Add Authentication and SSO to Your Shiny App
Powerful Classes for HTTP Requests and Responses
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.
·reqres.data-imaginist.com·
Powerful Classes for HTTP Requests and Responses
Deep R Programming
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/.
·deepr.gagolewski.com·
Deep R Programming
On Quosures
On Quosures
Exploring Non-Standard Evaluation with rlang's Quosures.
·brodieg.com·
On Quosures
Top Nine ETL Packages for R Programming Tools | Panoply
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.
·blog.panoply.io·
Top Nine ETL Packages for R Programming Tools | Panoply
Home | OpenLineage
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.
·openlineage.io·
Home | OpenLineage
Geolocation with PostgreSQL
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.
·tapoueh.org·
Geolocation with PostgreSQL
How to Create an R Package with Integrated Shiny Apps
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.
·linkedin.com·
How to Create an R Package with Integrated Shiny Apps
Create and Validate Dockerfiles Programmatically
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.
·r-pkg.thecoatlessprofessor.com·
Create and Validate Dockerfiles Programmatically
Debugging with the RStudio IDE
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...
·support.posit.co·
Debugging with the RStudio IDE