-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i #308 Add Scitools Understand Parser
Adds Scitools Understand Dependencies parser for files and classes. --------- Signed-off-by: Carlos Paradis <[email protected]> Co-authored-by: Nicholas Beydler <[email protected]> Co-authored-by: Carlos Paradis <[email protected]>
- Loading branch information
1 parent
513a3f0
commit ac522b6
Showing
38 changed files
with
607 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ Package: kaiaulu | |
Type: Package | ||
Title: Kaiaulu | ||
Version: 0.0.0.9700 | ||
Description: Kaiaulu is an R package and common interface that helps with understanding evolving software development communities, and the artifacts (gitlog, mailing list, files, etc.) which developers collaborate and communicate about. See Paradis et al., (2012) <doi:10.1007/978-3-031-15116-3_6>. | ||
Description: Kaiaulu is an R package and common interface that helps with understanding evolving software development communities, and the artifacts (gitlog, mailing list, files, etc.) which developers collaborate and communicate about. See Paradis et al., (2012) <doi:10.1007/978-3-031-15116-3_6>. | ||
Authors@R: c( | ||
person('Carlos', 'Paradis', role = c('aut', 'cre'), | ||
email = '[email protected]', | ||
|
@@ -21,6 +21,7 @@ Authors@R: c( | |
person('Anthony', 'Lau', role = c('ctb')), | ||
person('Sean', 'Sunoo', role = c('ctb')), | ||
person('Ian Jaymes', 'Iwata', role= c('ctb')), | ||
person('Raven', 'Quiddaoen', role= c('ctb')), | ||
person('Nicholas', 'Beydler', role = c('ctb')), | ||
person('Mark', 'Burgess', role = c('ctb')) | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.