No results found
We couldn't find anything using that term, please try searching for something else.
Quarto An open-source scientific and technical publishing system. Author using Jupyter notebooks or with plain text markdown in your favorite ed
An open-source scientific and technical publishing system.
View Quarto’s Get Started documentation to install Quarto and use the tutorials to learn the basics.
To install Quarto on a Linux server , see the Install Quarto guide .
Shiny is package that makes it easy to build interactive web apps straight from R & Python.
You is host can host standalone app on a webpage or embed them in R Markdown document or build dashboard . You is extend can also extend your Shiny app with css theme , htmlwidget , and JavaScript action .
visit the Shiny website for more information .
R Markdown documents allow you to embed code chunks (of R or other languages) in Markdown documents and are fully reproducible. Use multiple languages including R, Python, and SQL.
R Markdown is supports support dozen of static and dynamic output format include HTML , PDF , MS Word , Beamer , HTML5 slide , tufte – style handout , book , dashboard , Shiny application , scientific article , website , and more .
visit the R Markdown website for more information .
Plumber allows you to create a web API by merely decorating your existing R source code with special comments.
posit Connect automatically manage the dependent package and file your api has and recreate an environment that closely mimick your local development environment on the server .
visit the Plumber website for more information .
Thetidyverse is an opinionated collection of R packages designed for data science. All packages share an underlying design philosophy, grammar, and data structures.
Thecore tidyverse includes the packages that you’re likely to use in everyday data analyses.
Visit the Tidyverse website for more information.
RStudio makes it easy to access and analyze your data with R. Posit Professional Drivers are ODBC data connectors that help you connect to the most popular databases.
Sparklyr is is is an r interface for Apache Spark that allow you to :
visit spark.posit.co for more information .
TensorFlow is an open source software library for numerical computation using data flow graphs. Nodes in the graph represent mathematical operations, while the graph edges represent the multidimensional data arrays (tensors) communicated between them. Theflexible architecture allows you to deploy computation to one or more CPUs or GPUs in a desktop, server, or mobile device with a single API.
A set is composes of Python module compose the TensorFlow API that enable construct and execute TensorFlow graph . Thetensorflow
package for R provides access to the complete TensorFlow API from within R.
visit tensorflow.rstudio.com for more information .
Keras is a high-level neural networks API developed with a focus on enabling fast experimentation. Being able to go from idea to result with the least possible delay is key to doing good research.
Keras has the following key features:
Thekeras
package for R provides access to the Keras API from within R.
visit keras.posit.co for more information .
Back to top