Skip to content

Commit

Permalink
sending to cran
Browse files Browse the repository at this point in the history
  • Loading branch information
pachadotdev committed Aug 7, 2023
1 parent 066fb49 commit 83b3a1f
Show file tree
Hide file tree
Showing 33 changed files with 1,300 additions and 335 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Expand Up @@ -18,3 +18,4 @@ LICENSE
svg/
vignettes/basic-usage_cache/
^\.github$
^cran-comments\.md$
2 changes: 1 addition & 1 deletion DESCRIPTION
Expand Up @@ -4,7 +4,7 @@ Title: Computational Methods for Economic Complexity
Version: 1.5.0
Authors@R: c(
person(given = "Mauricio",
family = "Vargas",
family = "Vargas Sepulveda",
role = c("aut", "cre", "cph"),
email = "m.sepulveda@mail.utoronto.ca",
comment = c(ORCID = "0000-0003-1017-7574")
Expand Down
37 changes: 22 additions & 15 deletions codemeta.json
Expand Up @@ -4,16 +4,16 @@
"identifier": "economiccomplexity",
"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.",
"name": "economiccomplexity: Computational Methods for Economic Complexity",
"codeRepository": "https://github.com/pachadotdev/economiccomplexity",
"codeRepository": "https://pacha.dev/economiccomplexity/",
"issueTracker": "https://github.com/pachadotdev/economiccomplexity/issues/",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "1.4.0",
"version": "1.5.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.2.0 (2022-04-22)",
"runtimePlatform": "R version 4.3.1 (2023-06-16)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -24,8 +24,8 @@
{
"@type": "Person",
"givenName": "Mauricio",
"familyName": "Vargas",
"email": "mvargas@dcc.uchile.cl",
"familyName": "Vargas Sepulveda",
"email": "m.sepulveda@mail.utoronto.ca",
"@id": "https://orcid.org/0000-0003-1017-7574"
}
],
Expand Down Expand Up @@ -53,17 +53,17 @@
{
"@type": "Person",
"givenName": "Mauricio",
"familyName": "Vargas",
"email": "mvargas@dcc.uchile.cl",
"familyName": "Vargas Sepulveda",
"email": "m.sepulveda@mail.utoronto.ca",
"@id": "https://orcid.org/0000-0003-1017-7574"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Mauricio",
"familyName": "Vargas",
"email": "mvargas@dcc.uchile.cl",
"familyName": "Vargas Sepulveda",
"email": "m.sepulveda@mail.utoronto.ca",
"@id": "https://orcid.org/0000-0003-1017-7574"
}
],
Expand Down Expand Up @@ -93,6 +93,18 @@
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "ggplot2",
"name": "ggplot2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=ggplot2"
},
{
"@type": "SoftwareApplication",
"identifier": "ggraph",
Expand Down Expand Up @@ -175,10 +187,5 @@
},
"SystemRequirements": null
},
"fileSize": "1731.904KB",
"relatedLink": ["https://pacha.dev/economiccomplexity/", "https://CRAN.R-project.org/package=economiccomplexity"],
"readme": "https://github.com/pachadotdev/economiccomplexity/blob/master/README.md",
"contIntegration": ["https://github.com/pachadotdev/economiccomplexity/actions/workflows/R-CMD-check.yaml", "https://app.codecov.io/gh/pachadotdev/economiccomplexity?branch=master"],
"developmentStatus": ["https://www.repostatus.org/#active", "https://www.tidyverse.org/lifecycle/#stable"],
"keywords": ["r", "matrix", "eigenvalues", "eigenvectors", "recursive-algorithm", "networks", "graphs", "international-trade", "economic-complexity"]
"fileSize": "3745.362KB"
}
5 changes: 5 additions & 0 deletions cran-comments.md
@@ -0,0 +1,5 @@
## R CMD check results

0 errors | 0 warnings | 1 note

* This is a new release.
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion docs/CODE_OF_CONDUCT.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 83b3a1f

Please sign in to comment.