Skip to content

montahdaya/ESEUR-code-data

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The code and data used to create the examples in "Empirical Software Engineering using R" by Derek M. Jones.

Blog post giving some background on the book.

Plots of the data.

If you know of any software engineering data that you think should be included, please let me know.

To install all of the R library packages used by the code type:

source("install.R")

at the R command line (if binaries are not available for your system, then they will be built from source and any dependencies will not automatically be detected).

All programs read the file: ESEUR_config.r. Put a copy of this file in what R considers to be its home directory.

This file sets the variable ESEUR_dir to contain the base directory containing all the code+data. The default value is R's home directory.

The .R files are a superset of what appear in the book. If some data was analyzed and I thought it useful, but could not find a place for it in the book, it was put in a misc/ directory (some files may not have been moved).

The data was very recently compressed to get under Github size limits and reduce download time. You might find some filename strings are missing a .xz.

About

Code and data used to create the examples in "Empirical Software Engineering using R"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • R 59.8%
  • HTML 14.5%
  • Java 9.2%
  • C++ 5.6%
  • C 3.7%
  • Awk 2.8%
  • Other 4.4%