apaTables
Development version of apaTables R package. Current stable version is on the CRAN.
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 3 committers (33.3%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.3%) to scientific vocabulary
Repository
Development version of apaTables R package. Current stable version is on the CRAN.
Basic Info
- Host: GitHub
- Owner: dstanley4
- License: other
- Language: R
- Default Branch: master
- Homepage: http://dstanley4.github.io/apaTables/
- Size: 7.64 MB
Statistics
- Stars: 63
- Watchers: 7
- Forks: 13
- Open Issues: 36
- Releases: 2
Metadata Files
README.md
[
apaTables Version 3.0
A common task faced by researchers is the creation of APA style (i.e., American Psychological Association style) tables from statistical output. In R a large number of function calls are often needed to obtain all of the desired information for a single APA style table. As well, the process of manually creating APA style tables in a word processor is prone to transcription errors. This package creates Word files (.doc files) containing APA style tables for several types of analyses. Using this package minimizes transcription errors and reduces the number commands needed by the user.
The development version of apaTables R package is hosted here on Github. Current stable version is on the CRAN, see apaTables here.
Install Stable 2.0 CRAN Version
This version do not support latex tables.
``` r install.packages("apaTables",dep=T)
library(apaTables) ```
Install 3.0 Development Version
This version supports latex tables.
``` r install.packages("remotes")
remotes::install_github("dstanley4/apaTables")
library(apaTables) ```
Tutorial
You can learn how to use apaTables here.
Owner
- Name: David Stanley
- Login: dstanley4
- Kind: user
- Location: Guelph, Ontario, Canada
- Company: University of Guelph / Psychology Department
- Repositories: 3
- Profile: https://github.com/dstanley4
GitHub Events
Total
- Watch event: 5
- Pull request event: 1
Last Year
- Watch event: 5
- Pull request event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| David Stanley | d****y@u****a | 231 |
| “David | “****y@u****” | 2 |
| Joshua Rosenberg | j****n@m****u | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 40
- Total pull requests: 6
- Average time to close issues: about 1 month
- Average time to close pull requests: about 3 hours
- Total issue authors: 35
- Total pull request authors: 4
- Average comments per issue: 2.05
- Average comments per pull request: 0.17
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 2
- Pull request authors: 2
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- acescos (3)
- dstanley4 (2)
- lgonidis (2)
- bwiernik (2)
- gserapio (1)
- geauxdojang (1)
- seonghobae (1)
- osinho (1)
- eric-kruger (1)
- peteralynn (1)
- theffer (1)
- DrJayG (1)
- jsbyn (1)
- goldphoenix1 (1)
- fred-oswald (1)
Pull Request Authors
- cschwarz007 (4)
- nsunami (2)
- jrosen48 (1)
- Equelz (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 4,931 last-month
-
Total dependent packages: 3
(may contain duplicates) -
Total dependent repositories: 3
(may contain duplicates) - Total versions: 14
- Total maintainers: 1
cran.r-project.org: apaTables
Create American Psychological Association (APA) Style Tables
- Homepage: https://github.com/dstanley4/apaTables
- Documentation: http://cran.r-project.org/web/packages/apaTables/apaTables.pdf
- License: MIT License + file LICENSE
-
Latest release: 2.0.8
published over 5 years ago
Rankings
Maintainers (1)
conda-forge.org: r-apatables
- Homepage: https://github.com/dstanley4/apaTables
- License: MIT
-
Latest release: 2.0.8
published over 5 years ago
Rankings
Dependencies
- R >= 3.1.2 depends
- MBESS * imports
- boot * imports
- broom * imports
- car * imports
- dplyr * imports
- methods * imports
- stats * imports
- tibble * imports
- utils * imports
- knitr * suggests
- testthat * suggests