Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 2.24 KB

README.md

File metadata and controls

50 lines (32 loc) · 2.24 KB

Literate Programming for scientific publishing demonstration

... or Lit-pro-sci-pub-demo.

This is the repository for an R file that demonstrates the concept of Literate Programming applied to scientific publishing.

Literate Programming combines data analysis with documentation. It can therefore contribute to reproducible research by enabling reproducibilty.

All of the data processing and documentation contained in this directory was generated by rendering the main.rmd file.

Conceivably, Literate Programming could be combined with a Docker image of all of the data for complete portability of results. This is discussed in more detail in main.PDF.

Requirements

How To Use This Code

I've split this off into the HOWTO.md file.

Documentation

Documentation is provided in the publications directory in several forms:

All of these files are generated from main.Rmd. That's kind of the point of Literate Programming; your code is your documentation, and vice-versa.

Releases

You can find the most recent stable version of this code in the releases part of this repository.

Reporting Bugs and Requesting Improvements

This software is provided as is, with no guarantees.

Please use the issue tracker to report problems or request improvements.

Authors

You can get in contact with me by raising an issue.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

  • Many thanks to Nikola Vasiljevic at DTU for encouraging me to get this written up.

END OF FILE