Associate editor (AE) functions
AEs.RdFunctions to determine if the user is an AE and retrieve relevant AE information
Value
AEs(): a data frame with all associate editorsdetect_AE():NULLif not found or the row fromAEs()corresponding to the AEAE:NULLif not an AE or a row fromAEs()is_AE:TRUEif the user if an AE or the repository is an AE repository,FALSEotherwise
Details
AEs(): read the associate-editors.csv in the rj package as a data framedetect_AE(): determine AE from the remote of the repository inpathor from the git config e-mail.this only work for AE and will fail for editorsAE(): returns the corresponding row fromAEs()if called by an associate editor or in an AE repository, otherwiseNULL. It relies on eitherRJ_EDITORenvironment variable to contain the name of the editor or detection from the git repository pointed to bypath(seedetect_AE).is_AE(): determine if the user is an AE or the repository is an AE repository