Skip to content

Commit 4d8870d

Browse files
author
Vadim Nazarov
committedJun 7, 2020
2.3
1 parent fd05b70 commit 4d8870d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+444
-116
lines changed
 

‎DESCRIPTION

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
Package: tcR
22
Type: Package
33
Title: Advanced Data Analysis of Immune Receptor Repertoires
4-
Version: 2.2.4
5-
Date: 2019-03-25
4+
Version: 2.3
65
Author: Vadim Nazarov
76
Maintainer: Vadim Nazarov <vdm.nazarov@gmail.com>
87
Description: Platform for the advanced analysis of T cell receptor and
@@ -28,7 +27,7 @@ Suggests:
2827
roxygen2 (>= 3.0.0),
2928
rmarkdown (>= 1.0)
3029
LinkingTo: Rcpp
31-
URL: http://imminfo.github.io/tcr/
32-
BugReports: https://github.com/imminfo/tcr/issues
30+
URL: https://immunarch.com/, http://imminfo.github.io/tcr/
31+
BugReports: https://github.com/immunomind/immunarch/issues
3332
VignetteBuilder: knitr
34-
RoxygenNote: 6.1.1
33+
RoxygenNote: 7.1.0

‎R/io.R

+20
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,26 @@
3232
#' datalist <- repLoad(c("file1.txt", "folder_with_files1", "another_folder"), "mixcr")
3333
#' }
3434
repLoad <- function (.path, .format = c("mitcr", "migec")) {
35+
message("
36+
========================================
37+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
38+
!! The tcR package WILL SOON BE ORPHANED
39+
!! AND REMOVED FROM CRAN.
40+
!!
41+
!! A new package is available that is
42+
!! designed to replace tcR:
43+
!! immunarch -- https://immunarch.com/
44+
!!
45+
!! We will be happy to help you to move
46+
!! to the new package. Feel free to contact us:
47+
!! http://github.com/immunomind/immunarch
48+
!!
49+
!! Sincerely,
50+
!! immunarch dev team and
51+
!! Vadim I. Nazarov, lead developer of tcR
52+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
53+
=======================================")
54+
3555
res <- list()
3656

3757
for (i in 1:length(.path)) {

0 commit comments

Comments
 (0)
Please sign in to comment.