Browse code

Update roxygen

Davide Risso authored on 06/05/2021 09:23:38
Showing 1 changed files
... ...
@@ -39,3 +39,4 @@ R/.Rhistory
39 39
 ^.*\.Rproj$
40 40
 ^\.Rproj\.user$
41 41
 scripts
42
+^\.github$
Browse code

ezbake script should not be added to package build

Davide Risso authored on 04/11/2016 23:28:34
Showing 1 changed files
... ...
@@ -38,3 +38,4 @@ R/.Rhistory
38 38
 ^old_scripts/*
39 39
 ^.*\.Rproj$
40 40
 ^\.Rproj\.user$
41
+scripts
Browse code

Updated NEWS

Davide Risso authored on 08/07/2016 01:05:36
Showing 1 changed files
... ...
@@ -29,6 +29,8 @@ README[.]md
29 29
 ^[.]devel
30 30
 ^[.]test
31 31
 ^[.]check
32
+.Rhistory
33
+R/.Rhistory
32 34
 
33 35
 #----------------------------
34 36
 # Temp scripts
Browse code

Check memory usage and add option to write on file

Davide Risso authored on 07/07/2016 21:37:58
Showing 1 changed files
... ...
@@ -33,4 +33,6 @@ README[.]md
33 33
 #----------------------------
34 34
 # Temp scripts
35 35
 #----------------------------
36
-^old_scripts/*
37 36
\ No newline at end of file
37
+^old_scripts/*
38
+^.*\.Rproj$
39
+^\.Rproj\.user$
Browse code

old_scripts folder for orphan scripts

Davide Risso authored on 07/02/2016 06:35:17
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,36 @@
1
+#----------------------------
2
+# Git and SVN related
3
+#----------------------------
4
+^.svn
5
+^.git
6
+README[.]md
7
+
8
+#----------------------------
9
+# Travis-CI et al.
10
+#----------------------------
11
+^[.]travis[.]yml$
12
+^travis-tool[.]sh$
13
+^pkg-build[.]sh$
14
+^appveyor[.]yml$
15
+^covr-utils.R$
16
+^[.]coveralls[.]R$
17
+
18
+#----------------------------
19
+# R related
20
+#----------------------------
21
+^cran-comments[.].*$
22
+^vignettes/.*[.](pdf|PDF)$
23
+^vignettes/.*[.](r|R)$
24
+^vignettes/[.]install_extras$
25
+^Makefile$
26
+^incl
27
+^NAMESPACE,.*[.]txt$
28
+^nohup.*$
29
+^[.]devel
30
+^[.]test
31
+^[.]check
32
+
33
+#----------------------------
34
+# Temp scripts
35
+#----------------------------
36
+^old_scripts/*
0 37
\ No newline at end of file