Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Functions
  • Comparison with other Yandex Cloud services
    • Overview
    • Programming model
    • Managing dependencies
    • Request handler
    • Invocation context
    • Logging
    • Handling errors
  • Tools
  • Pricing policy
  • Access management
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • FAQ
  1. Developing in R
  2. Overview

Developing in R. Overview

Written by
Yandex Cloud
Updated at May 5, 2025

With Cloud Functions, you can run applications written in R.

The service provides several runtime environments with different versions. We do not recommend using obsolete versions of runtime environments.

Name Version of R Operating
system
Preloaded Supported by
r42 4.2.2 Ubuntu 18.04 No No
r43 4.3.1 Ubuntu 22.04 LTS No Yes

When creating a new function version, the builder may automatically install dependencies required for the function to run. For more information about the requirements and restrictions, see Building and managing R function dependencies.

The runtime environment automatically loads your code and invokes the request handler you specified. It receives an incoming request and the invocation context as arguments. The context contains additional information about the function parameters.

Cloud Functions automatically captures an application's standard output streams and sends them to the centralized logging system available in Yandex Cloud. This system also logs service records about the start and end of each function and any errors that occur during its execution. For more information about the log format, see R function runtime logging.

If you want to learn more about how to write in R or how certain statements work, we recommend taking a basic course on Stepik.

Was the article helpful?

Previous
Using the SDK
Next
Programming model
© 2025 Direct Cursus Technology L.L.C.