Skip to content

Commit

Permalink
Merge 805153f into 4db201f
Browse files Browse the repository at this point in the history
  • Loading branch information
wibeasley committed Jul 4, 2015
2 parents 4db201f + 805153f commit 1fbb1bc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 28 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,8 +1,8 @@
Package: IalsaSynthesis
Title: Synthesizing Information Across Collaborating Research
Description: Synthesizing information across collaborating research. Created for Integrative Analysis of Longitudinal Studies of Aging (http://www.ialsa.org/).
Version: 0.1.0
Date: 2015-05-24
Version: 0.1.1
Date: 2015-07-04
Authors@R: c(person("Will", "Beasley", email="wibeasley@hotmail.com", role=c("aut", "cre")),
person("Andrey", "Koval", email="andkov@uvic.ca", role = c("aut")),
person(given="Integrative Analysis of Longitudinal Studies of Aging (IALSA)", role = c("cph")))
Expand Down
24 changes: 2 additions & 22 deletions LICENSE
@@ -1,22 +1,2 @@
The MIT License (MIT)

Copyright (c) 2015 IALSA Network

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

YEAR: 2015
COPYRIGHT HOLDER: Integrative Analysis of Longitudinal Studies of Aging; University of Oklahoma Health Sciences Center
Binary file modified documentation_peek.pdf
Binary file not shown.
8 changes: 4 additions & 4 deletions man/validate.Rd
Expand Up @@ -11,10 +11,10 @@ validate_filename_output(filename, path, file_extension_expected = "out",
\arguments{
\item{filename}{The name of the file to be validated.}
\item{path}{The location of the file to be validated.}
\item{file_extension_expected}{The extension of the
file. This defaults to "out", which corresponds to Mplus
output.} \item{underscore_count_expected}{The number of
underscores required in the name (not currently used).}
\item{file_extension_expected}{The extension of the file.
This defaults to "out", which corresponds to Mplus output.}
\item{underscore_count_expected}{The number of underscores
required in the name (not currently used).}
}
\value{
An \code{invisible} \code{TRUE} value if the filename is
Expand Down

0 comments on commit 1fbb1bc

Please sign in to comment.