Skip to content

Commit

Permalink
Merge pull request #67 from CRI-iAtlas/issue_66_rename_package
Browse files Browse the repository at this point in the history
rename package and repo name
  • Loading branch information
andrewelamb committed Mar 25, 2022
2 parents 11d7846 + a81934b commit 6d1acdd
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 17 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Workflow derived from https://github.com/r-lib/actions/tree/master/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master, staging, develop]
pull_request:
branches: [main, master, staging, develop]
branches: [master, main, develop]

name: R-CMD-check

Expand Down
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: iatlas.modules
Package: iatlasModules
Title: iAatlas Modules
Type: Package
Version: 0.7.4
Version: 0.8.0
Date: 2021-1-30
Author: Andrew Lamb
Maintainer: Andrew Lamb <Andrew.Lamb@sagebase.org>
Expand Down Expand Up @@ -37,5 +37,5 @@ Imports:
tidyselect (>= 1.0),
utils,
viridis (>= 0.5)
URL: https://github.com/CRI-iAtlas/iatlas.modules
BugReports: https://github.com/CRI-iAtlas/iatlas.modules/issues
URL: https://github.com/CRI-iAtlas/iatlasModules
BugReports: https://github.com/CRI-iAtlas/iatlasModules/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 = "iatlas.modules"
prefix, extension, folder, package = "iatlasModules"
){
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 @@
# iatlas.modules
# iatlasModules

devtools::install_github("CRI-iAtlas/iatlas.modules")
devtools::install_github("CRI-iAtlas/iatlasModules")
5 changes: 1 addition & 4 deletions iatlas.modules.Rproj → iatlasModules.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@ AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
NumSpacesForTab: 4
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

AutoAppendNewline: Yes
StripTrailingWhitespace: Yes

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
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(iatlas.modules)
library(iatlasModules)

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

0 comments on commit 6d1acdd

Please sign in to comment.