|
a |
|
b/man/getLatestVersion.Rd |
|
|
1 |
% Generated by roxygen2 (4.1.1): do not edit by hand |
|
|
2 |
% Please edit documentation in R/getLatestVersion.R |
|
|
3 |
\name{getLatestVersion} |
|
|
4 |
\alias{getLatestVersion} |
|
|
5 |
\title{Get latest brainarray version number} |
|
|
6 |
\usage{ |
|
|
7 |
getLatestVersion() |
|
|
8 |
} |
|
|
9 |
\value{ |
|
|
10 |
Returns a string on the form X.Y.Z giving the latest version. |
|
|
11 |
} |
|
|
12 |
\description{ |
|
|
13 |
Currently a very hacky implementation. To be updated later. The function |
|
|
14 |
currently reads the tables available at |
|
|
15 |
\url{http://brainarray.mbni.med.umich.edu/Brainarray/Database/CustomCDF/CDF_download.asp} |
|
|
16 |
to determine the latest version |
|
|
17 |
} |
|
|
18 |
\examples{ |
|
|
19 |
getLatestVersion() |
|
|
20 |
} |
|
|
21 |
\keyword{internal} |
|
|
22 |
|