-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated author string and changed date
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ Package: pxR | |
Type: Package | ||
Title: PC-Axis with R | ||
Version: 0.42.2 | ||
Date: 2015-12-15 | ||
Date: 2017-01-12 | ||
Encoding: UTF-8 | ||
Authors@R: c(person("Francisco J.", "Viciana", email= "[email protected]", role='aut'), | ||
person("Carlos J.", "Gil Bellosta", email="[email protected]", role=c('cre', 'aut')), | ||
person("Oscar", "Perpinan Lamigueiro", email="[email protected]", role='aut'), | ||
person("Emilio", "Torres Manzanera", email="[email protected]", role='ctb')) | ||
Author: Francisco J. Viciana, Carlos J. Gil Bellosta and Oscar Perpiñán Lamigueiro, Emilio Torres Manzanera. | ||
Author: ‘Francisco J. Viciana [aut], Carlos J. Gil Bellosta [cre, aut], Oscar Perpinan Lamigueiro [aut], Emilio Torres Manzanera [ctb]’ | ||
Maintainer: Carlos J. Gil Bellosta <[email protected]> | ||
Description: Provides a set of functions for reading and writing PC-Axis files, used by different statistical organizations around the globe for data dissemination. | ||
Depends: stringr, reshape2, RJSONIO, plyr | ||
|