-
Notifications
You must be signed in to change notification settings - Fork 0
/
Top2024packages.R
78 lines (51 loc) · 1.41 KB
/
Top2024packages.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
#Simplifying Data Cleaning
library(janitor)
#Quick Data Summarization
# install.packages("devtools") devtools::install_github("ropensci/skimr")
library(skimr)
#Next-Gen UI for Shiny Apps
library(bslib)
#box: Modularize Your R Scripts
library(box)
#data.table & tidytable: High-Performance Data Manipulation
library(data.table)
library(tidytable)
#renv: Reproducibility Made Easy
library(renv)
#targets: Pipeline Management for Reproducible Workflows
library(targets)
#naniar: Visualizing Missing Data
library(naniar)
# mlr3: Advanced Machine Learning
library(mlr3)
# gt: Making Professional Tables
library(gt)
#GWalkR: Tableau-Like Visualizations in R
libraery(GWalkR)
#torch: Deep Learning in R
library(torch)
#Plumber: Build APIs in R
library(plumber)
# fs: Efficient File System Operations
library(fs)
#correlationfunnel: Turn Correlations into Insights
library(correlationfunnel)
#clock: Super-Powered Date and Time Handling
library(clock)
#furrr: Parallelized Iterative Processing
library(furrr)
#patchwork: Combine Multiple Plots
library(patchwork)
# echarts4r: Interactive Visualizations
library(echarts4r)
#officer: Generate Microsoft Office Documents
library(officer)
# golem: Production-Grade Shiny Applications
library(golem)
# rhino: Fullstack Shiny Development
library(rhino)
#ROI: R Optimization Infrastructure
library(ROI)
# mapgl: Next-Level Mapping with Mapbox GL and MapLibre GL
library(mapgl)
#