Skip to content

Commit 9591d27

Browse files
Maintain package at r-gregmisc
1 parent 524bf8c commit 9591d27

File tree

2 files changed

+6
-21
lines changed

2 files changed

+6
-21
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ Description: Various R programming tools for data manipulation, including:
3838
- wrapper for sample that ensures consistent behavior for both scalar and
3939
vector arguments (resample).
4040
License: GPL-2
41-
URL: https://github.com/arni-magnusson/gdata
42-
BugReports: https://github.com/arni-magnusson/gdata/issues
41+
URL: https://github.com/r-gregmisc/gdata
42+
BugReports: https://github.com/r-gregmisc/gdata/issues

README.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -48,29 +48,14 @@ Development
4848
-----------
4949

5050
The package is developed openly on
51-
[GitHub](https://github.com/arni-magnusson/gdata).
51+
[GitHub](https://github.com/r-gregmisc/gdata).
5252

53-
Feel free to open an [issue](https://github.com/arni-magnusson/gdata/issues)
54-
there if you encounter problems or have suggestions for future versions.
53+
Feel free to open an [issue](https://github.com/r-gregmisc/gdata/issues) there
54+
if you encounter problems or have suggestions for future versions.
5555

5656
The current development version can be installed using:
5757

5858
```R
5959
library(remotes)
60-
install_github("arni-magnusson/gdata")
60+
install_github("r-gregmisc/gdata")
6161
```
62-
63-
Authors
64-
-------
65-
66-
Gregory R. Warnes,
67-
Gregor Gorjanc,
68-
Arni Magnusson,
69-
Liviu Andronic,
70-
Jim Rogers,
71-
Don MacQueen, and
72-
Ales Korosec, with contributions by
73-
Ben Bolker,
74-
Michael Chirico,
75-
Gabor Grothendieck, and
76-
Thomas Lumley.

0 commit comments

Comments
 (0)