Skip to content

Commit

Permalink
Merge pull request #46 from jiajic/master
Browse files Browse the repository at this point in the history
fix imports
  • Loading branch information
jiajic authored Nov 29, 2023
2 parents d3c0ace + ae7cd17 commit ba8d808
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
^docs$
^pkgdown$
^\.github$
^inst$
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ export(loadGiottoMini)
export(loadSubObjectMini)
import(GiottoClass)
import(GiottoUtils)
import(data.table)
import(ggplot2)
import(utils)
importClassesFrom(data.table,data.table)
7 changes: 1 addition & 6 deletions R/globals.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@


#' @import ggplot2
#' @import data.table
#' @import utils
utils::globalVariables(names = c(":=", ".N", ".SD", ".",
utils::globalVariables(names = c(":=", ".N", ".SD", ".",
"get_SODB_dataset", "check_SODB_adata",
"list_SODB_datasets", "list_SODB_dataset_experiments"))
1 change: 0 additions & 1 deletion inst/Mini_datasets/Vizgen/mini_vizgen_script.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# devtools::load_all(path = '/Users/rubendries/r_packages/Giotto/')

library(terra)
library(data.table)
library(GiottoClass)
library(GiottoVisuals)
library(Giotto)
Expand Down

0 comments on commit ba8d808

Please sign in to comment.