Skip to content

Commit 83b3a1f

Browse files
committed
sending to cran
1 parent 066fb49 commit 83b3a1f

33 files changed

+1300
-335
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ LICENSE
1818
svg/
1919
vignettes/basic-usage_cache/
2020
^\.github$
21+
^cran-comments\.md$

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Title: Computational Methods for Economic Complexity
44
Version: 1.5.0
55
Authors@R: c(
66
person(given = "Mauricio",
7-
family = "Vargas",
7+
family = "Vargas Sepulveda",
88
role = c("aut", "cre", "cph"),
99
email = "[email protected]",
1010
comment = c(ORCID = "0000-0003-1017-7574")

codemeta.json

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"identifier": "economiccomplexity",
55
"description": "A wrapper of different methods from Linear Algebra for the equations introduced in The Atlas of Economic Complexity and related literature. This package provides standard matrix and graph output that can be used seamlessly with other packages. See <doi:10.21105/joss.01866> for a summary of these methods and its evolution in literature.",
66
"name": "economiccomplexity: Computational Methods for Economic Complexity",
7-
"codeRepository": "https://github.com/pachadotdev/economiccomplexity",
7+
"codeRepository": "https://pacha.dev/economiccomplexity/",
88
"issueTracker": "https://github.com/pachadotdev/economiccomplexity/issues/",
99
"license": "https://spdx.org/licenses/GPL-3.0",
10-
"version": "1.4.0",
10+
"version": "1.5.0",
1111
"programmingLanguage": {
1212
"@type": "ComputerLanguage",
1313
"name": "R",
1414
"url": "https://r-project.org"
1515
},
16-
"runtimePlatform": "R version 4.2.0 (2022-04-22)",
16+
"runtimePlatform": "R version 4.3.1 (2023-06-16)",
1717
"provider": {
1818
"@id": "https://cran.r-project.org",
1919
"@type": "Organization",
@@ -24,8 +24,8 @@
2424
{
2525
"@type": "Person",
2626
"givenName": "Mauricio",
27-
"familyName": "Vargas",
28-
"email": "[email protected]",
27+
"familyName": "Vargas Sepulveda",
28+
"email": "[email protected]",
2929
"@id": "https://orcid.org/0000-0003-1017-7574"
3030
}
3131
],
@@ -53,17 +53,17 @@
5353
{
5454
"@type": "Person",
5555
"givenName": "Mauricio",
56-
"familyName": "Vargas",
57-
"email": "[email protected]",
56+
"familyName": "Vargas Sepulveda",
57+
"email": "[email protected]",
5858
"@id": "https://orcid.org/0000-0003-1017-7574"
5959
}
6060
],
6161
"maintainer": [
6262
{
6363
"@type": "Person",
6464
"givenName": "Mauricio",
65-
"familyName": "Vargas",
66-
"email": "[email protected]",
65+
"familyName": "Vargas Sepulveda",
66+
"email": "[email protected]",
6767
"@id": "https://orcid.org/0000-0003-1017-7574"
6868
}
6969
],
@@ -93,6 +93,18 @@
9393
},
9494
"sameAs": "https://CRAN.R-project.org/package=knitr"
9595
},
96+
{
97+
"@type": "SoftwareApplication",
98+
"identifier": "ggplot2",
99+
"name": "ggplot2",
100+
"provider": {
101+
"@id": "https://cran.r-project.org",
102+
"@type": "Organization",
103+
"name": "Comprehensive R Archive Network (CRAN)",
104+
"url": "https://cran.r-project.org"
105+
},
106+
"sameAs": "https://CRAN.R-project.org/package=ggplot2"
107+
},
96108
{
97109
"@type": "SoftwareApplication",
98110
"identifier": "ggraph",
@@ -175,10 +187,5 @@
175187
},
176188
"SystemRequirements": null
177189
},
178-
"fileSize": "1731.904KB",
179-
"relatedLink": ["https://pacha.dev/economiccomplexity/", "https://CRAN.R-project.org/package=economiccomplexity"],
180-
"readme": "https://github.com/pachadotdev/economiccomplexity/blob/master/README.md",
181-
"contIntegration": ["https://github.com/pachadotdev/economiccomplexity/actions/workflows/R-CMD-check.yaml", "https://app.codecov.io/gh/pachadotdev/economiccomplexity?branch=master"],
182-
"developmentStatus": ["https://www.repostatus.org/#active", "https://www.tidyverse.org/lifecycle/#stable"],
183-
"keywords": ["r", "matrix", "eigenvalues", "eigenvectors", "recursive-algorithm", "networks", "graphs", "international-trade", "economic-complexity"]
190+
"fileSize": "3745.362KB"
184191
}

cran-comments.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## R CMD check results
2+
3+
0 errors | 0 warnings | 1 note
4+
5+
* This is a new release.

docs/404.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CODE_OF_CONDUCT.html

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)