Package: scicomptools
Type: Package
Title: Tools Developed by the NCEAS Scientific Computing Support Team
Version: 1.0.0
Authors@R: c(
  person(given = "Julien", family = "Brun", 
         email = "julien.brun@alumni.duke.edu", 
         comment = c(ORCID = "0000-0002-7751-6238"),
         role = "aut"),
  person(given = "Angel", family = "Chen",
         email = "anchen@nceas.ucsb.edu",
         comment = c(ORCID = "0000-0003-3515-6710",
                     Website = "angelchen7.github.io"),
         role = c("aut", "cre")),
  person(given = "Gabriel", family = "Antunes Daldegan", 
         email = "gabrieldaldegan@gmail.com", 
         comment = c(ORCID = "0000-0001-5345-4880"),
         role = "aut"),
  person(given = "Gabe", family = "De La Rosa",
         email = "delarosa@nceas.ucsb.edu",
         comment = c(Website = "www.gabrieldelarosa.com/"),
         role = "ctb"),
  person(given = "Kara", family = "Koenig",
         email = "kara.koenig392@gmail.com", 
         comment = c(ORCID = "0000-0002-6371-7821"),
         role = "aut"),
  person(given = "Nicholas J", family = "Lyon", 
         email = "lyon@nceas.ucsb.edu",
         comment = c(ORCID = "0000-0003-3905-1078",
                     Website = "njlyon0.github.io"),
         role = "aut"),
  person(given = "Kendall", family = "Miller", 
         email = "kendall.miller@oceanx.org", 
         role = "aut"),
  person(given = "Timothy D", family = "Nguyen", 
         email = "nguyen.d.timothy@gmail.com",
         comment = c(Website = "www.linkedin.com/in/timothy-d-nguyen"),
         role = "aut"),
  person(family = "National Science Foundation",
         role = "fnd",
         comment = "NSF 1929393, 09/01/2019 - 08/31/2024"),
  person(family = "University of California, Santa Barbara",
         role = "cph")
 )
Maintainer: Angel Chen <anchen@nceas.ucsb.edu>
Description: Set of tools to import, summarize, wrangle, and visualize data. 
    These functions were originally written based on the needs of the 
    various synthesis working groups that were supported by the 
    National Center for Ecological Analysis and Synthesis (NCEAS). 
    These tools are meant to be useful inside and 
    outside of the context for which they were designed. 
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
Language: en-US
URL: https://github.com/NCEAS/scicomptools
BugReports: https://github.com/NCEAS/scicomptools/issues
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Imports: data.tree, dplyr, gitcreds, googledrive, ggplot2, ggwordcloud,
        magrittr, methods, purrr, readxl, stringr, SemNetCleaner,
        tibble, tidyr, tidytext, tidyxl
Suggests: knitr, nlme, rmarkdown, RRPP
NeedsCompilation: no
Packaged: 2023-06-05 17:06:29 UTC; chen
Author: Julien Brun [aut] (<https://orcid.org/0000-0002-7751-6238>),
  Angel Chen [aut, cre] (<https://orcid.org/0000-0003-3515-6710>,
    angelchen7.github.io),
  Gabriel Antunes Daldegan [aut]
    (<https://orcid.org/0000-0001-5345-4880>),
  Gabe De La Rosa [ctb] (www.gabrieldelarosa.com/),
  Kara Koenig [aut] (<https://orcid.org/0000-0002-6371-7821>),
  Nicholas J Lyon [aut] (<https://orcid.org/0000-0003-3905-1078>,
    njlyon0.github.io),
  Kendall Miller [aut],
  Timothy D Nguyen [aut] (www.linkedin.com/in/timothy-d-nguyen),
  National Science Foundation [fnd] (NSF 1929393, 09/01/2019 -
    08/31/2024),
  University of California, Santa Barbara [cph]
Repository: CRAN
Date/Publication: 2023-06-06 07:40:02 UTC
Built: R 4.2.0; ; 2023-07-11 01:06:51 UTC; unix
