I'm using an Rmd
to generate github markdown file. When I make changes to the package locally, build from source, then run knit -> knit to github document, the .md
file generated still uses the previous versions of the package.
Is there something simple I can run to ensure the code in the Rmd
points to the most recently built version of the package?