Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

descp file and readme update "rjdverse" #50

Merged
merged 1 commit into from
May 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ Imports:
rjd3toolkit (>= 3.2.2),
RProtoBuf (>= 0.4.17)
Remotes:
github::rjdemetra/rjd3toolkit
github::rjdverse/rjd3toolkit
SystemRequirements: Java (>= 17)
License: EUPL
URL: https://github.com/rjdemetra/rjd3x13, https://rjdemetra.github.io/rjd3x13/
URL: https://github.com/rjdverse/rjd3x13, https://rjdverse.github.io/rjd3x13/
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
BugReports: https://github.com/rjdemetra/rjd3x13/issues
BugReports: https://github.com/rjdverse/rjd3x13/issues
Encoding: UTF-8
Collate:
'deprecated.R'
Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ To get the current stable version (from the latest release):

```{r, echo = TRUE, eval = FALSE}
# install.packages("remotes")
remotes::install_github("rjdemetra/rjd3x13@*release")
remotes::install_github("rjdverse/rjd3x13@*release")
```

To get the current development version from GitHub:

```{r, echo = TRUE, eval = FALSE}
# install.packages("remotes")
remotes::install_github("rjdemetra/rjd3x13")
remotes::install_github("rjdverse/rjd3x13")
```


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ To get the current stable version (from the latest release):

``` r
# install.packages("remotes")
remotes::install_github("rjdemetra/rjd3x13@*release")
remotes::install_github("rjdverse/rjd3x13@*release")
```

To get the current development version from GitHub:

``` r
# install.packages("remotes")
remotes::install_github("rjdemetra/rjd3x13")
remotes::install_github("rjdverse/rjd3x13")
```

## Usage
Expand Down