diff --git a/report/datasets_report.Rmarkdown b/report/datasets_report.Rmarkdown index e4a46b44e65c85ca533c6c1ad378eaea57d6343d..07045af4c2aca146bff536db094f4a7f44a1337e 100644 --- a/report/datasets_report.Rmarkdown +++ b/report/datasets_report.Rmarkdown @@ -72,48 +72,48 @@ List of datasets generated for the project: `r if(file.exists(file_git_commits)){paste(" * Git - - [Git Commits](", file_git_commits, ".gz) (CSV) -- Full list of commits with id, message, time, author, committer, and added, deleted and modifed lines. - - [Git Commits Evol](", file_git_commits_evol, ".gz) (CSV) -- Evolution of number of commits and authors by day. - - [Git Log](", file_git_log, ".gz) (TXT) -- the raw export of git log. + - [Git Commits](../", file_git_commits, ".gz) (CSV) -- Full list of commits with id, message, time, author, committer, and added, deleted and modifed lines. + - [Git Commits Evol](../", file_git_commits_evol, ".gz) (CSV) -- Evolution of number of commits and authors by day. + - [Git Log](../", file_git_log, ".gz) (TXT) -- the raw export of git log. ", sep='')}` `r if(file.exists(file_bz_issues)){paste(" * Bugzilla - - [Bugzilla issues](", file_bz_issues, ".gz) (CSV) -- list of all issues. - - [Bugzilla open issues](", file_bz_issues_open, ".gz) (CSV) -- list of issues in an open state. - - [Bugzilla evolution](",file_bz_evol, ".gz) (CSV) -- weekly time series of issues created. - - [Bugzilla components](", file_bz_components, ".gz) (CSV) -- list of components declared for the project. - - [Bugzilla versions](", file_bz_versions, ".gz) (CSV) -- list of versions declared for the project. + - [Bugzilla issues](../", file_bz_issues, ".gz) (CSV) -- list of all issues. + - [Bugzilla open issues](../", file_bz_issues_open, ".gz) (CSV) -- list of issues in an open state. + - [Bugzilla evolution](../",file_bz_evol, ".gz) (CSV) -- weekly time series of issues created. + - [Bugzilla components](../", file_bz_components, ".gz) (CSV) -- list of components declared for the project. + - [Bugzilla versions](../", file_bz_versions, ".gz) (CSV) -- list of versions declared for the project. ", sep='')}` `r if(file.exists(file_forums_posts)){paste(" * Eclipse Forums - - [Forums Posts](", file_forums_posts, ".gz) (CSV) -- list of all forum posts for this project. - - [Forums threads](", file_forums_threads, ".gz) (CSV) -- list of all forum threads for this project. + - [Forums Posts](../", file_forums_posts, ".gz) (CSV) -- list of all forum posts for this project. + - [Forums threads](../", file_forums_threads, ".gz) (CSV) -- list of all forum threads for this project. ", sep='')}` `r if(file.exists(file_jenkins_builds)){paste(" * Jenkins CI - - [Jenkins CI Builds](", file_jenkins_builds, ".gz) (CSV) -- list of all builds on the Jenkins CI instance. - - [Jenkins CI Jobs](", file_jenkins_jobs, ".gz) (CSV) -- list of all jobs on the Jenkins CI instance. + - [Jenkins CI Builds](../", file_jenkins_builds, ".gz) (CSV) -- list of all builds on the Jenkins CI instance. + - [Jenkins CI Jobs](../", file_jenkins_jobs, ".gz) (CSV) -- list of all jobs on the Jenkins CI instance. ", sep='')}` `r if(file.exists(file_pmi_checks)){paste(" * Eclipse PMI - - [PMI Checks](", file_pmi_checks, ".gz) (CSV) -- list of all checks applied to the Project Management Infrastructure entries for the project. + - [PMI Checks](../", file_pmi_checks, ".gz) (CSV) -- list of all checks applied to the Project Management Infrastructure entries for the project. ", sep='')}` `r if(file.exists(file_sc_authors)){paste(" * ScanCode - - [ScanCode files](", file_sc_pl, ".gz) (CSV) -- list of files identified in the codebase by ScanCode. - - [ScanCode authors](", file_sc_authors, ".gz) (CSV) -- list of authors identified in the codebase by ScanCode. - - [ScanCode copyrights](", file_sc_copyrights, ".gz) (CSV) -- list of copyrights identified in the codebase by ScanCode. - - [ScanCode holders](", file_sc_holders, ".gz) (CSV) -- list of copyright holders identified in the codebase by ScanCode. - - [ScanCode licences](", file_sc_licences, ".gz) (CSV) -- list of licences identified in the codebase by ScanCode. - - [ScanCode packages](", file_sc_packages, ".gz) (CSV) -- list of packages identified in the codebase by ScanCode. - - [ScanCode programming languages](", file_sc_pl, ".gz) (CSV) -- list of programming languages identified in the codebase by ScanCode. + - [ScanCode files](../", file_sc_pl, ".gz) (CSV) -- list of files identified in the codebase by ScanCode. + - [ScanCode authors](../", file_sc_authors, ".gz) (CSV) -- list of authors identified in the codebase by ScanCode. + - [ScanCode copyrights](../", file_sc_copyrights, ".gz) (CSV) -- list of copyrights identified in the codebase by ScanCode. + - [ScanCode holders](../", file_sc_holders, ".gz) (CSV) -- list of copyright holders identified in the codebase by ScanCode. + - [ScanCode licences](../", file_sc_licences, ".gz) (CSV) -- list of licences identified in the codebase by ScanCode. + - [ScanCode packages](../", file_sc_packages, ".gz) (CSV) -- list of packages identified in the codebase by ScanCode. + - [ScanCode programming languages](../", file_sc_pl, ".gz) (CSV) -- list of programming languages identified in the codebase by ScanCode. ", sep='')}` `r if(file.exists(file_sq_metrics)){paste(" * SonarQube - - [SonarQube blocker issues](", file_sq_issues_blocker, ".gz) (CSV) -- list of blocker issues detected by SonarQube. - - [SonarQube critical issues](", file_sq_issues_critical, ".gz) (CSV) -- list of critical issues detected by SonarQube. - - [SonarQube major issues](", file_sq_issues_major, ".gz) (CSV) -- list of major issues detected by SonarQube. - - [SonarQube metrics](", file_sq_metrics, ".gz) (CSV) -- list of code metrics extracted from SonarQube. + - [SonarQube blocker issues](../", file_sq_issues_blocker, ".gz) (CSV) -- list of blocker issues detected by SonarQube. + - [SonarQube critical issues](../", file_sq_issues_critical, ".gz) (CSV) -- list of critical issues detected by SonarQube. + - [SonarQube major issues](../", file_sq_issues_major, ".gz) (CSV) -- list of major issues detected by SonarQube. + - [SonarQube metrics](../", file_sq_metrics, ".gz) (CSV) -- list of code metrics extracted from SonarQube. ", sep='')}`