Skip to content

Commit 41a1106

Browse files
Deploying to gh-pages from @ cf00d08 🚀
1 parent ca08b6c commit 41a1106

5 files changed

Lines changed: 8 additions & 10 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ We provide a simple R interface to the
44
[tinycc](https://github.com/TinyCC/tinycc) compiler including the cli
55
and the libtcc library. This is mainly a vehicule for the tinycc
66
compiler and libtcc library. Right now only basic functionalities are
7-
implemented and some warnings remain since libtcc uses printf and other
8-
symbols R CMD check does not like.
7+
implemented and we do not support windows.
98

109
## Installation
1110

@@ -46,7 +45,7 @@ tcc_relocate(state)
4645
tcc_call_symbol(state, "forty_two", return = "int")
4746
#> [1] 42
4847
tcc_get_symbol(state, "forty_two")
49-
#> <pointer: 0x6176ed22e000>
48+
#> <pointer: 0x5c9fb6cc3000>
5049
#> attr(,"class")
5150
#> [1] "tcc_symbol"
5251
```

llms.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ We provide a simple R interface to the
44
[tinycc](https://github.com/TinyCC/tinycc) compiler including the cli
55
and the libtcc library. This is mainly a vehicule for the tinycc
66
compiler and libtcc library. Right now only basic functionalities are
7-
implemented and some warnings remain since libtcc uses printf and other
8-
symbols R CMD check does not like.
7+
implemented and we do not support windows.
98

109
## Installation
1110

@@ -46,7 +45,7 @@ tcc_relocate(state)
4645
tcc_call_symbol(state, "forty_two", return = "int")
4746
#> [1] 42
4847
tcc_get_symbol(state, "forty_two")
49-
#> <pointer: 0x6176ed22e000>
48+
#> <pointer: 0x5c9fb6cc3000>
5049
#> attr(,"class")
5150
#> [1] "tcc_symbol"
5251
```

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pandoc: 3.1.11
22
pkgdown: 2.2.0
33
pkgdown_sha: ~
44
articles: {}
5-
last_built: 2025-12-19T16:36Z
5+
last_built: 2025-12-19T17:06Z
66
urls:
77
reference: https://sounkou-bioinfo.github.io/Rtinycc/reference
88
article: https://sounkou-bioinfo.github.io/Rtinycc/articles

search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)