Skip to content

Commit

Permalink
Merge pull request #69 from CRI-iAtlas/issue_68_repo_name
Browse files Browse the repository at this point in the history
rename package and repo
  • Loading branch information
andrewelamb authored Apr 13, 2022
2 parents 6d1acdd + 5f4bb82 commit 00024c4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Package: iatlasModules
Package: iatlas.modules
Title: iAatlas Modules
Type: Package
Version: 0.8.0
Expand Down Expand Up @@ -37,5 +37,5 @@ Imports:
tidyselect (>= 1.0),
utils,
viridis (>= 0.5)
URL: https://github.com/CRI-iAtlas/iatlasModules
BugReports: https://github.com/CRI-iAtlas/iatlasModules/issues
URL: https://github.com/CRI-iAtlas/iatlas.modules
BugReports: https://github.com/CRI-iAtlas/iatlas.modules/issues
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ se <- function(x){
#'
#' @export
get_system_path_file <- function(
prefix, extension, folder, package = "iatlasModules"
prefix, extension, folder, package = "iatlas.modules"
){
file_name <- stringr::str_c(prefix, extension)
file.path(system.file(folder, package = package), file_name)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# iatlasModules
# iatlas.modules

devtools::install_github("CRI-iAtlas/iatlasModules")
devtools::install_github("CRI-iAtlas/iatlas.modules")
2 changes: 1 addition & 1 deletion man/get_system_path_file.Rd

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

4 changes: 2 additions & 2 deletions tests/testthat.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library(testthat)
library(iatlasModules)
library(iatlas.modules)

test_check("iatlasModules")
test_check("iatlas.modules")

0 comments on commit 00024c4

Please sign in to comment.