1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,16 @@ |
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/zzz.R |
|
3 |
+\name{netboostTmpPath} |
|
4 |
+\alias{netboostTmpPath} |
|
5 |
+\title{Returns the absolute path to temporary folder of the package. |
|
6 |
+To change temporary path, use normal R variables (TEMPDIR etc).} |
|
7 |
+\usage{ |
|
8 |
+netboostTmpPath() |
|
9 |
+} |
|
10 |
+\value{ |
|
11 |
+Absolute path for "exec" folder |
|
12 |
+} |
|
13 |
+\description{ |
|
14 |
+Returns the absolute path to temporary folder of the package. |
|
15 |
+To change temporary path, use normal R variables (TEMPDIR etc). |
|
16 |
+} |
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,17 +0,0 @@ |
1 |
-% Generated by roxygen2: do not edit by hand |
|
2 |
-% Please edit documentation in R/zzz.R |
|
3 |
-\name{netboostTmpPath} |
|
4 |
-\alias{netboostTmpPath} |
|
5 |
-\title{Returns the absolute path to "exec" folder in the package.} |
|
6 |
-\usage{ |
|
7 |
-netboostTmpPath(nostop = FALSE) |
|
8 |
-} |
|
9 |
-\arguments{ |
|
10 |
-\item{nostop}{Return on error (default: stop)} |
|
11 |
-} |
|
12 |
-\value{ |
|
13 |
-Absolute path for "exec" folder |
|
14 |
-} |
|
15 |
-\description{ |
|
16 |
-Returns the absolute path to "exec" folder in the package. |
|
17 |
-} |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,17 @@ |
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/zzz.R |
|
3 |
+\name{netboostTmpPath} |
|
4 |
+\alias{netboostTmpPath} |
|
5 |
+\title{Returns the absolute path to "exec" folder in the package.} |
|
6 |
+\usage{ |
|
7 |
+netboostTmpPath(nostop = FALSE) |
|
8 |
+} |
|
9 |
+\arguments{ |
|
10 |
+\item{nostop}{Return on error (default: stop)} |
|
11 |
+} |
|
12 |
+\value{ |
|
13 |
+Absolute path for "exec" folder |
|
14 |
+} |
|
15 |
+\description{ |
|
16 |
+Returns the absolute path to "exec" folder in the package. |
|
17 |
+} |