Skip to content

Commit c82e5cd

Browse files
committed
Update URLs in _pkgdown.yml, DESCRIPTION, and README.md to reflect the new domain: fastverse.org.
1 parent 49bf44c commit c82e5cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Authors@R: c(person("Morgan", "Jacob", role = c("aut", "cre", "cph"), email = "m
88
Author: Morgan Jacob [aut, cre, cph], Sebastian Krantz [ctb]
99
Maintainer: Morgan Jacob <[email protected]>
1010
Description: Basic functions, implemented in C, for large data manipulation. Fast vectorised ifelse()/nested if()/switch() functions, psum()/pprod() functions equivalent to pmin()/pmax() plus others which are missing from base R. Most of these functions are callable at C level.
11-
URL: https://fastverse.github.io/kit/, https://github.com/fastverse/kit
11+
URL: https://fastverse.org/kit/, https://github.com/fastverse/kit
1212
License: GPL-3
1313
Depends: R (>= 3.1.0)
1414
Suggests: knitr, rmarkdown

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ uniqLen(iris$Species) # Faster than length(unique())
8787

8888
## Documentation
8989

90-
Full documentation available at: https://fastverse.github.io/kit/
90+
Full documentation available at: https://fastverse.org/kit/
9191

9292
## License
9393

_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
url: https://fastverse.github.io/kit/
1+
url: https://fastverse.org/kit/
22

33
home:
44
title: Data Manipulation Functions Implemented in C

0 commit comments

Comments
 (0)