The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

pipeline status
coverage report CRAN_Status_Badge RStudio_downloads_monthly RStudio_downloads_total

excerptr

Introduction

After installation, please read the help page:

help("excerptr-package", package = "excerptr")
#> Excerpt Structuring Comments from Your Code File and Set a Table of
#> Contents
#> 
#> Description:
#> 
#>      This is just an R interface to the python package excerpts
#>      (<https://pypi.org/project/excerpts/>).
#> 
#> Author(s):
#> 
#>      *Maintainer*: Andreas Dominik Cullmann
#>      <mailto:fvafrcu@mailbox.org>
#> 
#> See Also:
#> 
#>      Useful links:
#> 
#>         • <https://gitlab.com/fvafrcu/excerptr>

System Requirements

excerptr needs python3, you probably want to have pandoc and a TeX-System such as TeXLive installed. ## Installation

You can install excerptr from gitlab with:

if (! require("remotes")) install.packages("remotes")
remotes::install_gitlab("fvafrcu/excerptr")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.