Skip to content

Commit

Permalink
Move 'marshal' to futureverse org
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Jun 4, 2024
1 parent 1770e02 commit dfdf3ee
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: marshal
Version: 0.0.1-9005
Version: 0.0.1-9006
Title: Framework to Marshal Objects to be Used in Another R Process
Depends:
R (>= 3.2.0)
Expand Down Expand Up @@ -47,7 +47,7 @@ License: MIT + file LICENSE
Encoding: UTF-8
LazyLoad: TRUE
ByteCompile: TRUE
URL: https://marshal.futureverse.org, https://github.com/HenrikBengtsson/marshal
BugReports: https://github.com/HenrikBengtsson/marshal/issues
URL: https://marshal.futureverse.org, https://github.com/futureverse/marshal
BugReports: https://github.com/futureverse/marshal/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div id="badges"><!-- pkgdown markup -->
<a href="https://github.com/HenrikBengtsson/marshal/actions/workflows/R-CMD-check.yaml"><img src="https://github.com/HenrikBengtsson/marshal/actions/workflows/R-CMD-check.yaml/badge.svg" alt="R-CMD-check"/></a>
<a href="https://github.com/futureverse/marshal/actions/workflows/R-CMD-check.yaml"><img src="https://github.com/futureverse/marshal/actions/workflows/R-CMD-check.yaml/badge.svg" alt="R-CMD-check"/></a>
<a href="https://henrikbengtsson.r-universe.dev/marshal"><img src="https://henrikbengtsson.r-universe.dev/badges/marshal" alt="port4me status badge"/></a>
</div>

Expand Down Expand Up @@ -142,7 +142,8 @@ The **marshal** package is not, yet, on CRAN. In the meanwhile, it
can be installed from the R Universe as:

```r
install.packages("marshal", repos = c("https://henrikbengtsson.r-universe.dev", getOption("repos")))
options(repos = c("https://futureverse.r-universe.dev", getOption("repos")))
install.packages("marshal")
```


Expand All @@ -152,7 +153,7 @@ To install the pre-release version that is available in Git branch
`develop` on GitHub, use:

```r
remotes::install_github("HenrikBengtsson/marshal", ref = "develop")
remotes::install_github("futureverse/marshal", ref = "develop")
```

This will install the package from source.
Expand Down
4 changes: 2 additions & 2 deletions man/marshal-package.Rd

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

2 changes: 1 addition & 1 deletion man/marshal.bigmemory.Rd

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

2 changes: 1 addition & 1 deletion man/marshal.caret.Rd

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

2 changes: 1 addition & 1 deletion man/marshal.keras.Rd

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

0 comments on commit dfdf3ee

Please sign in to comment.