Skip to content

Commit

Permalink
update the copyright holder in the DESCRIPTION file
Browse files Browse the repository at this point in the history
  • Loading branch information
khaled-alshamaa committed Jul 30, 2020
1 parent d3c0b55 commit 03feb67
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .Rproj.user/793EACD/pcs/files-pane.pper
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"path" : "C:/Users/Kel-shamaa/OneDrive - CGIAR/ICARDA/Ongoing Activities/Systems API/R Package",
"path" : "C:/Users/Kel-shamaa/OneDrive - CGIAR/ICARDA/Ongoing Activities/Systems API/QBMS/R Package",
"sortOrder" : [
{
"ascending" : true,
Expand Down
2 changes: 1 addition & 1 deletion .Rproj.user/793EACD/pcs/source-pane.pper
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"activeTab" : -1
"activeTab" : 1
}
2 changes: 1 addition & 1 deletion .Rproj.user/793EACD/pcs/windowlayoutstate.pper
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"left" : {
"panelheight" : 774,
"splitterpos" : 325,
"topwindowstate" : "HIDE",
"topwindowstate" : "NORMAL",
"windowheight" : 813
},
"right" : {
Expand Down
4 changes: 2 additions & 2 deletions .Rproj.user/793EACD/pcs/workbench-pane.pper
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"TabSet1" : 3,
"TabSet2" : 3,
"TabSet1" : 0,
"TabSet2" : 0,
"TabZoom" : {
}
}
4 changes: 2 additions & 2 deletions .Rproj.user/793EACD/sources/prop/FF96F179
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"cursorPosition" : "48,0",
"scrollLine" : "45"
"cursorPosition" : "29,0",
"scrollLine" : "0"
}
2 changes: 2 additions & 0 deletions .Rproj.user/793EACD/sources/prop/INDEX
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
C%3A%2FUsers%2FKel-shamaa%2FAppData%2FLocal%2FMicrosoft%2FWindows%2FINetCache%2FContent.Outlook%2FSTTPDBU3%2FModel%20Pedigree%20Matrix%20v2.R="610AD113"
C%3A%2FUsers%2FKel-shamaa%2FOneDrive%20-%20CGIAR%2FICARDA%2FOngoing%20Activities%2FINDMS%2Fbms-dashboard%2Fbms-dashboard.Rmd="3D454BB8"
C%3A%2FUsers%2FKel-shamaa%2FOneDrive%20-%20CGIAR%2FICARDA%2FOngoing%20Activities%2FSystems%20API%2FQBMS%2FDESCRIPTION="C3DA5C4"
C%3A%2FUsers%2FKel-shamaa%2FOneDrive%20-%20CGIAR%2FICARDA%2FOngoing%20Activities%2FSystems%20API%2FQBMS%2FR%20Package%2FDESCRIPTION="4A67CD2A"
C%3A%2FUsers%2FKel-shamaa%2FOneDrive%20-%20CGIAR%2FICARDA%2FOngoing%20Activities%2FSystems%20API%2FQBMS%2FR%20Package%2FR%2Fqbms.R="2FE3D6AD"
C%3A%2FUsers%2FKel-shamaa%2FOneDrive%20-%20CGIAR%2FICARDA%2FOngoing%20Activities%2FSystems%20API%2FQBMS%2FR%20Package%2FREADME.md="E73CF90"
C%3A%2FUsers%2FKel-shamaa%2FOneDrive%20-%20CGIAR%2FICARDA%2FOngoing%20Activities%2FSystems%20API%2FQBMS%2FR%2Fqbms.R="BC82DB17"
C%3A%2FUsers%2FKel-shamaa%2FOneDrive%20-%20CGIAR%2FICARDA%2FOngoing%20Activities%2FSystems%20API%2FQBMS%2Fexample.R="FF96F179"
Expand Down
1 change: 0 additions & 1 deletion .Rproj.user/shared/notebooks/paths
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
C:/Users/Kel-shamaa/OneDrive - CGIAR/ICARDA/Ongoing Activities/INDMS/bms-dashboard/bms-dashboard.Rmd="DADB3679"
C:/Users/Kel-shamaa/OneDrive - CGIAR/ICARDA/Zak-Shared/General scripts/From Zak/IN AsREML/Data/sandbox/FAGE_analysis_BMS.R="B746437"
C:/Users/Kel-shamaa/OneDrive - CGIAR/ICARDA/Zak-Shared/General scripts/From Zak/IN AsREML/Data/sandbox/pedigree.R="FB587B81"
9 changes: 6 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ Type: Package
Version: 0.4
Date: 2020-07-01
Title: Query Breeding Management System (BMS)
Authors@R: c(person("Khaled", "Al-Shamaa", role = c("aut", "cre"), email = "[email protected]"))
Authors@R: c(
person("Khaled", "Al-Shamaa", role = c("aut", "cre"), email = "[email protected]"),
person("International Center for Agricultural Research in the Dry Areas (ICARDA)", role = c("cph"))
)
Author: Khaled Al-Shamaa [aut, cre]
Maintainer: Khaled Al-Shamaa <k.el-shamaa@cgiar>
Maintainer: Khaled Al-Shamaa <k.el-shamaa@cgiar.org>
Depends: R (>= 3.1.0), httr, tcltk, jsonlite, plyr, dplyr, data.table
Description: R package to Query Breeding Management System database (using API calls) in favor of scientists/researchers as a targeted end users who want to retrieve their experiments data directly into R statistical analyzing environment.
Description: R package to Query the Breeding Management System database (using BrAPI calls) in favor of scientists/researchers as targeted end-users who want to retrieve their experiments data directly into R statistical analyzing environment.
License: GPL (>= 3)
URL: https://github.com/khaled-alshamaa/QBMS
BugReports: https://github.com/khaled-alshamaa/QBMS/issues
Expand Down

0 comments on commit 03feb67

Please sign in to comment.