Skip to content

indraniel/weaver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An opinionated Markdown/RMarkdown to HTML processor

Resources

License

Stars

Watchers

Forks

Packages

No packages published