


Often warning messages are caused by dependencies failing to install. Setting R_REMOTES_NO_ERRORS_FROM_WARNINGS="false" will cause warning messages during calls to install.packages() to become errors. Learn how Create a repository You need to first create a repository before you can add code to it. If your code is in a system Bitbucket can't import, you can convert it to Git before pushing the code to Bitbucket. Setting R_REMOTES_STANDALONE="true" forces remotes to work in standalone mode and avoid loading its optional dependencies (curl, git2 and pkgbuild currently. Bitbucket provides a tool for importing from certain source control tools. For example, you can set R_REMOTES_UPGRADE="always" to upgrade dependent packages without asking the user. The R_REMOTES_UPGRADE environment variable can be used to set a default preferred value for the upgrade = argument accepted by the various install_*() functions. The R_BIOC_VERSION environment variable can be used to force a Bioconductor version. (The BioC_mirror option takes precedence over this.) The R_BIOC_MIRROR environment variable can be used to specify an alternative Bioconductor mirror. The GITHUB_PAT environment variable is used as the default GitHub personal access token for all GitHub API queries. The BITBUCKET_USER and BITBUCKET_PASSWORD environment variables are used for the default Bitbucket user name and password, in install_bitbucket()
