Skip to content

Streamline installation instructions#190

Open
karawoo wants to merge 4 commits into
facebookincubator:mainfrom
karawoo:streamline-installation
Open

Streamline installation instructions#190
karawoo wants to merge 4 commits into
facebookincubator:mainfrom
karawoo:streamline-installation

Conversation

@karawoo
Copy link
Copy Markdown

@karawoo karawoo commented May 28, 2024

This PR makes a small change to the DESCRIPTION file so that augsynth will be installed automatically, with no need for a separate call to install_github(). With Remotes: ebenmichael/augsynth in the DESCRIPTION file, remotes will know to install augsynth from GitHub when installing GeoLift. Reproducible example below showing that it works:

remove.packages("augsynth")
#> Removing package from '/Users/kara/Library/R/arm64/4.4/library'
#> (as 'lib' is unspecified)
"augsynth" %in% installed.packages()
#> [1] FALSE
remotes::install_github("karawoo/GeoLift@streamline-installation", force = TRUE, quiet = TRUE)
c("augsynth", "GeoLift") %in% installed.packages()
#> [1] TRUE TRUE

Created on 2024-05-28 with reprex v2.1.0

Hope you'll pardon my opening a PR without filing an issue first; if there's a specific reason for installing augsynth separately then please disregard this PR.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants