Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
RaphaelS1 -> xoopR
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael committed Mar 18, 2020
1 parent 7f9905d commit 60b67d7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Imports: checkmate, R6, utils
Suggests: knitr, testthat, devtools, rmarkdown
License: MIT + file LICENSE
LazyData: true
URL: https://raphaels1.github.io/set6/, https://github.com/RaphaelS1/set6
BugReports: https://github.com/RaphaelS1/set6/issues
URL: https://xoopR.github.io/set6/, https://github.com/xoopR/set6
BugReports: https://github.com/xoopR/set6/issues
VignetteBuilder:
knitr
Encoding: UTF-8
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ install.packages("set6")
Or for the latest stable build

```{r,eval=FALSE}
remotes::install_github("RaphaelS1/set6")
remotes::install_github("xoopR/set6")
```

## Main Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ install.packages("set6")
Or for the latest stable build

``` r
remotes::install_github("RaphaelS1/set6")
remotes::install_github("xoopR/set6")
```

## Main Features
Expand Down
13 changes: 7 additions & 6 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
"identifier": "set6",
"description": "An object-oriented package for mathematical sets, upgrading the current gold-standard {sets}. Many forms of mathematical sets are implemented, including (countably finite) sets, tuples, intervals (countably infinite or uncountable), and fuzzy variants. Wrappers extend functionality by allowing symbolic representations of complex operations on sets, including unions, (cartesian) products, exponentiation, and differences (asymmetric and symmetric).",
"name": "set6: R6 Mathematical Sets Interface",
"codeRepository": "https://github.com/RaphaelS1/set6",
"codeRepository": "https://github.com/xoopR/set6",
"relatedLink": [
"https://raphaels1.github.io/set6/",
"https://CRAN.R-project.org/package=set6"
"https://CRAN.R-project.org/package=set6",
"https://xoopR.github.io/set6/"
],
"license": "https://spdx.org/licenses/MIT",
"version": "0.1.3.9000",
Expand Down Expand Up @@ -135,14 +136,14 @@
"name": "utils"
}
],
"releaseNotes": "https://github.com/RaphaelS1/set6/blob/master/NEWS.md",
"readme": "https://github.com/RaphaelS1/set6/blob/master/README.md",
"fileSize": "125.419KB",
"releaseNotes": "https://github.com/xoopR/set6/blob/master/NEWS.md",
"readme": "https://github.com/xoopR/set6/blob/master/README.md",
"fileSize": "125.516KB",
"contIntegration": [
"https://travis-ci.com/RaphaelS1/set6",
"https://ci.appveyor.com/project/RaphaelS1/set6",
"https://codecov.io/gh/RaphaelS1/set6"
],
"developmentStatus": "https://img.shields.io/badge/lifecycle-maturing-blue",
"issueTracker": "https://github.com/RaphaelS1/set6/issues"
"issueTracker": "https://github.com/xoopR/set6/issues"
}

0 comments on commit 60b67d7

Please sign in to comment.