Skip to content

Commit

Permalink
Merge pull request #59 from r-lib/move-to-r-lib
Browse files Browse the repository at this point in the history
emilhvitfeldt -> r-lib
  • Loading branch information
EmilHvitfeldt authored May 21, 2024
2 parents a00d2bb + 1ad66a5 commit e0fa91d
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 14 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Description: Provides sparse vectors powered by ALTREP that behave like
tools to convert between sparse matrices and data frames with sparse
columns and functions to interact with sparse vectors.
License: MIT + file LICENSE
URL: https://github.com/EmilHvitfeldt/sparsevctrs,
https://emilhvitfeldt.github.io/sparsevctrs/
BugReports: https://github.com/EmilHvitfeldt/sparsevctrs/issues
URL: https://github.com/r-lib/sparsevctrs,
https://r-lib.github.io/sparsevctrs/
BugReports: https://github.com/r-lib/sparsevctrs/issues
Depends:
R (>= 4.0.0)
Imports:
Expand All @@ -30,7 +30,7 @@ Suggests:
withr
VignetteBuilder:
knitr
Config/Needs/website: rmarkdown, lobstr, ggplot2, bench, tidyr, ggbeeswarm
Config/Needs/website: tidyverse/tidytemplate, rmarkdown, lobstr, ggplot2, bench, tidyr, ggbeeswarm
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Expand Down
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ set.seed(1234)
# sparsevctrs

<!-- badges: start -->
[![R-CMD-check](https://github.com/EmilHvitfeldt/sparsevctrs/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/EmilHvitfeldt/sparsevctrs/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/EmilHvitfeldt/sparsevctrs/branch/main/graph/badge.svg)](https://app.codecov.io/gh/EmilHvitfeldt/sparsevctrs?branch=main)
[![R-CMD-check](https://github.com/r-lib/sparsevctrs/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-lib/sparsevctrs/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/r-lib/sparsevctrs/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/sparsevctrs?branch=main)
<!-- badges: end -->

The goal of sparsevctrs is to provide a sparse vector [ALTREP](https://svn.r-project.org/R/branches/ALTREP/ALTREP.html) class. With this, you can have sparse data in the form of sparse columns in `data.frame` or [tibble](https://tibble.tidyverse.org/). Due to the nature of how ALTREP vectors work, these sparse vectors will behave like the normal dense vectors you are used you. The vectors will contain their sparseness as much as they can, and only materialize when they have to.
Expand All @@ -28,7 +28,7 @@ The goal of sparsevctrs is to provide a sparse vector [ALTREP](https://svn.r-pro
You can install the development version of sparsevctrs like so:

``` r
remotes::install_github("emilhvitfeldt/sparsevctrs")
remotes::install_github("r-lib/sparsevctrs")
```

## Examples
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

<!-- badges: start -->

[![R-CMD-check](https://github.com/EmilHvitfeldt/sparsevctrs/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/EmilHvitfeldt/sparsevctrs/actions/workflows/R-CMD-check.yaml)
[![R-CMD-check](https://github.com/r-lib/sparsevctrs/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-lib/sparsevctrs/actions/workflows/R-CMD-check.yaml)
[![Codecov test
coverage](https://codecov.io/gh/EmilHvitfeldt/sparsevctrs/branch/main/graph/badge.svg)](https://app.codecov.io/gh/EmilHvitfeldt/sparsevctrs?branch=main)
coverage](https://codecov.io/gh/r-lib/sparsevctrs/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/sparsevctrs?branch=main)
<!-- badges: end -->

The goal of sparsevctrs is to provide a sparse vector
Expand All @@ -24,7 +24,7 @@ have to.
You can install the development version of sparsevctrs like so:

``` r
remotes::install_github("emilhvitfeldt/sparsevctrs")
remotes::install_github("r-lib/sparsevctrs")
```

## Examples
Expand Down
11 changes: 10 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
url: https://emilhvitfeldt.github.io/sparsevctrs/
url: https://r-lib.github.io/sparsevctrs/

development:
mode: auto

template:
package: tidytemplate
bootstrap: 5

includes:
in_header: |
<script defer data-domain="sparsevctrs.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
reference:
- title: Create Sparse Vectors
contents:
Expand Down
6 changes: 3 additions & 3 deletions man/sparsevctrs-package.Rd

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

0 comments on commit e0fa91d

Please sign in to comment.