diff --git a/DESCRIPTION b/DESCRIPTION index 311c66d..c8e4179 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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) @@ -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 diff --git a/README.md b/README.md index 309bfa3..b0dd51e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
@@ -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") ``` @@ -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. diff --git a/man/marshal-package.Rd b/man/marshal-package.Rd index 9318294..ee1aea3 100644 --- a/man/marshal-package.Rd +++ b/man/marshal-package.Rd @@ -11,8 +11,8 @@ Some types of R objects can be used only in the R session they were created. If Useful links: \itemize{ \item \url{https://marshal.futureverse.org} - \item \url{https://github.com/HenrikBengtsson/marshal} - \item Report bugs at \url{https://github.com/HenrikBengtsson/marshal/issues} + \item \url{https://github.com/futureverse/marshal} + \item Report bugs at \url{https://github.com/futureverse/marshal/issues} } } diff --git a/man/marshal.bigmemory.Rd b/man/marshal.bigmemory.Rd index 76b29f1..9dcb4ce 100644 --- a/man/marshal.bigmemory.Rd +++ b/man/marshal.bigmemory.Rd @@ -24,7 +24,7 @@ Marshalling of 'bigmemory' objects \details{ \code{\link[bigmemory:write.big.matrix]{bigmemory::write.big.matrix()}} is used to produce a marshalled version of the original object. -\code{\link[bigmemory:write.big.matrix]{bigmemory::read.big.matrix()}} is used to reconstruct a version of the +\code{\link[bigmemory:read.big.matrix]{bigmemory::read.big.matrix()}} is used to reconstruct a version of the original object from the marshalled object. } \examples{ diff --git a/man/marshal.caret.Rd b/man/marshal.caret.Rd index f64bc67..05834d5 100644 --- a/man/marshal.caret.Rd +++ b/man/marshal.caret.Rd @@ -23,6 +23,6 @@ Marshalling of 'caret:train' objects \details{ \code{\link[bundle:bundle]{bundle::bundle()}} is used to produce a marshalled version of the original object. -\code{\link[bundle:bundle]{bundle::unbundle()}} is used to reconstruct a version of the +\code{\link[bundle:unbundle]{bundle::unbundle()}} is used to reconstruct a version of the original object from the marshalled object. } diff --git a/man/marshal.keras.Rd b/man/marshal.keras.Rd index 153fe56..c37ba12 100644 --- a/man/marshal.keras.Rd +++ b/man/marshal.keras.Rd @@ -23,7 +23,7 @@ Marshalling of 'keras' objects \details{ \code{\link[keras:serialize_model]{keras::serialize_model()}} is used to produce a marshalled version of the original object. -\code{\link[keras:serialize_model]{keras::unserialize_model()}} is used to reconstruct a version of the +\code{\link[keras:unserialize_model]{keras::unserialize_model()}} is used to reconstruct a version of the original object from the marshalled object. } \examples{