SBOHVM / RPiR

The Reproducible Programming in R course, developed by the School of Biodiversity, One Health and Veterinary Medicine at the University of Glasgow.
https://sbohvm.github.io/RPiR/
GNU General Public License v3.0
12 stars 2 forks source link

3-1 #190

Closed abaumane closed 3 years ago

abaumane commented 3 years ago

I am trying to do practical 3-1 and these lines are very confusing:

We’ve added a dependency on RPiR so you can see how to add one.

Add an entry in the Imports field of the DESCRIPTION file Add an @import in the githubusername-package file

It should be specified what kind of entry we should write. I have no idea what a dependency is, nor do I understand how you added the RPiR one (even though it says you showed me).

soniamitchell commented 3 years ago

Good point! Will get on that 👍

abaumane commented 3 years ago

Maybe a hint to look at the page linked above in the practical (where you list what files are in the working directory) would be good? By looking at that I kind of figured out how to add an entry in the Imports field.

richardreeve commented 3 years ago

I think this is now fixed in #197 by using functions in the usethis package.