Skip to content

Commit 73275cd

Browse files
authored
Update blog2openlandsbasics.qmd
1 parent 8d1a7dc commit 73275cd

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

blogs/test/blog2openlandsbasics.qmd

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,15 @@ R packages are like LEGO blocks—they snap together to build something amazing.
6363
# Other Open-Source Languages
6464
While R excels in statistical computing and is the main open-source language currently being used in the industry, there are others:
6565

66-
- Python: Used extensively for machine learning, artificial intelligence, and deep learning applications. Popular for mathematics courses, processing real-world evidence data, natural language processing of medical texts, and developing prediction models for patient outcomes.
67-
- Julia: A high-performance language specifically designed for numerical and scientific computing. Gaining traction in clinical trial simulations and complex mathematical modeling due to its exceptional speed, particularly useful for large-scale clinical trial simulations and pharmacometric analyses.
68-
- JavaScript: Powers interactive applications and dashboards for clinical trial data visualization. Essential for creating dynamic, web-based reporting tools and interactive safety monitoring displays. Often used with R Shiny applications to enhance user interfaces.
69-
- HTML: The foundation for web-based tasks. Essential for creating structured, accessible documentation that can be easily shared across organizations.
66+
- **Python:** Used extensively for machine learning, artificial intelligence, and deep learning applications. Popular for mathematics courses, processing real-world evidence data, natural language processing of medical texts, and developing prediction models for patient outcomes.
67+
- **Julia:** A high-performance language specifically designed for numerical and scientific computing. Gaining traction in clinical trial simulations and complex mathematical modeling due to its exceptional speed, particularly useful for large-scale clinical trial simulations and pharmacometric analyses.
68+
- **JavaScript:** Powers interactive applications and dashboards for clinical trial data visualization. Essential for creating dynamic, web-based reporting tools and interactive safety monitoring displays. Often used with R Shiny applications to enhance user interfaces.
69+
- **HTML:** The foundation for web-based tasks. Essential for creating structured, accessible documentation that can be easily shared across organizations.
7070

7171
# Integrated Development Environments (IDEs)
7272

7373
An Integrated Development Environment (IDE) is like a sophisticated text editor specifically designed for writing code. Instead of just typing R commands into a basic console, an IDE provides a complete workspace with helpful features like syntax highlighting (coloring your code for readability), error checking, code completion, and integrated help. Think of it as the difference between writing in a basic notepad versus using a modern word processor with spell check, formatting, and other helpful tools.
74+
7475
The right IDE can significantly improve your coding efficiency and help maintain good programming practices. It brings together all the tools you need - code editor, R console, file management, and visualization tools - into one organized interface.
7576

7677
# RStudio
@@ -132,7 +133,7 @@ Other IDEs are available and may be useful depending on your needs. Here are som
132133
# Popular Packages
133134
So you have R in the R Studio IDE, let's introduce some essential packages to start your journey.
134135

135-
## Base R: Your Foundation
136+
# Base R: Your Foundation
136137
Base R comes pre-installed with your R installation and includes fundamental tools for:
137138

138139
- Data structures (vectors, matrices, data frames)
@@ -237,9 +238,7 @@ That's it! You've just completed your first R analysis. From here, you can explo
237238
# Further Reading and Links
238239

239240
- **Further Reading:**
240-
241241
"R for Data Science" by Hadley Wickham & Garrett Grolemund
242-
243242
- Essential guide for modern R programming
244243
- Free online: [R for Data Science eBook](https://r4ds.hadley.nz/)
245244

0 commit comments

Comments
 (0)