You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is made first and foremost to store the information of all past meetups.
This repo is also set up to be an R package. As such, we need to make sure it compiles as a package, so we need to think about where to place all the meetup material.
I suggest one of two options:
Each meetup is a separate subdirectory under inst/meetups/
Each meetup is a separate directory in the root of the project, but with some common prefix. For example meetup-2019-03-05/meetup-2019-04-09/ etc. Then the .Rbuildignore file can add a simple regex to ignore all these meetup folders
The text was updated successfully, but these errors were encountered:
This repository is made first and foremost to store the information of all past meetups.
This repo is also set up to be an R package. As such, we need to make sure it compiles as a package, so we need to think about where to place all the meetup material.
I suggest one of two options:
inst/meetups/
meetup-2019-03-05/
meetup-2019-04-09/
etc. Then the.Rbuildignore
file can add a simple regex to ignore all these meetup foldersThe text was updated successfully, but these errors were encountered: