Browse code

version 1.17.2

Remove unused files.

Ge Tan authored on 31/05/2018 12:47:49
Showing 3 changed files

... ...
@@ -1,6 +1,6 @@
1 1
 Package: CNEr 
2
-Version: 1.16.0
3
-Date: 2017-07-12
2
+Version: 1.16.1
3
+Date: 2018-05-31
4 4
 Title: CNE Detection and Visualization
5 5
 Description: Large-scale identification and advanced visualization 
6 6
              of sets of conserved noncoding elements.
7 7
deleted file mode 100644
... ...
@@ -1,35 +0,0 @@
1
-AC_PREREQ([2.65])
2
-
3
-AC_INIT("CNEr")
4
-
5
-## Checks for libraries
6
-
7
-
8
-## Checks for headers
9
-AC_CHECK_HEADERS([arpa/inet.h netinet/in.h signal.h stdio.h stdlib.h 
10
-                  stdarg.h string.h ctype.h sys/types.h sys/stat.h 
11
-                  strings.h fcntl.h assert.h setjmp.h sys/time.h math.h 
12
-                  errno.h unistd.h libgen.h pthread.h sys/socket.h 
13
-                  netdb.h utime.h limits.h pwd.h termios.h 
14
-                  sys/wait.h regex.h dirent.h sys/file.h])
15
-
16
-## Checks for typedefs, structures, and compiler characteristics.
17
-AC_HEADER_STDBOOL
18
-AC_C_INLINE
19
-AC_TYPE_OFF_T
20
-AC_TYPE_PID_T
21
-AC_TYPE_SIZE_T
22
-AC_TYPE_SSIZE_T
23
-AC_TYPE_UID_T
24
-
25
-## Checks for library functions.
26
-AC_FUNC_FORK
27
-AC_FUNC_MALLOC
28
-AC_FUNC_MKTIME
29
-AC_FUNC_REALLOC
30
-AC_FUNC_STRTOD
31
-AC_CHECK_FUNCS([bzero dup2 getcwd gethostbyname gettimeofday memmove 
32
-                memset mkdir regcomp select socket sqrt strcasecmp strchr 
33
-                strcspn strdup strerror strrchr strspn strstr uname])
34
-
35
-AC_OUTPUT(src/Makevars)
36 0
similarity index 96%
37 1
rename from src/alignment.c
38 2
rename to inst/obsolete/alignment.c
... ...
@@ -45,12 +45,11 @@ SEXP subAlignment(SEXP axttStart, SEXP axttEnd, SEXP axttSym,
45 45
       }
46 46
       if(INTEGER(subtStart) == INTEGER(axttStart) + j - nrGapsTarget){
47 47
         cpStartTarget = j;
48
-        INTEGER(newqStart) = j + INTEGER(axtqStart) 
48
+        INTEGER(newqStart) = j + INTEGER(axtqStart);
49 49
       }
50 50
       if(INTEGER(subtEnd) == INTEGER(axttStart) + j - nrGapsTarget){
51
-        cpENdTarget = j;
51
+        cpEndTarget = j;
52 52
       }
53
-      
54 53
     }
55 54
     Rprintf("\n");
56 55
   }