Updating contribution doc to include info on syncing R with GitHub branches #103
Labels
documentation
Improvements or additions to documentation
enhancement
Feature improvement or addition
internal
Changes related to GH workflows, actions, apps
Updating contribution doc to include info on syncing R with GitHub branches. This will make testing easier, and will make sure the branch is synced and package is the relevant version requiring testing.
The following change needs to be implemented:
devtools::load_all()
which reloads/syncs the package in R studio ordevtools::install_github("aim-rsf/browseMetadata", ref="branch-name")
seems to have the same effect (installs and syncs with specified branch)The text was updated successfully, but these errors were encountered: