- Notifications
You must be signed in to change notification settings - Fork0
License
Unknown, MIT licenses found
Licenses found
Unknown
LICENSEMIT
LICENSE.mdNotificationsYou must be signed in to change notification settings
christopherkenny/typr
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The goal oftypr is to render Typst documents from R. By default, itwill try to use the Typst CLI. If the Typst CLI is not installed, itwill try to use Quarto, which bundles Typst.
You can install the development version oftypr fromGitHub with:
# install.packages('pak')pak::pak('christopherkenny/typr')
The following example shows how to usetypr to render a Typstdocument. It can take a path to a file or lines to use. Below, I passlines to compile:
library(typr)doc<- c('#set page(height: auto, width: auto)','= Example Doc','Some text')typr_compile(doc,output_format='png')#> C:/Users/chris/AppData/Local/Temp/Rtmpeow7sK/filea881b5c2983.png
About
Resources
License
Unknown, MIT licenses found
Licenses found
Unknown
LICENSEMIT
LICENSE.mdUh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.

