From 2dfe19b397f2d3c1b5391945c1c7ab76c87081d0 Mon Sep 17 00:00:00 2001 From: jiajic <72078254+jiajic@users.noreply.github.com> Date: Sun, 19 Nov 2023 15:01:59 -0500 Subject: [PATCH 1/2] Update r_spatial_conversions.Rd --- man/r_spatial_conversions.Rd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/r_spatial_conversions.Rd b/man/r_spatial_conversions.Rd index 298fe23d..8c8bf7ef 100644 --- a/man/r_spatial_conversions.Rd +++ b/man/r_spatial_conversions.Rd @@ -79,8 +79,8 @@ \arguments{ \item{x}{The object to coerce} -\item{drop}{When TRUE, returned object will be the sp object instead of -wrapped in a \code{giottoPoints} or \code{giottoPolygon} object} +\item{drop}{When TRUE, returned object will be of the desired object type +instead of wrapped in a \code{giottoPoints} or \code{giottoPolygon} object} \item{type}{whether data is 'vector' or 'raster'} } From 7bd96354fbc6d927efcf4588ad2eaac9b93950b2 Mon Sep 17 00:00:00 2001 From: jiajic <72078254+jiajic@users.noreply.github.com> Date: Sun, 19 Nov 2023 15:09:06 -0500 Subject: [PATCH 2/2] Update pkgdown.yaml GiottoData installation is unnecessary for website --- .github/workflows/pkgdown.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 512e0ccc..689342dd 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -44,13 +44,6 @@ jobs: extra-packages: any::pkgdown, local::. needs: website - - name: Set up dependencies (GiottoData) - run: | - suppressWarnings({ - remotes::install_github('drieslab/GiottoData@suite_modular', build = FALSE) - }) - shell: Rscript {0} - - name: Build site run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE) shell: Rscript {0}