Categorygithub.com/indraniel/weaver
modulepackage
0.0.4
Repository: https://github.com/indraniel/weaver.git
Documentation: pkg.go.dev

# README

This is alpha-stage software. All aspects are subject to change.

Weaver

A standalone Markdown/RMarkdown processor. It is used to make quick static and standalone laboratory notebook pages.

Dependencies

weaver is assuming that R (>=3.1.0) is already installed on your system and accessible to the weaver user.

Developer Notes

The assets/assets.go file embeds the HTML templates and R scripts used by weaver. It allows for a standalone executable. This is how to generate the assets.go file via go-bindata:

go get -v -u github.com/jteeuwen/go-bindata/...
export PATH=$GOPATH/bin:$PATH
go generate -x ./assets
less assets/assets.go

LICENSE

ISC

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author