The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
This is a tutorial on how to set up your personal computer for use
with the worcs
package. It guides you through the
installation of several software packages, and registration on GitHub.
This vignette does not assume a prior installation of R
, so
it is suitable for novice users. You only have to perform these steps
once for every computer you intend to use R
and
worcs
on, and the entire process should take approximately
30 minutes if you start from scratch. In case some of the software is
already installed on your system, you can skip those related steps.
Follow these steps in order:
install.packages("package name")
install.packages("worcs", dependencies = TRUE)
tinytex::install_tinytex()
renv::consent(provided = TRUE)
usethis::create_github_token()
. This should open a
webpage with a dialog that allows you to create a Personal Access Token
(PAT) to authorize your computer to exchange information with your
GitHub account. The default settings are fine; just click “Generate
Token” (bottom of the page).gitcreds::gitcreds_set()
. This should open a dialog
in the R console that allows you to paste the PAT from your
clipboard.worcs::git_user("your_name", "your_email", overwrite = TRUE)
worcs::check_worcs_installation()
If you intend to write documents in APA style, you should
additionally install the papaja
package. Because
papaja
has many dependencies, it is recommended to skip
this step if you intend to write documents in a different style than
APA. Unfortunately, this package is not yet available on the central R
repository CRAN, but you can install it from ‘GitHub’ using the
following code:
install.packages("papaja", dependencies = TRUE, update = "never")
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.