-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.qmd
More file actions
71 lines (52 loc) · 1.87 KB
/
index.qmd
File metadata and controls
71 lines (52 loc) · 1.87 KB
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
---
title: ""
toc: false
page-layout: custom
css: css/index.css
anchor-sections: false
---
::::::::: {.hero-banner}
:::::: {#hero-header}
# Build blazingly fast R packages with Rust
Use tools that put developers first.
Get support for publishing to CRAN.
::: {.mt-3}
[](https://github.com/extendr/extendr/actions)
[](https://crates.io/crates/extendr-api)
[](https://docs.rs/extendr-api)
[](https://opensource.org/licenses/MIT)
:::
::::::
:::::: {#hero-cli}
::: {.panel-tabset}
## init
**Get Started** {{< iconify fluent-color:checkmark-circle-32 >}}
Build your first Rust-powered R package in minutes.
```r
# setup R package
usethis::create_package("helloextendr")
# add extendr scaffolding
rextendr::use_extendr()
# build and document package
devtools::document()
# call rust function
hello_world()
#> "Hello world!"
```
For more information, check out our installation and user guides.
→ [Installation Guide](/installation-guide.qmd)
→ [User Guide](/user-guide/index.qmd)
## ls examples/
**See What's Possible** {{< iconify fluent-color:lightbulb-filament-32 >}}
Explore R packages built with extendr. From high-performance data processing to
system integrations, see what the community has built.
→ [Browse awesome-extendr](https://github.com/extendr/awesome-extendr)
## \-\-help
**Join the Community** {{< iconify fluent-color:people-interwoven-32 >}}
extendr has a welcoming and active community of R and Rust developers. Come ask
questions, share your work, or just hang out.
→ [Discord](https://discord.gg/7hmApuc)
→ [GitHub](https://github.com/extendr/extendr)
:::
::::::
:::::::::