Skip to content

Commit fff110b

Browse files
committed
Update package name
1 parent d2d1024 commit fff110b

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

.Rbuildignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
^spatialDEr\.Rproj$
1+
^spatialDE\.Rproj$
22
^\.Rproj\.user$
33
^LICENSE\.md$
44
^dev$

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Package: spatialDEr
1+
Package: spatialDE
22
Title: R wrapper for SpatialDE
33
Date: 2020-12-18
44
Version: 0.1.1
@@ -15,8 +15,8 @@ Encoding: UTF-8
1515
LazyData: true
1616
Roxygen: list(markdown = TRUE)
1717
RoxygenNote: 7.1.1
18-
URL: https://github.com/sales-lab/spatialDEr
19-
BugReports: https://github.com/sales-lab/spatialDEr/issues
18+
URL: https://github.com/sales-lab/spatialDE
19+
BugReports: https://github.com/sales-lab/spatialDE/issues
2020
Imports:
2121
reticulate,
2222
basilisk

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
YEAR: 2020
2-
COPYRIGHT HOLDER: spatialDEr authors
2+
COPYRIGHT HOLDER: spatialDE authors

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22

3-
Copyright (c) 2020 spatialDEr authors
3+
Copyright (c) 2020 spatialDE authors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

R/basilisk.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#' @importFrom basilisk BasiliskEnvironment
22
spatialDE_env <- BasiliskEnvironment(
3-
envname = "env", pkgname = "spatialDEr",
3+
envname = "env", pkgname = "spatialDE",
44
packages = character(0), pip = "SpatialDE==1.1.3"
55
)

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ knitr::opts_chunk$set(
1313
)
1414
```
1515

16-
# spatialDEr
16+
# spatialDE
1717

1818
<!-- badges: start -->
1919
<!-- badges: end -->

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<!-- README.md is generated from README.Rmd. Please edit that file -->
33

4-
# spatialDEr
4+
# spatialDE
55

66
<!-- badges: start -->
77

vignettes/spatialDEr.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Introduction to spatialDEr"
2+
title: "Introduction to spatialDE"
33
author:
44
- name: Your name
55
affiliation:
@@ -14,7 +14,7 @@ output:
1414
code_folding: show
1515
date: "`r doc_date()`"
1616
vignette: >
17-
%\VignetteIndexEntry{Introduction to spatialDEr}
17+
%\VignetteIndexEntry{Introduction to spatialDE}
1818
%\VignetteEngine{knitr::rmarkdown}
1919
%\VignetteEncoding{UTF-8}
2020
---
@@ -27,5 +27,5 @@ knitr::opts_chunk$set(
2727
```
2828

2929
```{r setup}
30-
library(spatialDEr)
30+
library(spatialDE)
3131
```

0 commit comments

Comments
 (0)