Coder Social home page Coder Social logo

yamldebugger's Introduction

yamldebugger R package

Quickie for the installation and first tests

# needed only for package installation or update
library(devtools)
devtools::install_github("lborke/yamldebugger")

# load the package every time you want to use 'yamldebugger'
library(yamldebugger)

allKeywords
"plot" %in% allKeywords

first real function :

help(yaml.debugger.init)
d_init = yaml.debugger.init("c:/test", show_keywords = TRUE)

second real function :

help(yaml.debugger.get.qnames)
qnames = yaml.debugger.get.qnames(d_init$RootPath)

Application example. Make sure you have some Q folders on your local disk for validating. Let 'workdir' be the folder where the Q folders are stored, e.g. the local version of the git repository containing Qs.

workdir = "c:/test"
	
d_init = yaml.debugger.init(workdir, show_keywords = TRUE)
	
qnames = yaml.debugger.get.qnames(d_init$RootPath)
	
d_results = yaml.debugger.run(qnames, d_init)
	
OverView = yaml.debugger.summary(qnames, d_results, summaryType = "mini")

Citing yamldebugger

If you use yamldebugger in your research or wish to refer to the Quantlets validated by this R package, please use the following BibTeX entry.

@Manual{yamldebugger,
    title = {yamldebugger: YAML parser debugger according to the QuantNet style guide},
    author = {Lukas Borke},
    year = {2017},
    note = {R package version 1.0},
    url = {https://github.com/lborke/yamldebugger}
}

A more sophisticated overview and background information is provided by:

@phdthesis{Borke2017Thesis,
    author = {Borke, Lukas},
    title = {Dynamic Clustering and Visualization of Smart Data via D3-3D-LSA},
    school = {Humboldt-Universität zu Berlin, Wirtschaftswissenschaftliche Fakultät},
    year = {2017},
    doi = {http://dx.doi.org/10.18452/18307}
}

yamldebugger's People

Contributors

lborke avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.